Linux Ethernet Bridging
[Prev Page][Next Page]
- Re: [PATCH net-next v2 0/3] net: bridge: add an option to disabe linklocal learning, (continued)
- [PATCH net-next 0/2] net: bridge: add an option to disabe linklocal learning,
Nikolay Aleksandrov
- [PATCH net-next 00/16] mlxsw: Add VxLAN learning support,
Ido Schimmel
- [PATCH net-next 01/16] vxlan: __vxlan_fdb_delete(): Drop unused argument vid, Ido Schimmel
- [PATCH net-next 02/16] vxlan: vxlan_fdb_notify(): Make switchdev notification configurable, Ido Schimmel
- [PATCH net-next 03/16] vxlan: Mark user-added FDB entries, Ido Schimmel
- [PATCH net-next 04/16] vxlan: Don't override user-added entries with ext-learned ones, Ido Schimmel
- [PATCH net-next 05/16] vxlan: Add hardware FDB learning, Ido Schimmel
- [PATCH net-next 06/16] vxlan: Allow changing ageing time, Ido Schimmel
- [PATCH net-next 07/16] bridge: Allow querying bridge port flags, Ido Schimmel
- [PATCH net-next 08/16] mlxsw: reg: Add definition of unicast tunnel record for SFN register, Ido Schimmel
- [PATCH net-next 09/16] mlxsw: spectrum_fid: Store ifindex of NVE device in FID, Ido Schimmel
- [PATCH net-next 10/16] mlxsw: spectrum_fid: Allow FID lookup by its index, Ido Schimmel
- [PATCH net-next 11/16] mlxsw: spectrum_nve: Add API to resolve learned IP addresses, Ido Schimmel
- [PATCH net-next 12/16] mlxsw: spectrum_switchdev: Process learned VxLAN FDB entries, Ido Schimmel
- [PATCH net-next 13/16] mlxsw: spectrum_switchdev: Allow deletion of learned FDB entries, Ido Schimmel
- [PATCH net-next 16/16] selftests: forwarding: vxlan_bridge_1d: Add learning test, Ido Schimmel
- [PATCH net-next 15/16] selftests: mlxsw: Consider VxLAN learning enabled as valid, Ido Schimmel
- [PATCH net-next 14/16] mlxsw: spectrum_nve: Allow VxLAN learning, Ido Schimmel
- Re: [PATCH net-next 00/16] mlxsw: Add VxLAN learning support, David Miller
- KASAN: use-after-free Read in nbp_vlan_rcu_free,
syzbot
- [PATCH tip/core/rcu 33/41] net/bridge: Replace call_rcu_bh() and rcu_barrier_bh(),
Paul E. McKenney
- [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers,
Michał Mirosław
- [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 4/9] 8021q: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 2/9] nfnetlink/queue: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 3/9] net/core: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 6/9] ipv4/tunnel: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 5/9] bridge: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 7/9] benet: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 8/9] mlx4: use __vlan_hwaccel helpers, Michał Mirosław
- [PATCH net-next 9/9] sky2: use __vlan_hwaccel helpers, Michał Mirosław
- Re: [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers, David Miller
- [PATCH net-next 0/2] br_netfilter: enable in non-initial netns,
Christian Brauner
- [bug report] net: bridge: add support for raw sysfs port options,
Dan Carpenter
- [PATCH net] net: bridge: remove ipv6 zero address check in mcast queries,
Nikolay Aleksandrov
- Re: [PATCH net] bridge: do not add port to router list when receives query with source 0.0.0.0, Nikolay Aleksandrov
- !vlan_enabled but programs pvid,
Soohoon Lee
- [PATCH net-next v2 00/18] mlxsw: Add VxLAN support,
Ido Schimmel
- [PATCH net-next v2 01/18] mlxsw: spectrum_fid: Allow setting and clearing NVE properties on FID, Ido Schimmel
- [PATCH net-next v2 02/18] mlxsw: spectrum_fid: Add APIs to lookup FID without creating it, Ido Schimmel
- [PATCH net-next v2 03/18] mlxsw: spectrum_router: Enable local routes promotion to perform NVE decap, Ido Schimmel
- [PATCH net-next v2 06/18] inet: Refactor INET_ECN_decapsulate(), Ido Schimmel
- [PATCH net-next v2 04/18] mlxsw: spectrum_router: Allow querying VR ID based on table ID, Ido Schimmel
- [PATCH net-next v2 05/18] vxlan: Export address checking functions, Ido Schimmel
- [PATCH net-next v2 07/18] mlxsw: spectrum_nve: Implement common NVE core, Ido Schimmel
- [PATCH net-next v2 08/18] mlxsw: spectrum_nve: Implement VxLAN operations, Ido Schimmel
- [PATCH net-next v2 09/18] mlxsw: spectrum_fid: Clear NVE configuration when destroying 802.1D FIDs, Ido Schimmel
- [PATCH net-next v2 10/18] mlxsw: spectrum_router: Configure matching local routes for NVE decap, Ido Schimmel
- [PATCH net-next v2 11/18] net: Add netif_is_vxlan(), Ido Schimmel
- [PATCH net-next v2 12/18] vxlan: Add switchdev notifications, Ido Schimmel
- [PATCH net-next v2 13/18] vxlan: Add vxlan_fdb_find_uc() for FDB querying, Ido Schimmel
- [PATCH net-next v2 14/18] vxlan: Support marking RDSTs as offloaded, Ido Schimmel
- [PATCH net-next v2 15/18] vxlan: Notify for each remote of a removed FDB entry, Ido Schimmel
- [PATCH net-next v2 16/18] bridge: switchdev: Allow clearing FDB entry offload indication, Ido Schimmel
- [PATCH net-next v2 17/18] mlxsw: spectrum: Enable VxLAN enslavement to bridges, Ido Schimmel
- [PATCH net-next v2 18/18] mlxsw: spectrum_switchdev: Add support for VxLAN encapsulation, Ido Schimmel
- Re: [PATCH net-next v2 00/18] mlxsw: Add VxLAN support, David Miller
- [PATCH][net-next][v2] net: bridge: fix a possible memory leak in __vlan_add,
Li RongQing
- [PATCH] net: bridge: fix a memory leak in __vlan_add,
Li RongQing
- [PATCH net-next 00/18] mlxsw: Add VxLAN support,
Ido Schimmel
- [PATCH net-next 01/18] mlxsw: spectrum_fid: Allow setting and clearing NVE properties on FID, Ido Schimmel
- [PATCH net-next 02/18] mlxsw: spectrum_fid: Add APIs to lookup FID without creating it, Ido Schimmel
- [PATCH net-next 03/18] mlxsw: spectrum_router: Enable local routes promotion to perform NVE decap, Ido Schimmel
- [PATCH net-next 04/18] mlxsw: spectrum_router: Allow querying VR ID based on table ID, Ido Schimmel
- [PATCH net-next 05/18] vxlan: Export address checking functions, Ido Schimmel
- [PATCH net-next 06/18] inet: Refactor INET_ECN_decapsulate(), Ido Schimmel
- [PATCH net-next 07/18] mlxsw: spectrum_nve: Implement common NVE core, Ido Schimmel
- [PATCH net-next 08/18] mlxsw: spectrum_nve: Implement VxLAN operations, Ido Schimmel
- [PATCH net-next 09/18] mlxsw: spectrum_fid: Clear NVE configuration when destroying 802.1D FIDs, Ido Schimmel
- [PATCH net-next 10/18] mlxsw: spectrum_router: Configure matching local routes for NVE decap, Ido Schimmel
- [PATCH net-next 11/18] vxlan: Add netif_is_vxlan(), Ido Schimmel
- [PATCH net-next 12/18] vxlan: Add switchdev notifications, Ido Schimmel
- [PATCH net-next 13/18] vxlan: Add vxlan_fdb_find_uc() for FDB querying, Ido Schimmel
- [PATCH net-next 14/18] vxlan: Support marking RDSTs as offloaded, Ido Schimmel
- [PATCH net-next 15/18] vxlan: Notify for each remote of a removed FDB entry, Ido Schimmel
- [PATCH net-next 16/18] bridge: switchdev: Allow clearing FDB entry offload indication, Ido Schimmel
- [PATCH net-next 17/18] mlxsw: spectrum: Enable VxLAN enslavement to bridges, Ido Schimmel
- [PATCH net-next 18/18] mlxsw: spectrum_switchdev: Add support for VxLAN encapsulation, Ido Schimmel
- [PATCH net-next] net: bridge: add support for per-port vlan stats,
Nikolay Aleksandrov
- Re: [PATCH net-next] bridge: mcast: Default back to multicast enabled state, David Miller
- [PATCH net-next] net: bridge: explicitly zero is_sticky in fdb_create,
Nikolay Aleksandrov
- [PATCH net-next v2 0/9] net: bridge: convert bool options to bits,
Nikolay Aleksandrov
- [PATCH net-next v2 1/9] net: bridge: make struct opening bracket consistent, Nikolay Aleksandrov
- [PATCH net-next v2 2/9] net: bridge: add bitfield for options and convert vlan opts, Nikolay Aleksandrov
- [PATCH net-next v2 3/9] net: bridge: convert nf call options to bits, Nikolay Aleksandrov
- [PATCH net-next v2 4/9] net: bridge: convert group_addr_set option to a bit, Nikolay Aleksandrov
- [PATCH net-next v2 5/9] net: bridge: convert and rename mcast disabled, Nikolay Aleksandrov
- [PATCH net-next v2 6/9] net: bridge: convert mcast options to bits, Nikolay Aleksandrov
- [PATCH net-next v2 7/9] net: bridge: convert neigh_suppress_enabled option to a bit, Nikolay Aleksandrov
- [PATCH net-next v2 8/9] net: bridge: convert mtu_set_by_user to a bit, Nikolay Aleksandrov
- [PATCH net-next v2 9/9] net: bridge: pack net_bridge better, Nikolay Aleksandrov
- Re: [PATCH net-next v2 0/9] net: bridge: convert bool options to bits, Nikolay Aleksandrov
- [PATCH net-next 0/9] net: bridge: convert bool options to bits,
Nikolay Aleksandrov
- [PATCH net-next 1/9] net: bridge: make struct opening bracket consistent, Nikolay Aleksandrov
- [PATCH net-next 2/9] net: bridge: add bitfield for options and convert vlan opts, Nikolay Aleksandrov
- [PATCH net-next 4/9] net: bridge: convert group_addr_set option to a bit, Nikolay Aleksandrov
- [PATCH net-next 3/9] net: bridge: convert nf call options to bits, Nikolay Aleksandrov
- [PATCH net-next 5/9] net: bridge: convert and rename mcast disabled, Nikolay Aleksandrov
- [PATCH net-next 6/9] net: bridge: convert mcast options to bits, Nikolay Aleksandrov
- [PATCH net-next 7/9] net: bridge: convert neigh_suppress_enabled option to a bit, Nikolay Aleksandrov
- [PATCH net-next 8/9] net: bridge: convert mtu_set_by_user to a bit, Nikolay Aleksandrov
- [PATCH net-next 9/9] net: bridge: pack net_bridge better, Nikolay Aleksandrov
- Re: [PATCH net-next 0/9] net: bridge: convert bool options to bits, Stephen Hemminger
- [PATCH] docs: fix some broken documentation references,
Mauro Carvalho Chehab
- [PATCH net-next] net: bridge: add support for sticky fdb entries,
Nikolay Aleksandrov
- [PATCH v1] bridge: Switch to bitmap_zalloc(),
Andy Shevchenko
- [PATCH net-next v3 0/2] net: bridge: add support for backup port,
Nikolay Aleksandrov
- [PATCH net-next v2 0/2] net: bridge: add support for backup port,
Nikolay Aleksandrov
- [PATCH net-next v3 0/8] Make /sys/class/net per net namespace objects belong to container,
Tyler Hicks
- [PATCH net-next v3 1/8] kernfs: allow creating kernfs objects with arbitrary uid/gid, Tyler Hicks
- [PATCH net-next v3 2/8] sysfs, kobject: allow creating kobject belonging to arbitrary users, Tyler Hicks
- [PATCH net-next v3 3/8] kobject: kset_create_and_add() - fetch ownership info from parent, Tyler Hicks
- [PATCH net-next v3 4/8] driver core: set up ownership of class devices in sysfs, Tyler Hicks
- [PATCH net-next v3 5/8] net-sysfs: require net admin in the init ns for setting tx_maxrate, Tyler Hicks
- [PATCH net-next v3 6/8] net-sysfs: make sure objects belong to container's owner, Tyler Hicks
- [PATCH net-next v3 7/8] net: create reusable function for getting ownership info of sysfs inodes, Tyler Hicks
- [PATCH net-next v3 8/8] bridge: make sure objects belong to container's owner, Tyler Hicks
- Re: [PATCH net-next v3 0/8] Make /sys/class/net per net namespace objects belong to container, David Miller
- [PATCH net-next 0/2] net: bridge: add support for backup port,
Nikolay Aleksandrov
- [PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container,
Tyler Hicks
- [PATCH net-next v2 1/7] kernfs: allow creating kernfs objects with arbitrary uid/gid, Tyler Hicks
- [PATCH net-next v2 2/7] sysfs, kobject: allow creating kobject belonging to arbitrary users, Tyler Hicks
- [PATCH net-next v2 3/7] kobject: kset_create_and_add() - fetch ownership info from parent, Tyler Hicks
- [PATCH net-next v2 4/7] driver core: set up ownership of class devices in sysfs, Tyler Hicks
- [PATCH net-next v2 5/7] net-sysfs: make sure objects belong to contrainer's owner, Tyler Hicks
- [PATCH net-next v2 6/7] net: Create reusable function for getting ownership info of sysfs inodes, Tyler Hicks
- [PATCH net-next v2 7/7] bridge: make sure objects belong to container's owner, Tyler Hicks
- Re: [PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container, David Miller
- Re: [PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container, David Miller
- KASAN: stack-out-of-bounds Read in vmalloc_fault,
syzbot
- [PATCH] net: bridge: fix potential null pointer dereference on return from br_port_get_rtnl(),
Garry McNulty
- BUG: unable to handle kernel paging request in ebt_do_table, syzbot
- KMSAN: uninit-value in ebt_stp_mt_check (2),
syzbot
- [PATCH net v2] net: bridge: Fix locking in br_fdb_find_port(),
Petr Machata
- WARNING in ebt_do_table, syzbot
- BUG: unable to handle kernel (3),
syzbot
- [PATCH net-next v4 0/8] net: bridge: Notify about bridge VLANs,
Petr Machata
- [PATCH net-next] net: bridge: Lock before br_fdb_find(),
Petr Machata
- [PATCH net-next v3 0/7] net: bridge: Notify about bridge VLANs,
Petr Machata
- [PATCH net-next v2 0/7] net: bridge: Notify about bridge VLANs,
Petr Machata
- [PATCH net-next 0/7] net: bridge: Notify about bridge VLANs,
Petr Machata
- [PATCH net-next] net: bridge: add support for port isolation,
Nikolay Aleksandrov
- [PATCH net-next 0/4] mlxsw: Support VLAN devices in mirroring offloads,
Ido Schimmel
- [PATCH net-next] net: dsa: fix added_by_user switchdev notification,
Vivien Didelot
- [PATCH net-next mlxsw v2 0/2] bridge: FDB: Notify about removal of non-user-added entries,
Petr Machata
- [PATCH net-next] net: bridge: avoid duplicate notification on up/down/change netdev events,
Nikolay Aleksandrov
- Re: [PATCH net-next 2/2] net: bridge: Notify about !added_by_user FDB entries,
Nikolay Aleksandrov
- [PATCH net-next v3 0/6] mlxsw: SPAN: Support routes pointing at bridges,
Ido Schimmel
- [PATCH net] bridge: netfilter stp fix reference to uninitialized data,
Stephen Hemminger
- [PATCH net-next] bridge: use hlist_entry_safe,
YueHaibing
- [PATCH net-next v2 0/6] mlxsw: SPAN: Support routes pointing at bridges,
Ido Schimmel
- [PATCH net-next 0/6] mlxsw: SPAN: Support routes pointing at bridges,
Ido Schimmel
- BUG: unable to handle kernel paging request in ebt_among_mt_check,
syzbot
- WARNING: kobject bug in br_add_if,
syzbot
- [PATCH] net: bridge: add missing NULL checks,
Laszlo Toth
- KASAN: stack-out-of-bounds Write in compat_copy_entries, syzbot
- KMSAN: uninit-value in ebt_stp_mt_check, syzbot
- [PATCH V2] brcmfmac: drop Inter-Access Point Protocol packets by default,
Rafał Miłecki
- [PATCH] brcmfmac: drop Inter-Access Point Protocol packets by default,
Rafał Miłecki
- Traffic shaping with bridge., Fu Jiantao
- BUG: unable to handle kernel paging request in ebt_among_mt_check (2), syzbot
- WARNING in compat_copy_entries (2),
syzbot
- BUG: unable to handle kernel paging request in compat_copy_entries,
syzbot
- Problem with bridge (mcast-to-ucast + hairpin) and Broadcom's 802.11f in their FullMAC fw,
Rafał Miłecki
- WARNING in compat_copy_entries,
syzbot
- [PATCH] net: bridge: Fix uninitialized error in br_fdb_sync_static(),
Geert Uytterhoeven
- Bridge with 1x eth and 2x tun, adding 2nd eth, hosts become unavailable,
Marc Roos
- [PATCH 00/12] Ethernet: Add and use ether_<type>_addr globals,
Joe Perches
- [PATCH net-next 0/2] net: bridge: MTU handling changes,
Nikolay Aleksandrov
- [PATCH 0/4] net: drivers/net: Use octal permissions,
Joe Perches
- [PATCH net-next] net: bridge: fix direct access to bridge vlan_enabled and use helper,
Nikolay Aleksandrov
- Bridge netlink events for add/del interfaces in debian stretch, Viraj.Raiyani
- [PATCH] bridge: netfilter: ebt_stp: Use generic functions for comparisons,
Joe Perches
- [PATCH net-next 0/5] Switchdev: flooding offload option,
Igor Mitsyanko
- [PATCH net] bridge: Fix VLAN reference count problem,
Ido Schimmel
- Setting up 2 bridges on 2 network adapters, Wolf Humble
- ssh connection not working when ssh server is behind a linux bridge,
Adrian Pascalau
- Re: [PATCH] bridge: return boolean instead of integer in br_multicast_is_router,
Stephen Hemminger
- Re: [PATCH 3.2 01/06] "bridge should send gratuitous ARP to notify peer while a bond, which is a port of this bridge, changes.", Stephen Hemminger
- [PATCH v1] bridge: Use helpers to handle MAC address,
Andy Shevchenko
- [PATCH net] net: bridge: fix early call to br_stp_change_bridge_id,
Nikolay Aleksandrov
- linux bridge does not forward arp reply back packets in a vmware vm,
Adrian P
- [PATCH net-next] net: bridge: use rhashtable for fdbs,
Nikolay Aleksandrov
- Sending 802.1Q packets using AF_PACKET socket on filtered bridge forwards with wrong MAC addresses,
Brandon Carpenter
- [PATCH net-next] bridge: ebtables: Avoid resetting limit rule state,
Linus Lüssing
- [PATCH net] net: bridge: add vlan_tunnel to bridge port policies,
Nikolay Aleksandrov
- WARNING in kobject_add_internal,
syzbot
[PATCH 1/2] [net-next] net: bridge: Convert timers to use timer_setup(),
Allen Pais
[PATCH 1/2] net: bridge: Convert timers to use timer_setup(),
Allen Pais
Re: [PATCH net-next] net: Define eth_stp_addr in linux/etherdevice.h, David Miller
[PATCH net-next] net: bridge: add neigh_suppress to bridge port policies,
Nikolay Aleksandrov
[PATCH net-next v5 0/2] bridge: make setlink/dellink notifications more accurate,
Nikolay Aleksandrov
Linux Bridge Static FDB move,
Viraj.Raiyani
[PATCH net-next v2 0/2] bridge: make setlink/dellink notifications more accurate,
Nikolay Aleksandrov
[PATCH net] net: bridge: fix returning of vlan range op errors,
Nikolay Aleksandrov
[PATCH net-next 0/2] bridge: make setlink/dellink notifications more accurate,
Nikolay Aleksandrov
[PATCH] netfilter: ebtables: clean up initialization of buf,
Colin King
Problem with syslog in bridge(?) with ethernet broadcast packets with QinQ,
Andrés Pozo Muñoz
[PATCH 0/7] net: make some structures const,
Bhumika Goyal
[PATCH] netfilter: ebtables: use audit_log(),
Geliang Tang
[PATCH] net: bridge: constify attribute_group structures.,
Arvind Yadav
[PATCH net-next v1] bridge: also trigger RTM_NEWLINK when interface is released from bridge,
Vincent Bernat
bug report: hairpin NAT doesn't work across bridges,
Russell Stuart
[PATCH net-next v6 0/3] bridge: neigh msg proxy and flood suppression support,
Roopa Prabhu
[PATCH net-next v5 0/3] bridge: neigh msg proxy and flood suppression support,
Roopa Prabhu
[PATCH v2 net-next 0/7] net: Plumb extack error reporting to enslavements,
David Ahern
[PATCH net-next v4 0/3] bridge: neigh msg proxy and flood suppression support,
Roopa Prabhu
[Index of Archives]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]