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)
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>

No differences found