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)
commit7736d33f4262d437c51ed7a28114eacbfca236ff
treefdefc344c66940773982d23203a7fc07aa94e1ef
parent595fc71baa1e80420fe89a400ff2d9cc099d22fc
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