bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2018-07-20 21:14:22 to 2018-11-23 01:55:24 UTC [more...]

[Bridge] [PATCH net-next 0/2] net: bridge: add an option to disabe linklocal learning
 2018-11-23  1:55 UTC  (13+ messages)
` [Bridge] [PATCH net-next 1/2] net: bridge: add support for user-controlled bool options
` [Bridge] [PATCH net-next 2/2] net: bridge: add no_linklocal_learn bool option

[Bridge] [PATCH net-next 00/16] mlxsw: Add VxLAN learning support
 2018-11-22  1:10 UTC  (18+ messages)
` [Bridge] [PATCH net-next 01/16] vxlan: __vxlan_fdb_delete(): Drop unused argument vid
` [Bridge] [PATCH net-next 02/16] vxlan: vxlan_fdb_notify(): Make switchdev notification configurable
` [Bridge] [PATCH net-next 03/16] vxlan: Mark user-added FDB entries
` [Bridge] [PATCH net-next 04/16] vxlan: Don't override user-added entries with ext-learned ones
` [Bridge] [PATCH net-next 05/16] vxlan: Add hardware FDB learning
` [Bridge] [PATCH net-next 06/16] vxlan: Allow changing ageing time
` [Bridge] [PATCH net-next 07/16] bridge: Allow querying bridge port flags
` [Bridge] [PATCH net-next 08/16] mlxsw: reg: Add definition of unicast tunnel record for SFN register
` [Bridge] [PATCH net-next 09/16] mlxsw: spectrum_fid: Store ifindex of NVE device in FID
` [Bridge] [PATCH net-next 10/16] mlxsw: spectrum_fid: Allow FID lookup by its index
` [Bridge] [PATCH net-next 11/16] mlxsw: spectrum_nve: Add API to resolve learned IP addresses
` [Bridge] [PATCH net-next 12/16] mlxsw: spectrum_switchdev: Process learned VxLAN FDB entries
` [Bridge] [PATCH net-next 13/16] mlxsw: spectrum_switchdev: Allow deletion of learned "
` [Bridge] [PATCH net-next 14/16] mlxsw: spectrum_nve: Allow VxLAN learning
` [Bridge] [PATCH net-next 15/16] selftests: mlxsw: Consider VxLAN learning enabled as valid
` [Bridge] [PATCH net-next 16/16] selftests: forwarding: vxlan_bridge_1d: Add learning test

[Bridge] KASAN: use-after-free Read in nbp_vlan_rcu_free
 2018-11-18  5:39 UTC  (7+ messages)
` [Bridge] [PATCH net] net: bridge: fix per-port vlan stats use-after-free on destruction
    ` [Bridge] [PATCH net v2] net: bridge: fix "
      ` [Bridge] [PATCH net v3] "

[Bridge] [PATCH tip/core/rcu 33/41] net/bridge: Replace call_rcu_bh() and rcu_barrier_bh()
 2018-11-13  0:29 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/9] Use __vlan_hwaccel_*() helpers
 2018-11-11 16:16 UTC  (14+ messages)
` [Bridge] [PATCH net-next 1/9] cxgb4: use __vlan_hwaccel helpers
` [Bridge] [PATCH net-next 3/9] net/core: "
` [Bridge] [PATCH net-next 2/9] nfnetlink/queue: "
` [Bridge] [PATCH net-next 4/9] 8021q: "
` [Bridge] [PATCH net-next 5/9] bridge: "
` [Bridge] [PATCH net-next 6/9] ipv4/tunnel: "
` [Bridge] [PATCH net-next 7/9] benet: "
` [Bridge] [PATCH net-next 8/9] mlx4: "
` [Bridge] [PATCH net-next 9/9] sky2: "

[Bridge] [PATCH net-next 0/2] br_netfilter: enable in non-initial netns
 2018-11-07 13:48 UTC  (3+ messages)
` [Bridge] [PATCH net-next 1/2] br_netfilter: add struct netns_brnf
` [Bridge] [PATCH net-next 2/2] br_netfilter: namespace bridge netfilter sysctls

[Bridge] [bug report] net: bridge: add support for raw sysfs port options
 2018-10-30  9:59 UTC  (2+ messages)

[Bridge] [PATCH net] net: bridge: remove ipv6 zero address check in mcast queries
 2018-10-29  2:18 UTC  (5+ messages)

[Bridge] [PATCH net] bridge: do not add port to router list when receives query with source 0.0.0.0
 2018-10-26  7:27 UTC 

[Bridge] !vlan_enabled but programs pvid
 2018-10-24  5:12 UTC  (5+ messages)

[Bridge] [PATCH net-next v2 00/18] mlxsw: Add VxLAN support
 2018-10-18  0:46 UTC  (21+ messages)
