index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
dsa
/
mv88e6xxx
/
chip.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-03-22
net: dsa: mv88e6xxx: fix max_mtu of 1492 on 6165, 6191, 6220, 6250, 6290
Vladimir Oltean
1
-4
/
+12
2022-12-15
net: dsa: mv88e6xxx: avoid reg_lock deadlock in mv88e6xxx_setup_port()
Vladimir Oltean
1
-5
/
+4
2022-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-2
/
+5
2022-12-07
net: dsa: mv88e6xxx: accept phy-mode = "internal" for internal PHY ports
Vladimir Oltean
1
-2
/
+5
2022-11-12
net: dsa: mv88e6xxx: enable set_policy
Angelo Dureghello
1
-0
/
+2
2022-11-01
net: dsa: mv88e6xxx: Add RGMII delay to 88E6320
Steffen Bätz
1
-0
/
+2
2022-09-23
net: dsa: mv88e6xxx: remove unnecessary dev_set_drvdata()
Yang Yingliang
1
-2
/
+0
2022-09-20
net: dsa: propagate extack to port_lag_join
Vladimir Oltean
1
-8
/
+19
2022-09-01
net: move from strlcpy with unused retval to strscpy
Wolfram Sang
1
-1
/
+1
2022-08-27
net: dsa: mv88e6xxx: support RGMII cmode
Marcus Carlberg
1
-0
/
+8
2022-07-28
net: dsa: mv88e6xxx: fix speed setting for CPU/DSA ports
Marcin Wojtas
1
-1
/
+6
2022-06-24
net: dsa: mv88e6xxx: get rid of SPEED_MAX setting
Russell King
1
-10
/
+29
2022-05-27
net: dsa: mv88e6xxx: Fix refcount leak in mv88e6xxx_mdios_register
Miaoqian Lin
1
-0
/
+1
2022-05-13
net: dsa: remove port argument from ->change_tag_protocol()
Vladimir Oltean
1
-4
/
+18
2022-05-01
net: dsa: mv88e6xxx: Cosmetic change spaces to tabs in dsa_switch_ops
Marek Behún
1
-5
/
+5
2022-04-29
net: dsa: mv88e6xxx: Single chip mode detection for MV88E6*41
Nathan Rossi
1
-7
/
+39
2022-03-22
net: dsa: mv88e6xxx: Fill in STU support for all supported chips
Tobias Waldekranz
1
-0
/
+48
2022-03-22
net: dsa: mv88e6xxx: Ensure STU support in VLAN MSTI callback
Tobias Waldekranz
1
-0
/
+3
2022-03-18
net: dsa: pass extack to dsa_switch_ops :: port_mirror_add()
Vladimir Oltean
1
-1
/
+2
2022-03-18
net: dsa: mv88e6xxx: MST Offloading
Tobias Waldekranz
1
-8
/
+242
2022-03-18
net: dsa: mv88e6xxx: Disentangle STU from VTU
Tobias Waldekranz
1
-0
/
+54
2022-02-27
net: dsa: pass extack to .port_bridge_join driver methods
Vladimir Oltean
1
-2
/
+4
2022-02-27
net: dsa: request drivers to perform FDB isolation
Vladimir Oltean
1
-4
/
+8
2022-02-25
net: dsa: create a dsa_lag structure
Vladimir Oltean
1
-31
/
+29
2022-02-25
net: dsa: mv88e6xxx: use dsa_switch_for_each_port in mv88e6xxx_lag_sync_masks
Vladimir Oltean
1
-2
/
+2
2022-02-25
net: dsa: make LAG IDs one-based
Vladimir Oltean
1
-5
/
+8
2022-02-25
net: dsa: mv88e6xxx: rename references to "lag" as "lag_dev"
Vladimir Oltean
1
-24
/
+25
2022-02-23
net: dsa: mv88e6xxx: Add support for bridge port locked mode
Hans Schultz
1
-1
/
+8
2022-02-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+7
2022-02-15
net: dsa: mv88e6xxx: Fix validation of built-in PHYs on 6095/6097
Tobias Waldekranz
1
-2
/
+21
2022-02-14
net: dsa: mv88e6xxx: flush switchdev FDB workqueue before removing VLAN
Vladimir Oltean
1
-0
/
+7
2022-02-11
dsa: mv88e6xxx: make serdes SGMII/Fiber tx amplitude configurable
Holger Brunck
1
-0
/
+23
2022-02-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-5
/
+10
2022-02-10
net: dsa: mv88e6xxx: fix use-after-free in mv88e6xxx_mdios_unregister
Vladimir Oltean
1
-2
/
+2
2022-02-09
net: dsa: mv88e6xxx: don't use devres for mdiobus
Vladimir Oltean
1
-3
/
+8
2022-02-07
net: dsa: mv88e6xxx: Unlock on error in mv88e6xxx_port_bridge_join()
Dan Carpenter
1
-1
/
+1
2022-02-07
net: dsa: mv88e6xxx: Fix off by in one in mv88e6185_phylink_get_caps()
Dan Carpenter
1
-1
/
+1
2022-02-03
net: dsa: mv88e6xxx: convert to phylink_generic_validate()
Russell King (Oracle)
1
-153
/
+0
2022-02-03
net: dsa: mv88e6xxx: populate supported_interfaces and mac_capabilities
Russell King (Oracle)
1
-3
/
+272
2022-02-03
net: dsa: mv88e6xxx: Improve multichip isolation of standalone ports
Tobias Waldekranz
1
-19
/
+45
2022-02-03
net: dsa: mv88e6xxx: Enable port policy support on 6097
Tobias Waldekranz
1
-0
/
+1
2022-02-03
net: dsa: mv88e6xxx: Improve isolation of standalone ports
Tobias Waldekranz
1
-7
/
+25
2022-01-31
net: dsa: mv88e6xxx: Improve performance of busy bit polling
Tobias Waldekranz
1
-3
/
+10
2021-12-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-0
/
+4
2021-12-13
net: dsa: mv88e6xxx: Unforce speed & duplex in mac_link_down()
Marek Behún
1
-0
/
+4
2021-12-12
net: dsa: mv88e6xxx: Add tx fwd offload PVT on intermediate devices
Tobias Waldekranz
1
-1
/
+3
2021-12-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-38
/
+47
2021-12-09
net: dsa: mv88e6xxx: allow use of PHYs on CPU and DSA ports
Russell King (Oracle)
1
-30
/
+34
2021-12-09
net: dsa: mv88e6xxx: fix "don't use PHY_DETECT on internal PHY's"
Russell King (Oracle)
1
-8
/
+13
2021-12-09
net: dsa: eliminate dsa_switch_ops :: port_bridge_tx_fwd_{,un}offload
Vladimir Oltean
1
-38
/
+25
[next]