Tom Herbert a3b18ddb9c net: Only do flow_dissector hash computation once per packet
Add sw_hash flag to skbuff to indicate that skb->hash was computed
from flow_dissector. This flag is checked in skb_get_hash to avoid
repeatedly trying to compute the hash (ie. in the case that no L4 hash
can be computed).

Signed-off-by: Tom Herbert <therbert@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2014-07-07 21:14:21 -07:00
..
2014-06-25 17:41:44 -07:00
2014-05-22 14:57:15 -04:00
2014-05-16 13:22:48 -04:00
2014-06-02 11:00:41 -07:00
2014-07-07 16:57:09 -07:00