]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'bridge_vlan_cleanups_fixes'
authorDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2015 01:24:12 +0000 (18:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 2 Oct 2015 01:24:12 +0000 (18:24 -0700)
commitf2e7d55842d61e0fdf83cd1ecd9a3e0f78e08257
tree38d1c178777b62dec9eacea10a93d78dcaa7d24d
parentd1d2c10ca5b42d5a2a03bc429ff005c71dec216b
parenta19f0a86b2ab704f378c0fb14dfd98c53d1b5607
Merge branch 'bridge_vlan_cleanups_fixes'

Nikolay Aleksandrov says:

====================
bridge: vlan: cleanups & fixes

This is the first follow-up set, patch 01 reduces the default rhashtable
size and the number of locks that can be allocated. Patch 02 and 04 fix
possible null pointer dereferences due to the new ordering and
initialization on port add/del, and patch 03 moves the "pvid" member in
the net_bridge_vlan_group struct in order to simplify code (similar to how
it was with the older struct). Patch 05 fixes adding a vlan on a port which
is pvid and doesn't have a global context yet.
Please review carefully, I think this is the first use of rhashtable's
"locks_mul" member in the tree and I'd like to make sure it's correct.
Another thing that needs special attention is the nbp_vlan_flush() move
after the rx_handler unregister.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>