summaryrefslogtreecommitdiffstats
path: root/sys/netinet/in_rss.c
Commit message (Expand)AuthorAgeFilesLines
* Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation foradrian2015-08-291-1/+1
* Replace the printf()s with optional rate limited debugging for RSS.adrian2015-08-281-7/+7
* Correctly const-ify things.adrian2015-03-181-2/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificadrian2015-01-181-556/+14
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesadrian2014-12-311-13/+13
* Start process of removing the use of the deprecated "M_FLOWID" flaghselasky2014-12-011-6/+5
* Ensure the correct software IPv4 hash is done based on the configuredadrian2014-09-161-3/+10
* Implement IPv4 RSS software hash functions to use during packet ingressadrian2014-09-091-8/+271
* Fix byte ordering in default RSS key.grehan2014-08-011-5/+5
* Add hash awareness of the IPv4 and IPv6 UDP 4-tuple.adrian2014-07-201-0/+4
* Implement rss_gethashconfig() - return the currently supported hash methodsadrian2014-07-201-0/+34
* Update the comment to be more concise.adrian2014-07-201-3/+2
* Update the default RSS hash to the Chelsio T5 firmware one - it providesadrian2014-07-181-5/+5
* Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.adrian2014-07-121-0/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-4/+2
* Revert r267961, r267973:gjb2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-4/+2
* Add another RSS method to query the indirection table entries.adrian2014-06-261-0/+20
* The users of RSS shouldn't be directly concerned about hash -> CPU IDadrian2014-05-271-0/+57
* Use CPU_FIRST() / CPU_NEXT() to iterate over the valid CPU IDs.adrian2014-05-221-4/+6
* Add a new function to do a CPU ID lookup based on RSS hash information.adrian2014-05-181-11/+18
* Several years after initial development, merge prototype support forrwatson2014-03-151-0/+505
OpenPOWER on IntegriCloud