summaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_pcbgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Unbreak the RSS/PCBGROUp build.George V. Neville-Neil2016-03-311-0/+1
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-1/+3
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesAdrian Chadd2014-12-311-2/+2
* When it's time to do 4-tuple UDP IPv6 hashing, make sure this is a knownAdrian Chadd2014-07-201-0/+2
* Add INP_RSS_BUCKET_SET awareness for IPv6 pcbgroup entries.Adrian Chadd2014-07-121-0/+13
* Use the appropriate IPv6 hashtype defines when looking up the PCBGROUPBryan Venteicher2014-07-071-2/+2
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-2/+32
* Implement a CPU-affine TCP and UDP connection lookup data structure,Robert Watson2011-06-061-0/+103