bridge.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2015-07-29 21:57:40 to 2016-01-27 06:30:12 UTC [more...]

[Bridge] Patch "bridge: fix lockdep addr_list_lock false positive splat" has been added to the 4.4-stable tree
 2016-01-27  6:30 UTC 

[Bridge] Patch "bridge: fix lockdep addr_list_lock false positive splat" has been added to the 4.3-stable tree
 2016-01-27  6:29 UTC 

[Bridge] Patch "bridge: fix lockdep addr_list_lock false positive splat" has been added to the 4.1-stable tree
 2016-01-27  6:27 UTC 

[Bridge] [4.2.y-ckt stable] Patch "bridge: fix lockdep addr_list_lock false positive splat" has been added to the 4.2.y-ckt tree
 2016-01-27  0:14 UTC 

[Bridge] hw csum failure introduced in linux-4.2
 2016-01-22 22:38 UTC  (3+ messages)

[Bridge] [PATCH net] bridge: fix lockdep addr_list_lock false positive splat
 2016-01-15 20:41 UTC  (2+ messages)

[Bridge] [PATCH RESEND] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2016-01-01  6:17 UTC 

[Bridge] [PATCH 2/2] bridge: use kobj_to_dev instead of to_dev
 2015-12-24  3:27 UTC  (2+ messages)

[Bridge] [RFC] The problem with the mirrored traffic: setageing 0 not work
 2015-12-14 19:21 UTC 

[Bridge] adding a vlan interface to a bridge interface
 2015-12-14 14:05 UTC 

[Bridge] user controllable usermodehelper in br_stp_if.c
 2015-12-08 20:56 UTC  (10+ messages)
  ` [Bridge] [PATCH net] bridge: Only call /sbin/bridge-stp for the initial network namespace

[Bridge] [PATCH net-next v2 0/4] bridge: vlan: cleanups & fixes (part 3)
 2015-10-13 11:58 UTC  (10+ messages)
` [Bridge] [PATCH net-next v2 1/4] bridge: vlan: use proper rcu for the vlgrp member
` [Bridge] [PATCH net-next v2 2/4] bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfo
` [Bridge] [PATCH net-next v2 3/4] bridge: vlan: drop unnecessary flush code
` [Bridge] [PATCH net-next v2 4/4] bridge: vlan: move back vlan_flush

[Bridge] [PATCH net-next] bridge: fix gc_timer mod/del race condition
 2015-10-13 11:52 UTC  (3+ messages)

[Bridge] [PATCH net-next 0/4] bridge: vlan: cleanups & fixes (part 3)
 2015-10-13  6:41 UTC  (15+ messages)
` [Bridge] [PATCH net-next 1/4] bridge: vlan: use proper rcu for the vlgrp member
` [Bridge] [PATCH net-next 2/4] bridge: vlan: use rcu for vlan_list traversal in br_fill_ifinfo
` [Bridge] [PATCH net-next 3/4] bridge: vlan: break vlan_flush in two phases to keep old order
` [Bridge] [PATCH net-next 4/4] bridge: vlan: combine (br|nbp)_vlan_flush into one

[Bridge] [PATCH net-next] bridge: vlan: enforce no pvid flag in vlan ranges
 2015-10-13  2:59 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/5] bridge: vlan: cleanups & fixes
 2015-10-11 12:43 UTC  (10+ messages)
` [Bridge] [PATCH net-next 1/5] bridge: vlan: adjust rhashtable initial size and hash locks size
` [Bridge] [PATCH net-next 2/5] bridge: vlan: fix possible null vlgrp deref while registering new port
` [Bridge] [PATCH net-next 3/5] bridge: vlan: move pvid inside net_bridge_vlan_group
` [Bridge] [PATCH net-next 4/5] bridge: vlan: fix possible null ptr derefs on port init and deinit
` [Bridge] [PATCH net-next 5/5] bridge: vlan: don't pass flags when creating context only

