]> git.baikalelectronics.ru Git - kernel.git/commit
packet: Add pre-defragmentation support for ipv4 fanouts.
authorDavid S. Miller <davem@davemloft.net>
Tue, 5 Jul 2011 08:43:20 +0000 (01:43 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 6 Jul 2011 05:34:52 +0000 (22:34 -0700)
commit5a9292352b81fe3cf155449ff0f9617a76699334
treefdefc344c66940773982d23203a7fc07aa94e1ef
parent1531f8314d54ee5d0a17b8d4cc8a49c4b07eed5b
packet: Add pre-defragmentation support for ipv4 fanouts.

The skb->rxhash cannot be properly computed if the
packet is a fragment.  To alleviate this, allow the
AF_PACKET client to ask for defragmentation to be
done at demux time.

Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/if_packet.h
net/packet/af_packet.c