index
:
kernel
0x221E-v0.0-v7.0
0x221E-v0.0.1-v6.19
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.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.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
Hosts the 0x221E linux distro kernel.
Ubuntu
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
bridge
Age
Commit message (
Expand
)
Author
2021-08-17
net: bridge: vlan: account for router port lists when notifying
Nikolay Aleksandrov
2021-08-17
net: bridge: vlan: enable mcast snooping for existing master vlans
Nikolay Aleksandrov
2021-08-16
net: bridge: mcast: account for ipv6 size when dumping querier state
Nikolay Aleksandrov
2021-08-16
net: bridge: mcast: drop sizeof for nest attribute's zero size
Nikolay Aleksandrov
2021-08-16
net: bridge: mcast: don't dump querier state if snooping is disabled
Nikolay Aleksandrov
2021-08-14
net: bridge: vlan: dump mcast ctx querier state
Nikolay Aleksandrov
2021-08-14
net: bridge: mcast: dump ipv6 querier state
Nikolay Aleksandrov
2021-08-14
net: bridge: mcast: dump ipv4 querier state
Nikolay Aleksandrov
2021-08-14
net: bridge: mcast: consolidate querier selection for ipv4 and ipv6
Nikolay Aleksandrov
2021-08-14
net: bridge: mcast: make sure querier port/address updates are consistent
Nikolay Aleksandrov
2021-08-14
net: bridge: mcast: record querier port device ifindex instead of pointer
Nikolay Aleksandrov
2021-08-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-11
net: bridge: vlan: fix global vlan option range dumping
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: use br_rports_fill_info() to export mcast router ports
Nikolay Aleksandrov
2021-08-11
net: bridge: mcast: use the proper multicast context when dumping router ports
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast router global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast querier global option
Nikolay Aleksandrov
2021-08-11
net: bridge: mcast: querier and query state affect only current context type
Nikolay Aleksandrov
2021-08-11
net: bridge: mcast: move querier state to the multicast context
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast startup query interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast query response interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast query interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast querier interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast membership interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast last member interval global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast startup query count global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast last member count global option
Nikolay Aleksandrov
2021-08-11
net: bridge: vlan: add support for mcast igmp/mld version global options
Nikolay Aleksandrov
2021-08-11
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
2021-08-10
net: bridge: fix memleak in br_add_if()
Yang Yingliang
2021-08-10
net: bridge: fix flags interpretation for extern learn fdb entries
Nikolay Aleksandrov
2021-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf
Jakub Kicinski
2021-08-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2021-08-05
net: bridge: fix ioctl old_deviceless bridge argument
Nikolay Aleksandrov
2021-08-05
net: bridge: fix ioctl locking
Nikolay Aleksandrov
2021-08-04
net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridge
Vladimir Oltean
2021-08-04
netfilter: nf_conntrack_bridge: Fix memory leak when error
Yajun Deng
2021-08-03
net: bridge: switchdev: fix incorrect use of FDB flags when picking the dst d...
Vladimir Oltean
2021-08-02
net: bridge: validate the NUD_PERMANENT bit when adding an extern_learn FDB e...
Vladimir Oltean
2021-08-02
netfilter: ebtables: do not hook tables by default
Florian Westphal
2021-07-28
net: bridge: switchdev: treat local FDBs the same as entries towards the bridge
Vladimir Oltean
2021-07-28
net: bridge: switchdev: replay the entire FDB for each port
Vladimir Oltean
2021-07-27
net: bridge: move bridge ioctls out of .ndo_do_ioctl
Arnd Bergmann
2021-07-27
bridge: use ndo_siocdevprivate
Arnd Bergmann
2021-07-26
net: bridge: add a helper for retrieving port VLANs from the data path
Vladimir Oltean
2021-07-26
net: bridge: update BROPT_VLAN_ENABLED before notifying switchdev in br_vlan_...
Vladimir Oltean
2021-07-24
net: bridge: fix build when setting skb->offload_fwd_mark with CONFIG_NET_SWI...
Vladimir Oltean
2021-07-23
net: bridge: switchdev: allow the TX data plane forwarding to be offloaded
Tobias Waldekranz
2021-07-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2021-07-22
net: bridge: move the switchdev object replay helpers to "push" mode
Vladimir Oltean
[prev]
[next]