` [Bridge] [PATCH net-next v2 01/18] mlxsw: spectrum_fid: Allow setting and clearing NVE properties on FID
` [Bridge] [PATCH net-next v2 02/18] mlxsw: spectrum_fid: Add APIs to lookup FID without creating it
` [Bridge] [PATCH net-next v2 03/18] mlxsw: spectrum_router: Enable local routes promotion to perform NVE decap
` [Bridge] [PATCH net-next v2 04/18] mlxsw: spectrum_router: Allow querying VR ID based on table ID
` [Bridge] [PATCH net-next v2 05/18] vxlan: Export address checking functions
` [Bridge] [PATCH net-next v2 06/18] inet: Refactor INET_ECN_decapsulate()
` [Bridge] [PATCH net-next v2 07/18] mlxsw: spectrum_nve: Implement common NVE core
` [Bridge] [PATCH net-next v2 08/18] mlxsw: spectrum_nve: Implement VxLAN operations
` [Bridge] [PATCH net-next v2 09/18] mlxsw: spectrum_fid: Clear NVE configuration when destroying 802.1D FIDs
` [Bridge] [PATCH net-next v2 10/18] mlxsw: spectrum_router: Configure matching local routes for NVE decap
` [Bridge] [PATCH net-next v2 11/18] net: Add netif_is_vxlan()
` [Bridge] [PATCH net-next v2 12/18] vxlan: Add switchdev notifications
` [Bridge] [PATCH net-next v2 13/18] vxlan: Add vxlan_fdb_find_uc() for FDB querying
` [Bridge] [PATCH net-next v2 14/18] vxlan: Support marking RDSTs as offloaded
` [Bridge] [PATCH net-next v2 15/18] vxlan: Notify for each remote of a removed FDB entry
` [Bridge] [PATCH net-next v2 16/18] bridge: switchdev: Allow clearing FDB entry offload indication
` [Bridge] [PATCH net-next v2 17/18] mlxsw: spectrum: Enable VxLAN enslavement to bridges
` [Bridge] [PATCH net-next v2 18/18] mlxsw: spectrum_switchdev: Add support for VxLAN encapsulation

[Bridge] [PATCH][net-next][v2] net: bridge: fix a possible memory leak in __vlan_add
 2018-10-16  5:55 UTC  (3+ messages)

[Bridge] [PATCH net-next 00/18] mlxsw: Add VxLAN support
 2018-10-15 18:57 UTC  (20+ messages)
` [Bridge] [PATCH net-next 01/18] mlxsw: spectrum_fid: Allow setting and clearing NVE properties on FID
` [Bridge] [PATCH net-next 02/18] mlxsw: spectrum_fid: Add APIs to lookup FID without creating it
` [Bridge] [PATCH net-next 03/18] mlxsw: spectrum_router: Enable local routes promotion to perform NVE decap
` [Bridge] [PATCH net-next 04/18] mlxsw: spectrum_router: Allow querying VR ID based on table ID
` [Bridge] [PATCH net-next 05/18] vxlan: Export address checking functions
` [Bridge] [PATCH net-next 06/18] inet: Refactor INET_ECN_decapsulate()
` [Bridge] [PATCH net-next 07/18] mlxsw: spectrum_nve: Implement common NVE core
` [Bridge] [PATCH net-next 08/18] mlxsw: spectrum_nve: Implement VxLAN operations
` [Bridge] [PATCH net-next 09/18] mlxsw: spectrum_fid: Clear NVE configuration when destroying 802.1D FIDs
` [Bridge] [PATCH net-next 10/18] mlxsw: spectrum_router: Configure matching local routes for NVE decap
` [Bridge] [PATCH net-next 11/18] vxlan: Add netif_is_vxlan()
` [Bridge] [PATCH net-next 12/18] vxlan: Add switchdev notifications
` [Bridge] [PATCH net-next 13/18] vxlan: Add vxlan_fdb_find_uc() for FDB querying
` [Bridge] [PATCH net-next 14/18] vxlan: Support marking RDSTs as offloaded
` [Bridge] [PATCH net-next 15/18] vxlan: Notify for each remote of a removed FDB entry
` [Bridge] [PATCH net-next 16/18] bridge: switchdev: Allow clearing FDB entry offload indication
` [Bridge] [PATCH net-next 17/18] mlxsw: spectrum: Enable VxLAN enslavement to bridges
` [Bridge] [PATCH net-next 18/18] mlxsw: spectrum_switchdev: Add support for VxLAN encapsulation

[Bridge] [PATCH] net: bridge: fix a memory leak in __vlan_add
 2018-10-15  8:31 UTC  (3+ messages)

[Bridge] [PATCH net-next] net: bridge: add support for per-port vlan stats
 2018-10-12 17:20 UTC  (4+ messages)

[Bridge] [PATCH net-next] bridge: mcast: Default back to multicast enabled state
 2018-10-03  5:27 UTC 

[Bridge] [PATCH 1/1] bridge: remove BR_GROUPFWD_RESTRICTED for arbitrary forwarding of reserved addresses
 2018-10-02 19:30 UTC  (12+ messages)

