]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: dont drop packet in defrag but consume it
authorEric Dumazet <edumazet@google.com>
Thu, 19 Apr 2012 06:10:26 +0000 (06:10 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 19 Apr 2012 18:25:51 +0000 (14:25 -0400)
commit0997144adcc30385907a19e48a387385ca864ea3
treeb201bbf2310041bef68118552a7d05edcdb45e9a
parent317b4ab01df79a050195a323982695fb9f3e0e6b
ipv4: dont drop packet in defrag but consume it

When defragmentation is finalized, we clone a packet and kfree_skb() it.

Call consume_skb() to not confuse dropwatch, since its not a drop.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_fragment.c