index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
dsa
/
port.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: dsa: don't advertise 'rx-vlan-filter' when not needed
Vladimir Oltean
2021-08-24
1
-2
/
+40
*
net: dsa: don't call switchdev_bridge_port_unoffload for unoffloaded bridge p...
Vladimir Oltean
2021-08-24
1
-0
/
+4
*
net: dsa: track unique bridge numbers across all DSA switch trees
Vladimir Oltean
2021-08-23
1
-34
/
+5
*
net: dsa: tag_8021q: don't broadcast during setup/teardown
Vladimir Oltean
2021-08-12
1
-4
/
+10
*
net: dsa: print more information when a cross-chip notifier fails
Vladimir Oltean
2021-08-12
1
-6
/
+12
*
net: dsa: avoid fast ageing twice when port leaves a bridge
Vladimir Oltean
2021-08-09
1
-1
/
+3
*
net: dsa: still fast-age ports joining a bridge if they can't configure learning
Vladimir Oltean
2021-08-09
1
-1
/
+17
*
net: dsa: flush the dynamic FDB of the software bridge when fast ageing a port
Vladimir Oltean
2021-08-08
1
-0
/
+20
*
net: dsa: don't fast age bridge ports with learning turned off
Vladimir Oltean
2021-08-08
1
-1
/
+1
*
net: dsa: centralize fast ageing when address learning is turned off
Vladimir Oltean
2021-08-08
1
-4
/
+31
*
net: dsa: don't fast age standalone ports
Vladimir Oltean
2021-08-08
1
-8
/
+12
*
net: dsa: don't disable multicast flooding to the CPU even without an IGMP qu...
Vladimir Oltean
2021-08-06
1
-11
/
+0
*
net: dsa: stop syncing the bridge mcast_router attribute at join time
Vladimir Oltean
2021-08-06
1
-10
/
+0
*
Revert "net: dsa: Allow drivers to filter packets they can decode source port...
Vladimir Oltean
2021-07-26
1
-1
/
+0
*
net: dsa: add support for bridge TX forwarding offload
Vladimir Oltean
2021-07-23
1
-1
/
+83
*
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
2021-07-23
1
-1
/
+1
*
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
2021-07-22
1
-68
/
+16
*
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
2021-07-22
1
-1
/
+15
*
net: dsa: tag_8021q: add proper cross-chip notifier support
Vladimir Oltean
2021-07-20
1
-0
/
+28
*
net: dsa: replay the local bridge FDB entries pointing to the bridge dev too
Vladimir Oltean
2021-06-29
1
-0
/
+12
*
net: dsa: install the host MDB and FDB entries in the master's RX filter
Vladimir Oltean
2021-06-29
1
-0
/
+24
*
net: dsa: introduce a separate cross-chip notifier type for host FDBs
Vladimir Oltean
2021-06-29
1
-0
/
+26
*
net: dsa: introduce a separate cross-chip notifier type for host MDBs
Vladimir Oltean
2021-06-29
1
-0
/
+24
*
net: dsa: replay a deletion of switchdev objects for ports leaving a bridged LAG
Vladimir Oltean
2021-06-28
1
-2
/
+43
*
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
2021-06-28
1
-7
/
+6
*
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
2021-06-28
1
-3
/
+3
*
net: dsa: targeted MTU notifiers should only match on one port
Vladimir Oltean
2021-06-21
1
-2
/
+2
*
net: dsa: fix bridge support for drivers without port_bridge_flags callback
Oleksij Rempel
2021-04-21
1
-1
/
+1
*
net: dsa: sync up switchdev objects and port attributes when joining the bridge
Vladimir Oltean
2021-03-23
1
-0
/
+46
*
net: dsa: inherit the actual bridge port flags at join time
Vladimir Oltean
2021-03-23
1
-41
/
+82
*
net: dsa: pass extack to dsa_port_{bridge,lag}_join
Vladimir Oltean
2021-03-23
1
-3
/
+5
*
net: dsa: call dsa_port_bridge_join when joining a LAG that is already in a b...
Vladimir Oltean
2021-03-23
1
-4
/
+18
*
net: dsa: add MRP support
Horatiu Vultur
2021-02-16
1
-0
/
+48
*
net: dsa: propagate extack to .port_vlan_filtering
Vladimir Oltean
2021-02-14
1
-7
/
+11
*
net: dsa: propagate extack to .port_vlan_add
Vladimir Oltean
2021-02-14
1
-1
/
+3
*
net: dsa: act as passthrough for bridge port flags
Vladimir Oltean
2021-02-12
1
-17
/
+14
*
net: switchdev: pass flags and mask to both {PRE_,}BRIDGE_FLAGS attributes
Vladimir Oltean
2021-02-12
1
-15
/
+19
*
net: dsa: configure better brport flags when ports leave the bridge
Vladimir Oltean
2021-02-12
1
-7
/
+38
*
net: dsa: add support for offloading HSR
George McCollister
2021-02-11
1
-0
/
+34
*
net: dsa: allow changing the tag protocol via the "tagging" device attribute
Vladimir Oltean
2021-01-29
1
-0
/
+8
*
net: dsa: document the existing switch tree notifiers and add a new one
Vladimir Oltean
2021-01-29
1
-23
/
+13
*
net: dsa: Link aggregation support
Tobias Waldekranz
2021-01-14
1
-0
/
+79
*
net: dsa: remove the transactional logic from ageing time notifiers
Vladimir Oltean
2021-01-11
1
-5
/
+1
*
net: switchdev: remove the transaction structure from port attributes
Vladimir Oltean
2021-01-11
1
-54
/
+43
*
net: switchdev: remove the transaction structure from port object notifiers
Vladimir Oltean
2021-01-11
1
-6
/
+2
*
net: dsa: propagate switchdev vlan_filtering prepare phase to drivers
Vladimir Oltean
2020-10-05
1
-8
/
+9
*
net: dsa: allow 8021q uppers while the bridge has vlan_filtering=0
Vladimir Oltean
2020-09-20
1
-2
/
+44
*
net: dsa: refuse configuration in prepare phase of dsa_port_vlan_filtering()
Vladimir Oltean
2020-09-20
1
-7
/
+7
*
Revert "net: dsa: Add more convenient functions for installing port VLANs"
Vladimir Oltean
2020-09-11
1
-33
/
+0
*
net: dsa: provide an option for drivers to always receive bridge VLANs
Russell King
2020-05-12
1
-0
/
+14
[next]