[Bridge] [PATCH net-next] net: bridge: explicitly zero is_sticky in fdb_create
 2018-09-28 17:43 UTC  (2+ messages)

[Bridge] [PATCH net-next v2 0/9] net: bridge: convert bool options to bits
 2018-09-26 17:04 UTC  (12+ messages)
` [Bridge] [PATCH net-next v2 1/9] net: bridge: make struct opening bracket consistent
` [Bridge] [PATCH net-next v2 2/9] net: bridge: add bitfield for options and convert vlan opts
` [Bridge] [PATCH net-next v2 3/9] net: bridge: convert nf call options to bits
` [Bridge] [PATCH net-next v2 4/9] net: bridge: convert group_addr_set option to a bit
` [Bridge] [PATCH net-next v2 5/9] net: bridge: convert and rename mcast disabled
` [Bridge] [PATCH net-next v2 6/9] net: bridge: convert mcast options to bits
` [Bridge] [PATCH net-next v2 7/9] net: bridge: convert neigh_suppress_enabled option to a bit
` [Bridge] [PATCH net-next v2 8/9] net: bridge: convert mtu_set_by_user "
` [Bridge] [PATCH net-next v2 9/9] net: bridge: pack net_bridge better

[Bridge] [PATCH net-next 0/9] net: bridge: convert bool options to bits
 2018-09-26 15:01 UTC  (16+ messages)
` [Bridge] [PATCH net-next 1/9] net: bridge: make struct opening bracket consistent
` [Bridge] [PATCH net-next 2/9] net: bridge: add bitfield for options and convert vlan opts
` [Bridge] [PATCH net-next 3/9] net: bridge: convert nf call options to bits
` [Bridge] [PATCH net-next 4/9] net: bridge: convert group_addr_set option to a bit
` [Bridge] [PATCH net-next 5/9] net: bridge: convert and rename mcast disabled
` [Bridge] [PATCH net-next 6/9] net: bridge: convert mcast options to bits
` [Bridge] [PATCH net-next 7/9] net: bridge: convert neigh_suppress_enabled option to a bit
` [Bridge] [PATCH net-next 8/9] net: bridge: convert mtu_set_by_user "
` [Bridge] [PATCH net-next 9/9] net: bridge: pack net_bridge better

[Bridge] [PATCH] docs: fix some broken documentation references
 2018-09-20 17:10 UTC  (4+ messages)

[Bridge] [PATCH net-next] net: bridge: add support for sticky fdb entries
 2018-09-13  3:30 UTC  (8+ messages)
  ` [Bridge] [PATCH net-next v2] "

[Bridge] [PATCH v1] bridge: Switch to bitmap_zalloc()
 2018-09-01  6:13 UTC  (2+ messages)

[Bridge] [PATCH net-next v3 0/2] net: bridge: add support for backup port
 2018-07-23 16:32 UTC  (4+ messages)
` [Bridge] [PATCH 1/2 net-next v3] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH 2/2 net-next v3] net: bridge: add support for backup port

[Bridge] [PATCH net-next 0/2] net: bridge: add support for backup port
 2018-07-23  8:03 UTC  (15+ messages)
` [Bridge] [PATCH net-next 1/2] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH net-next 2/2] net: bridge: add support for backup port

[Bridge] [PATCH net-next v2 0/2] net: bridge: add support for backup port
 2018-07-22  8:17 UTC  (3+ messages)
` [Bridge] [PATCH net-next v2 1/2] net: bridge: add support for raw sysfs port options
` [Bridge] [PATCH net-next v2 2/2] net: bridge: add support for backup port

[Bridge] [PATCH net-next v3 0/8] Make /sys/class/net per net namespace objects belong to container
 2018-07-21  6:45 UTC  (10+ messages)
` [Bridge] [PATCH net-next v3 1/8] kernfs: allow creating kernfs objects with arbitrary uid/gid
` [Bridge] [PATCH net-next v3 2/8] sysfs, kobject: allow creating kobject belonging to arbitrary users
` [Bridge] [PATCH net-next v3 3/8] kobject: kset_create_and_add() - fetch ownership info from parent
` [Bridge] [PATCH net-next v3 4/8] driver core: set up ownership of class devices in sysfs
` [Bridge] [PATCH net-next v3 5/8] net-sysfs: require net admin in the init ns for setting tx_maxrate
` [Bridge] [PATCH net-next v3 6/8] net-sysfs: make sure objects belong to container's owner
` [Bridge] [PATCH net-next v3 7/8] net: create reusable function for getting ownership info of sysfs inodes
` [Bridge] [PATCH net-next v3 8/8] bridge: make sure objects belong to container's owner

[Bridge] [PATCH v2 net-next 0/7] Make /sys/class/net per net namespace objects belong to container
 2018-07-20 21:58 UTC  (4+ messages)
` [Bridge] [PATCH net-next v2 6/7] net: Create reusable function for getting ownership info of sysfs inodes


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).