netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net 0/3] bridge: Fix undesirable behavior related to vlan
@ 2013-11-13  8:26 Toshiaki Makita
  2013-11-13  8:26 ` [PATCH net 1/3] bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls Toshiaki Makita
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Toshiaki Makita @ 2013-11-13  8:26 UTC (permalink / raw)
  To: David S . Miller, Stephen Hemminger, Vlad Yasevich, netdev
  Cc: Toshiaki Makita

There seem to be some problems around vlan code.

- Unexpectedly filter vlan by NIC.
- Not correctly decrement refcount of vlan_vid_info.
- Memory leak when deleting a bridge with vlan_info allocated.

This is a patch series to fix these issues.

Toshiaki Makita (3):
  bridge: Use vlan_vid_[add/del] instead of direct
    ndo_vlan_rx_[add/kill]_vid calls
  bridge: Call vlan_vid_del for all vids at nbp_vlan_flush
  bridge: Fix memory leak when deleting bridge with vlan filtering
    enabled

 net/bridge/br_if.c   |  1 +
 net/bridge/br_vlan.c | 24 ++++++++++--------------
 2 files changed, 11 insertions(+), 14 deletions(-)

-- 
1.8.1.2

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2013-11-14 21:17 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13  8:26 [PATCH net 0/3] bridge: Fix undesirable behavior related to vlan Toshiaki Makita
2013-11-13  8:26 ` [PATCH net 1/3] bridge: Use vlan_vid_[add/del] instead of direct ndo_vlan_rx_[add/kill]_vid calls Toshiaki Makita
2013-11-13  8:26 ` [PATCH net 2/3] bridge: Call vlan_vid_del for all vids at nbp_vlan_flush Toshiaki Makita
2013-11-13  8:26 ` [PATCH net 3/3] bridge: Fix memory leak when deleting bridge with vlan filtering enabled Toshiaki Makita
2013-11-14  3:14 ` [PATCH net 0/3] bridge: Fix undesirable behavior related to vlan Vlad Yasevich
2013-11-14 21:17 ` David Miller

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