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.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
/
net
/
dsa
/
switch.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-11
net: dsa: permit cross-chip bridging between all trees in the system
Vladimir Oltean
1
-6
/
+15
2020-03-28
net: dsa: configure the MTU for switch ports
Vladimir Oltean
1
-0
/
+37
2019-10-22
net: dsa: use dsa_to_port helper everywhere
Vivien Didelot
1
-2
/
+2
2019-08-28
net: dsa: program VLAN on CPU port from slave
Vivien Didelot
1
-1
/
+4
2019-08-28
net: dsa: remove bitmap operations
Vivien Didelot
1
-73
/
+59
2019-08-12
net: dsa: Check existence of .port_mdb_add callback before calling it
Chen-Yu Tsai
1
-0
/
+3
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
1
-5
/
+1
2019-05-01
net: dsa: Unset vlan_filtering when ports leave the bridge
Vladimir Oltean
1
-0
/
+29
2019-05-01
net: dsa: Fix pharse -> phase typo
Vladimir Oltean
1
-1
/
+1
2019-02-22
net: dsa: Add ndo_vlan_rx_{add, kill}_vid implementation
Florian Fainelli
1
-0
/
+42
2018-07-19
net: dsa: Remove VLA usage
Salvatore Mesoraca
1
-12
/
+10
2017-12-03
net: dsa: support cross-chip FDB operations
Vivien Didelot
1
-10
/
+4
2017-12-03
net: dsa: add switch mdb bitmap functions
Vivien Didelot
1
-15
/
+33
2017-12-03
net: dsa: add switch vlan bitmap functions
Vivien Didelot
1
-15
/
+34
2017-12-03
net: dsa: remove trans argument from mdb ops
Vivien Didelot
1
-2
/
+2
2017-12-03
net: dsa: remove trans argument from vlan ops
Vivien Didelot
1
-2
/
+2
2017-11-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-0
/
+4
2017-11-11
net: dsa: return after vlan prepare phase
Vivien Didelot
1
-0
/
+2
2017-11-11
net: dsa: return after mdb prepare phase
Vivien Didelot
1
-0
/
+2
2017-11-10
net: dsa: switch: Don't add CPU port to an mdb by default
Andrew Lunn
1
-1
/
+1
2017-08-08
net: dsa: Remove switchdev dependency from DSA switch notifier chain
Arkadi Sharshevsky
1
-7
/
+4
2017-08-08
net: dsa: Remove prepare phase for FDB
Arkadi Sharshevsky
1
-11
/
+3
2017-08-08
net: dsa: Change DSA slave FDB API to be switchdev independent
Arkadi Sharshevsky
1
-3
/
+5
2017-06-16
net: dsa: add cross-chip multicast support
Vivien Didelot
1
-10
/
+20
2017-06-08
net: dsa: add CPU and DSA ports as VLAN members
Vivien Didelot
1
-0
/
+3
2017-06-08
net: dsa: check VLAN capability of every switch
Vivien Didelot
1
-10
/
+17
2017-05-24
net: dsa: support cross-chip ageing time
Vivien Didelot
1
-4
/
+0
2017-05-23
net: dsa: add VLAN notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add MDB notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add FDB notifier
Vivien Didelot
1
-0
/
+43
2017-05-23
net: dsa: add notifier for ageing time
Vivien Didelot
1
-0
/
+46
2017-05-18
net: dsa: include dsa.h only once
Vivien Didelot
1
-1
/
+2
2017-04-01
net: dsa: add cross-chip bridging operations
Vivien Didelot
1
-6
/
+6
2017-03-29
net: dsa: fix copyright holder
Vivien Didelot
1
-1
/
+2
2017-02-07
net: dsa: introduce bridge notifier
Vivien Didelot
1
-0
/
+32
2017-02-07
net: dsa: add switch notifier
Vivien Didelot
1
-0
/
+53