]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
[PATCH] bridge: netfilter races on device removal
authorStephen Hemminger <shemminger@osdl.org>
Mon, 6 Feb 2006 23:41:15 +0000 (15:41 -0800)
committerChris Wright <chrisw@sous-sol.org>
Fri, 10 Feb 2006 07:20:15 +0000 (23:20 -0800)
commitec81e3178071f3747bd1522c959972105584514b
tree7af2fd04c854e0c3c2e4637d3b404499e360a28d
parent09a17332563531806883b67bf8a9fe0ef0200262
[PATCH] bridge: netfilter races on device removal

Fix bridge netfilter to handle case where interface is deleted
from bridge while packet is being processed (on other CPU).

Fixes: http://bugzilla.kernel.org/show_bug.cgi?id=5803
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Chris Wright <chrisw@sous-sol.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/br_netfilter.c