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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-12
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-13
/
+21
2021-01-12
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-17
/
+7
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-4
/
+3
2021-01-12
net: dsa: mv88e6xxx: deny vid 0 on the CPU port and DSA links too
Vladimir Oltean
1
-6
/
+3
2021-01-12
net: switchdev: remove vid_begin -> vid_end range from VLAN objects
Vladimir Oltean
1
-48
/
+41
2020-12-15
net: dsa: mv88e6xxx: don't set non-existing learn2all bit for 6220/6250
Rasmus Villemoes
1
-3
/
+10
2020-12-10
net: mv88e6xxx: convert comma to semicolon
Zheng Yongjun
1
-1
/
+1
2020-11-26
net: dsa: mv88e6xxx: Handle error in serdes_get_regs
Chris Packham
1
-5
/
+9
2020-11-26
net: dsa: mv88e6xxx: Add serdes interrupt support for MV88E6097
Chris Packham
3
-0
/
+54
2020-11-26
net: dsa: mv88e6xxx: Support serdes ports on MV88E6097/6095/6185
Chris Packham
3
-0
/
+76
2020-11-26
net: dsa: mv88e6xxx: Don't force link when using in-band-status
Chris Packham
4
-4
/
+74
2020-11-20
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
4
-10
/
+83
2020-11-18
net: dsa: mv88e6xxx: Wait for EEPROM done after HW reset
Andrew Lunn
3
-0
/
+34
2020-11-14
net: dsa: mv88e6xxx: Avoid VTU corruption on 6097
Tobias Waldekranz
1
-10
/
+49
2020-11-13
Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+3
2020-11-12
net: dsa: mv88e6xxx: Add helper to get a chip's max_vid
Tobias Waldekranz
3
-13
/
+18
2020-11-11
net: dsa: mv88e6xxx: Fix memleak in mv88e6xxx_region_atu_snapshot
zhangxiaoxu
1
-1
/
+3
2020-11-10
net: dsa: mv88e6xxx: Export VTU as devlink region
Tobias Waldekranz
4
-3
/
+109
2020-10-31
net: dsa: mv88e6xxx: fix vlan setup
Russell King
1
-0
/
+1
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-3
/
+4
2020-10-05
net: dsa: mv88e6xxx: Add per port devlink regions
Andrew Lunn
1
-4
/
+105
2020-09-19
net: dsa: mv88e6xxx: Implement devlink info get callback
Andrew Lunn
3
-0
/
+20
2020-09-19
net: dsa: mv88e6xxx: Add devlink regions
Andrew Lunn
4
-1
/
+286
2020-09-19
net: dsa: mv88e6xxx: Create helper for FIDs in use
Andrew Lunn
2
-4
/
+18
2020-09-19
net: dsa: mv88e6xxx: Move devlink code into its own file
Andrew Lunn
4
-254
/
+279
2020-09-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
1
-1
/
+1
2020-09-02
net: dsa: mv88e6xxx: Fix W=1 warning with !CONFIG_OF
Andrew Lunn
1
-9
/
+2
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-20
net: dsa: mv88e6xxx: Use generic helper function
Kurt Kanzenbach
1
-46
/
+13
2020-07-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-3
/
+20
2020-07-25
net: dsa: mv88e6xxx: Use chip-wide max frame size for MTU
Chris Packham
4
-0
/
+31
2020-07-25
net: dsa: mv88e6xxx: Support jumbo configuration on 6190/6190X
Chris Packham
1
-0
/
+2
2020-07-25
net: dsa: mv88e6xxx: MV88E6097 does not support jumbo configuration
Chris Packham
1
-1
/
+0
2020-07-20
net: dsa: mv88e6xxx: fix in-band AN link establishment
Russell King
2
-3
/
+20
2020-07-13
net: dsa: mv88e6xxx: Implement MTU change
Andrew Lunn
1
-0
/
+27
2020-07-06
net: dsa: mv88e6xxx: scratch: Fixup kerneldoc
Andrew Lunn
1
-3
/
+6
2020-07-06
net: dsa: mv88e6xxx: Remove set but unused variable
Andrew Lunn
1
-3
/
+2
2020-07-06
net: dsa: mv88e6xxx: vlan_tci is __be16
Andrew Lunn
1
-1
/
+1
2020-07-06
net: dsa: mv88e6xxx: Fix sparse warnings from GENMASK
Andrew Lunn
1
-2
/
+2
2020-05-11
net: dsa: permit cross-chip bridging between all trees in the system
Vladimir Oltean
1
-4
/
+12
2020-05-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-5
/
+1
2020-05-02
net: dsa: mv88e6xxx: 88e6390 10G serdes support
Russell King
2
-2
/
+42
2020-05-02
net: dsa: mv88e6xxx: use generic clause 45 definitions
Russell King
2
-11
/
+7
2020-05-02
net: Make PTP-specific drivers depend on PTP_1588_CLOCK
Clay McClure
1
-1
/
+1
2020-04-29
net: dsa: mv88e6xxx: remove duplicate assignment of struct members
Jason Yan
1
-4
/
+0
2020-04-15
net: dsa: mv88e6xxx: Configure MAC when using fixed link
Andrew Lunn
1
-2
/
+3
2020-03-16
net: dsa: mv88e6xxx: use PHY_DETECT in mac_link_up/mac_link_down
Russell King
1
-24
/
+29
2020-03-16
net: dsa: mv88e6xxx: remove port_link_state functions
Russell King
4
-232
/
+0
2020-03-16
net: dsa: mv88e6xxx: combine port_set_speed and port_set_duplex
Russell King
4
-145
/
+107
2020-03-16
net: dsa: mv88e6xxx: fix Serdes link changes
Russell King
2
-21
/
+13
[next]