[Bridge] [PATCH net-next v2] bridge: allow adding of fdb entries pointing to the bridge device
 2015-10-07 12:14 UTC  (3+ messages)

[Bridge] [PATCH net-next 0/8] bridge: netlink: complete port attribute support
 2015-10-07 11:50 UTC  (13+ messages)
` [Bridge] [PATCH net-next 1/8] bridge: netlink: export port's root id
` [Bridge] [PATCH net-next 2/8] bridge: netlink: export port's bridge id
` [Bridge] [PATCH net-next 3/8] bridge: netlink: export port's designated cost and port
` [Bridge] [PATCH net-next 4/8] bridge: netlink: export port's id and number
` [Bridge] [PATCH net-next 5/8] bridge: netlink: export port's topology_change_ack and config_pending
` [Bridge] [PATCH net-next 6/8] bridge: netlink: export port's timer values
` [Bridge] [PATCH net-next 7/8] bridge: netlink: allow to flush port's fdb
` [Bridge] [PATCH net-next 8/8] bridge: netlink: add support for port's multicast_router attribute

[Bridge] [PATCH net-next] bridge: allow adding of fdb entries pointing to the bridge device
 2015-10-06 15:55 UTC  (3+ messages)

[Bridge] [PATCH net-next 00/20] bridge: complete netlink support
 2015-10-04 23:47 UTC  (22+ messages)
` [Bridge] [PATCH net-next 01/20] bridge: netlink: add group_fwd_mask support
` [Bridge] [PATCH net-next 02/20] bridge: netlink: export root id
` [Bridge] [PATCH net-next 03/20] bridge: netlink: export bridge id
` [Bridge] [PATCH net-next 04/20] bridge: netlink: export root port
` [Bridge] [PATCH net-next 05/20] bridge: netlink: export root path cost
` [Bridge] [PATCH net-next 06/20] bridge: netlink: export topology_change and topology_change_detected
` [Bridge] [PATCH net-next 07/20] bridge: netlink: export all timers
` [Bridge] [PATCH net-next 08/20] bridge: netlink: add group_addr support
` [Bridge] [PATCH net-next 09/20] bridge: netlink: add fdb flush
` [Bridge] [PATCH net-next 10/20] bridge: netlink: add support for multicast_router
` [Bridge] [PATCH net-next 11/20] bridge: netlink: add support for multicast_snooping
` [Bridge] [PATCH net-next 12/20] bridge: netlink: add support for multicast_query_use_ifaddr
` [Bridge] [PATCH net-next 13/20] bridge: netlink: add support for multicast_querier
` [Bridge] [PATCH net-next 14/20] bridge: netlink: add support for igmp's hash_elasticity
` [Bridge] [PATCH net-next 15/20] bridge: netlink: add support for igmp's hash_max
` [Bridge] [PATCH net-next 16/20] bridge: netlink: add support for multicast_last_member_count
` [Bridge] [PATCH net-next 17/20] bridge: netlink: add support for multicast_startup_query_count
` [Bridge] [PATCH net-next 18/20] bridge: netlink: add support for igmp's intervals
` [Bridge] [PATCH net-next 19/20] bridge: netlink: add support for netfilter tables config
` [Bridge] [PATCH net-next 20/20] bridge: netlink: add support for default_pvid

[Bridge] [PATCH net-next 0/4] bridge: vlan: cleanups & fixes (part 2)
 2015-10-04 23:44 UTC  (6+ messages)
` [Bridge] [PATCH net-next 1/4] bridge: vlan: use rcu list for the ordered vlan list
` [Bridge] [PATCH net-next 2/4] bridge: vlan: use br_vlan_(get|put)_master to deal with refcounts
` [Bridge] [PATCH net-next 3/4] bridge: vlan: drop master_flags from __vlan_add
` [Bridge] [PATCH net-next 4/4] bridge: vlan: use br_vlan_should_use to simplify __vlan_add/del

