]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
bridge: Clear INET control block of SKBs passed into ip_fragment().
authorDavid S. Miller <davem@davemloft.net>
Thu, 2 Sep 2010 01:06:39 +0000 (18:06 -0700)
committerGreg Kroah-Hartman <gregkh@suse.de>
Mon, 27 Sep 2010 00:18:10 +0000 (17:18 -0700)
commit5d92da4418de42f1f85920f84d81a66bb559727e
tree07ba69a84331e7142f94a6e4797e77bc3c49caf7
parent150e749ab763aef866fcc1d28e25371a39e7fcc1
bridge: Clear INET control block of SKBs passed into ip_fragment().

[ Upstream commit 4ce6b9e1621c187a32a47a17bf6be93b1dc4a3df ]

In a similar vain to commit 17762060c25590bfddd68cc1131f28ec720f405f
("bridge: Clear IPCB before possible entry into IP stack")

Any time we call into the IP stack we have to make sure the state
there is as expected by the ipv4 code.

With help from Eric Dumazet and Herbert Xu.

Reported-by: Brandan Das <brandan.das@stratus.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
net/bridge/br_netfilter.c