Files
linux-legacy/net
Eric Dumazet a5ad94d1e4 vlan: Fix register_vlan_dev() error path
[ Upstream commit 6b863d1d3239eff0f45c2e6e672f5b56db828db0 ]

In case register_netdevice() returns an error, and a new vlan_group
was allocated and inserted in vlan_group_hash[] we call
vlan_group_free() without deleting group from hash table. Future
lookups can give infinite loops or crashes.

We must delete the vlan_group using RCU safe procedure.

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-12-18 13:43:58 -08:00
..
2009-05-25 01:53:53 -07:00
2009-10-12 12:40:31 -07:00
2009-08-06 13:08:40 -07:00
2009-05-25 01:53:53 -07:00
2009-12-08 10:22:01 -08:00
2009-07-12 12:22:34 -07:00
2009-08-23 22:55:51 -07:00
2009-08-17 18:05:32 -07:00
2009-08-05 12:14:09 -07:00
2009-12-08 10:21:46 -08:00
2009-08-06 13:08:38 -07:00
2009-12-08 10:22:01 -08:00
2009-12-18 13:43:32 -08:00
2009-07-12 12:22:34 -07:00
2009-07-12 12:22:34 -07:00