[Bridge] [PATCH nf-next] netfilter: Line layout whitespace fixes
 2015-09-30 22:17 UTC  (2+ messages)

[Bridge] [PATCH net-next] bridge: vlan: add per-vlan struct and move to rhashtables
 2015-09-29 20:37 UTC  (4+ messages)

[Bridge] [RFC PATCH] bridge: vlan: add per-vlan contexts and move to rhashtables
 2015-09-21 16:45 UTC 

[Bridge] [net-next PATCH] net: bridge: fix for bridging 802.1Q without REORDER_HDR
 2015-09-16 10:41 UTC  (9+ messages)

[Bridge] [PATCH net-next v2] bridge: vlan: allow to suppress local mac install for all vlans
 2015-09-13 13:22 UTC  (18+ messages)

[Bridge] [PATCH net] bridge: fix igmpv3 / mldv2 report parsing
 2015-09-11 22:09 UTC  (2+ messages)

[Bridge] Roaming trouble with bridge & multicast snooping
 2015-09-10 14:42 UTC  (3+ messages)

[Bridge] net: Export IGMP/MLD message validation code
 2015-09-08 12:47 UTC  (3+ messages)

[Bridge] [PATCH net-next] bridge: Add netlink support for vlan_protocol attribute
 2015-08-28 15:25 UTC  (5+ messages)

[Bridge] [PATCH net-next] bridge: fdb: rearrange net_bridge_fdb_entry
 2015-08-27 23:39 UTC  (2+ messages)

[Bridge] [PATCH v2 net-next] bridge: Add netlink support for vlan_protocol attribute
 2015-08-27 22:35 UTC  (2+ messages)

[Bridge] [PATCH net-next] bridge: vlan: allow to suppress local mac install for all vlans
 2015-08-26 12:56 UTC  (6+ messages)

[Bridge] vlan "aware" bridges
 2015-08-26  3:46 UTC  (4+ messages)

[Bridge] [PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:48 UTC 

[Bridge] [PATCH] bridge:Fix concurrent access issue in the function brnf_get_logical_dev
 2015-08-22  4:47 UTC 

[Bridge] [PATCH] net: fix wrong skb_get() usage / crash in IGMP/MLD parsing code
 2015-08-14  0:11 UTC  (3+ messages)

[Bridge] [PATCH net-next] bridge: netlink: add support for vlan_filtering attribute
 2015-08-10 20:36 UTC  (4+ messages)
` [Bridge] [PATCH net-next v2] "

[Bridge] [PATCH net 0/2] bridge: netlink: add missing policy entries and sizes
 2015-08-07  6:55 UTC  (6+ messages)
` [Bridge] [PATCH net 1/2] bridge: netlink: account for the IFLA_BRPORT_PROXYARP attribute size and policy
` [Bridge] [PATCH net 2/2] bridge: netlink: account for the IFLA_BRPORT_PROXYARP_WIFI "

[Bridge] [PATCH net-next] bridge: mdb: fix vlan_enabled access when vlans are not configured
 2015-08-03 23:21 UTC  (2+ messages)

[Bridge] [PATCH net-next] bridge: mdb: add/del entry on all vlans if vlan_filter is enabled and vid is 0
 2015-08-03 22:44 UTC  (2+ messages)

[Bridge] [PATCH net-next 0/4] Stacked vlan TSO for virtual devices
 2015-08-03 21:25 UTC  (3+ messages)
` [Bridge] [PATCH net-next 3/4] bridge: Don't segment multiple tagged packets on bridge device

[Bridge] Multicast packets are not bridged from ethernet to wireless interface
 2015-07-31 16:30 UTC  (4+ messages)

[Bridge] [PATCH net] bridge: mdb: fix delmdb state in the notification
 2015-07-29 22:03 UTC  (2+ messages)

[Bridge] [PATCH net] bridge: mcast: give fast leave precedence over multicast router and querier
 2015-07-29 21:57 UTC  (2+ messages)


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).