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
/
net
/
bridge
Age
Commit message (
Expand
)
Author
Files
Lines
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
4
-17
/
+6
2021-07-27
bridge: use ndo_siocdevprivate
Arnd Bergmann
3
-12
/
+28
2021-07-27
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
1
-0
/
+27
2021-07-27
net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...
Vladimir Oltean
1
-2
/
+5
2021-07-24
net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...
Vladimir Oltean
3
-1
/
+12
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
4
-5
/
+113
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
1
-1
/
+1
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
5
-6
/
+97
2021-07-22
net: bridge: guard the switchdev replay helpers against a NULL notifier block
Vladimir Oltean
3
-0
/
+9
2021-07-22
net: bridge: switchdev: let drivers inform which bridge ports are offloaded
Vladimir Oltean
3
-33
/
+75
2021-07-22
net: bridge: switchdev: recycle unused hwdoms
Tobias Waldekranz
3
-39
/
+86
2021-07-22
net: bridge: disambiguate offload_fwd_mark
Tobias Waldekranz
3
-14
/
+25
2021-07-22
net: bridge: multicast: add context support for host-joined groups
Nikolay Aleksandrov
3
-6
/
+7
2021-07-22
net: bridge: multicast: add mdb context support
Nikolay Aleksandrov
1
-3
/
+40
2021-07-21
net: bridge: multicast: fix igmp/mld port context null pointer dereferences
Nikolay Aleksandrov
1
-5
/
+9
2021-07-20
net: bridge: vlan: add mcast snooping control
Nikolay Aleksandrov
3
-1
/
+46
2021-07-20
net: bridge: vlan: notify when global options change
Nikolay Aleksandrov
1
-1
/
+79
2021-07-20
net: bridge: vlan: add support for dumping global vlan options
Nikolay Aleksandrov
3
-8
/
+68
2021-07-20
net: bridge: vlan: add support for global options
Nikolay Aleksandrov
3
-3
/
+102
2021-07-20
net: bridge: multicast: include router port vlan id in notifications
Nikolay Aleksandrov
3
-10
/
+25
2021-07-20
net: bridge: multicast: add vlan querier and query support
Nikolay Aleksandrov
1
-8
/
+60
2021-07-20
net: bridge: multicast: check if should use vlan mcast ctx
Nikolay Aleksandrov
2
-15
/
+62
2021-07-20
net: bridge: multicast: use the port group to port context helper
Nikolay Aleksandrov
1
-6
/
+15
2021-07-20
net: bridge: multicast: add helper to get port mcast context from port group
Nikolay Aleksandrov
1
-0
/
+38
2021-07-20
net: bridge: add vlan mcast snooping knob
Nikolay Aleksandrov
6
-48
/
+173
2021-07-20
net: bridge: multicast: add vlan state initialization and control
Nikolay Aleksandrov
3
-18
/
+164
2021-07-20
net: bridge: vlan: add global and per-port multicast context
Nikolay Aleksandrov
3
-40
/
+106
2021-07-20
net: bridge: multicast: use multicast contexts instead of bridge or port
Nikolay Aleksandrov
8
-515
/
+575
2021-07-20
net: bridge: multicast: factor out bridge multicast context
Nikolay Aleksandrov
5
-275
/
+335
2021-07-20
net: bridge: multicast: factor out port multicast context
Nikolay Aleksandrov
5
-99
/
+146
2021-07-20
net: bridge: do not replay fdb entries pointing towards the bridge twice
Vladimir Oltean
1
-1
/
+1
2021-07-11
net: bridge: multicast: fix MRD advertisement router port marking race
Nikolay Aleksandrov
1
-0
/
+4
2021-07-11
net: bridge: multicast: fix PIM hello router port marking race
Nikolay Aleksandrov
1
-0
/
+2
2021-07-02
net: bridge: sync fdb to new unicast-filtering ports
Wolfgang Bumiller
1
-1
/
+16
2021-06-29
net: bridge: allow br_fdb_replay to be called for the bridge device
Vladimir Oltean
1
-1
/
+4
2021-06-29
net: bridge: switchdev: send FDB notifications for host addresses
Tobias Waldekranz
3
-11
/
+11
2021-06-29
net: bridge: use READ_ONCE() and WRITE_ONCE() compiler barriers for fdb->dst
Vladimir Oltean
2
-14
/
+21
2021-06-29
net: bridge: mrp: Update the Test frames for MRA
Horatiu Vultur
2
-0
/
+38
2021-06-29
net: bridge: allow the switchdev replay functions to be called for deletion
Vladimir Oltean
3
-12
/
+33
2021-06-29
net: bridge: constify variables in the replay helpers
Vladimir Oltean
3
-9
/
+9
2021-06-29
net: bridge: ignore switchdev events for LAG ports which didn't request replay
Vladimir Oltean
3
-9
/
+14
2021-06-29
net: bridge: include the is_local bit in br_fdb_replay
Vladimir Oltean
1
-0
/
+1
2021-06-22
bridge: cfm: remove redundant return
gushengxian
1
-1
/
+1
2021-06-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-16
/
+26
2021-06-18
net: bridge: remove redundant continue statement
Colin Ian King
1
-3
/
+1
2021-06-11
net: bridge: fix vlan tunnel dst refcnt when egressing
Nikolay Aleksandrov
1
-2
/
+2
2021-06-11
net: bridge: fix vlan tunnel dst null pointer dereference
Nikolay Aleksandrov
2
-16
/
+26
2021-06-05
net: bridge: mrp: Update ring transitions.
Horatiu Vultur
1
-4
/
+2
2021-05-26
net: bridge: remove redundant assignment
Nigel Christian
1
-1
/
+0
2021-05-14
net: bridge: fix build when IPv6 is disabled
Matteo Croce
1
-1
/
+1
[prev]
[next]