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
2022-01-05
net: dsa: remove cross-chip support for HSR
Vladimir Oltean
1
-24
/
+0
2022-01-05
net: dsa: remove cross-chip support for MRP
Vladimir Oltean
1
-64
/
+0
2022-01-05
net: dsa: fix incorrect function pointer check for MRP ring roles
Vladimir Oltean
1
-2
/
+2
2021-12-14
net: dsa: make tagging protocols connect to individual switches from a tree
Vladimir Oltean
1
-3
/
+49
2021-12-12
net: dsa: introduce tagger-owned storage for private and shared data
Vladimir Oltean
1
-0
/
+14
2021-12-09
net: dsa: add a "tx_fwd_offload" argument to ->port_bridge_join
Vladimir Oltean
1
-1
/
+2
2021-12-09
net: dsa: keep the bridge_dev and bridge_num as part of the same structure
Vladimir Oltean
1
-6
/
+7
2021-12-09
net: dsa: hide dp->bridge_dev and dp->bridge_num in the core behind helpers
Vladimir Oltean
1
-4
/
+2
2021-10-25
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-24
/
+52
2021-10-25
net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns error
Vladimir Oltean
1
-2
/
+2
2021-10-25
Revert "Merge branch 'dsa-rtnl'"
David S. Miller
1
-52
/
+24
2021-10-24
net: dsa: introduce locking for the address lists on CPU and DSA ports
Vladimir Oltean
1
-24
/
+52
2021-10-21
net: dsa: convert cross-chip notifiers to iterate using dp
Vladimir Oltean
1
-60
/
+69
2021-10-21
net: dsa: remove the "dsa_to_port in a loop" antipattern from the core
Vladimir Oltean
1
-23
/
+17
2021-10-13
net: dsa: fix spurious error message when unoffloaded port leaves bridge
Alvin Šipraga
1
-1
/
+1
2021-08-24
net: dsa: let drivers state that they need VLAN filtering while standalone
Vladimir Oltean
1
-5
/
+16
2021-08-24
net: dsa: properly fall back to software bridging
Vladimir Oltean
1
-2
/
+4
2021-07-20
net: dsa: tag_8021q: add proper cross-chip notifier support
Vladimir Oltean
1
-0
/
+6
2021-07-20
net: dsa: tag_8021q: manage RX VLANs dynamically at bridge join/leave time
Vladimir Oltean
1
-8
/
+16
2021-07-14
net: dsa: properly check for the bridge_leave methods in dsa_switch_bridge_le...
Vladimir Oltean
1
-2
/
+2
2021-07-01
net: dsa: return -EOPNOTSUPP when driver does not implement .port_lag_join
Vladimir Oltean
1
-2
/
+2
2021-06-29
net: dsa: reference count the FDB addresses at the cross-chip notifier level
Vladimir Oltean
1
-7
/
+81
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
1
-0
/
+41
2021-06-29
net: dsa: reference count the MDB entries at the cross-chip notifier level
Vladimir Oltean
1
-9
/
+95
2021-06-29
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
1
-0
/
+60
2021-06-21
net: dsa: remove cross-chip support from the MRP notifiers
Vladimir Oltean
1
-48
/
+7
2021-06-21
net: dsa: targeted MTU notifiers should only match on one port
Vladimir Oltean
1
-3
/
+6
2021-06-21
net: dsa: execute dsa_switch_mdb_add only for routing port in cross-chip topo...
Vladimir Oltean
1
-23
/
+2
2021-04-21
net: dsa: Only notify CPU ports of changes to the tag protocol
Tobias Waldekranz
1
-18
/
+7
2021-03-26
net: dsa: only unset VLAN filtering when last port leaves last VLAN-aware bridge
Vladimir Oltean
1
-6
/
+9
2021-02-17
net: dsa: add MRP support
Horatiu Vultur
1
-0
/
+105
2021-02-15
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
1
-1
/
+5
2021-02-15
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
1
-1
/
+2
2021-02-12
net: dsa: add support for offloading HSR
George McCollister
1
-0
/
+24
2021-01-30
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
1
-0
/
+55
2021-01-15
net: dsa: Link aggregation support
Tobias Waldekranz
1
-0
/
+50
2021-01-12
net: dsa: remove obsolete comments about switchdev transactions
Vladimir Oltean
1
-4
/
+0
2021-01-12
net: dsa: remove the transactional logic from VLAN objects
Vladimir Oltean
1
-6
/
+2
2021-01-12
net: dsa: remove the transactional logic from MDB entries
Vladimir Oltean
1
-9
/
+6
2021-01-12
net: dsa: remove the transactional logic from ageing time notifiers
Vladimir Oltean
1
-9
/
+6
2021-01-12
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
1
-10
/
+1
2021-01-12
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
1
-32
/
+4
2020-10-05
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
1
-1
/
+8
2020-09-21
net: dsa: convert denying bridge VLAN with existing 8021q upper to PRECHANGEU...
Vladimir Oltean
1
-41
/
+0
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
[next]