]> 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)
committerPaul Gortmaker <paul.gortmaker@windriver.com>
Thu, 6 Jan 2011 23:07:57 +0000 (18:07 -0500)
commitdee9314a05ba1cca3831b749c73260edfcab3c54
tree3f3f3a41bcc6878aaa3c9abf3a5d30a6a73fb175
parent7593862bdea935f1898a86bbe74a758776105cb7
bridge: Clear INET control block of SKBs passed into ip_fragment().

commit 87f94b4e91dc042620c527f3c30c37e5127ef757 upstream.

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: Bandan Das <bandan.das@stratus.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
net/bridge/br_netfilter.c