An error occurred fetching the project authors.
  1. 21 Nov, 2016 1 commit
  2. 02 Sep, 2016 1 commit
  3. 01 Jul, 2016 1 commit
    • David S. Miller's avatar
      packet: Use symmetric hash for PACKET_FANOUT_HASH. · eb70db87
      David S. Miller authored
      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: default avatarEric Leblond <eric@regit.org>
      Tested-by: default avatarEric Leblond <eric@regit.org>
      Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
      eb70db87
  4. 10 Mar, 2016 1 commit
  5. 24 Feb, 2016 4 commits
  6. 16 Feb, 2016 1 commit
  7. 09 Feb, 2016 1 commit
  8. 02 Sep, 2015 2 commits
  9. 01 Sep, 2015 10 commits
  10. 01 Aug, 2015 1 commit
  11. 28 Jun, 2015 1 commit
  12. 13 Jun, 2015 1 commit
  13. 12 Jun, 2015 2 commits
  14. 04 Jun, 2015 10 commits
  15. 22 May, 2015 1 commit
  16. 18 May, 2015 1 commit
  17. 13 May, 2015 1 commit