]> 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)
commitc7c7f19c924eae63d48e3e3fe6540c7bc1aa24ac
treefdefc344c66940773982d23203a7fc07aa94e1ef
parentbb9f8b88651a7aebd073224af1caccfd5042732a
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