]> git.baikalelectronics.ru Git - kernel.git/commit
net: Add IPv6 flow label to flow_keys
authorTom Herbert <tom@herbertland.com>
Thu, 4 Jun 2015 16:16:44 +0000 (09:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 4 Jun 2015 22:44:31 +0000 (15:44 -0700)
commitf451a5e8772c78f366abafab7b2ee0f9fc53ece7
tree2bfbfdd9de14ba920231bcab9eb6efe46a509966
parent93f8c3d2562b6d56b113eb9afe6ae9cd21d0a7b5
net: Add IPv6 flow label to flow_keys

In flow_dissector set the flow label in flow_keys for IPv6. This also
removes the shortcircuiting of flow dissection when a non-zero label
is present, the flow label can be considered to provide additional
entropy for a hash.

Signed-off-by: Tom Herbert <tom@herbertland.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/flow_dissector.h
net/core/flow_dissector.c