1. 19 8月, 2016 1 次提交
  2. 11 8月, 2016 1 次提交
  3. 02 7月, 2016 1 次提交
    • D
      packet: Use symmetric hash for PACKET_FANOUT_HASH. · eb70db87
      David S. Miller 提交于
      People who use PACKET_FANOUT_HASH want a symmetric hash, meaning that
      they want packets going in both directions on a flow to hash to the
      same bucket.
      
      The core kernel SKB hash became non-symmetric when the ipv6 flow label
      and other entities were incorporated into the standard flow hash order
      to increase entropy.
      
      But there are no users of PACKET_FANOUT_HASH who want an assymetric
      hash, they all want a symmetric one.
      
      Therefore, use the flow dissector to compute a flat symmetric hash
      over only the protocol, addresses and ports.  This hash does not get
      installed into and override the normal skb hash, so this change has
      no effect whatsoever on the rest of the stack.
      Reported-by: NEric Leblond <eric@regit.org>
      Tested-by: NEric Leblond <eric@regit.org>
      Signed-off-by: NDavid S. Miller <davem@davemloft.net>
      eb70db87
  4. 11 3月, 2016 1 次提交
  5. 25 2月, 2016 4 次提交
  6. 17 2月, 2016 1 次提交
  7. 09 2月, 2016 1 次提交
  8. 02 9月, 2015 12 次提交
  9. 01 8月, 2015 1 次提交
  10. 29 6月, 2015 1 次提交
  11. 13 6月, 2015 3 次提交
  12. 05 6月, 2015 10 次提交
  13. 23 5月, 2015 1 次提交
  14. 18 5月, 2015 1 次提交
  15. 14 5月, 2015 1 次提交