aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rss.c
Commit message (Expand)AuthorAgeFilesLines
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-0/+42
* Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation forAdrian Chadd2015-08-291-1/+1
* Replace the printf()s with optional rate limited debugging for RSS.Adrian Chadd2015-08-281-7/+7
* Correctly const-ify things.Adrian Chadd2015-03-181-2/+2
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-556/+14
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesAdrian Chadd2014-12-311-13/+13
* Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky2014-12-011-6/+5
* Ensure the correct software IPv4 hash is done based on the configuredAdrian Chadd2014-09-161-3/+10
* Implement IPv4 RSS software hash functions to use during packet ingressAdrian Chadd2014-09-091-8/+271
* Fix byte ordering in default RSS key.Peter Grehan2014-08-011-5/+5
* Add hash awareness of the IPv4 and IPv6 UDP 4-tuple.Adrian Chadd2014-07-201-0/+4
* Implement rss_gethashconfig() - return the currently supported hash methodsAdrian Chadd2014-07-201-0/+34
* Update the comment to be more concise.Adrian Chadd2014-07-201-3/+2
* Update the default RSS hash to the Chelsio T5 firmware one - it providesAdrian Chadd2014-07-181-5/+5
* Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.Adrian Chadd2014-07-121-0/+4
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-4/+2
* Revert r267961, r267973:Glen Barber2014-06-271-2/+4
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-4/+2
* Add another RSS method to query the indirection table entries.Adrian Chadd2014-06-261-0/+20
* The users of RSS shouldn't be directly concerned about hash -> CPU IDAdrian Chadd2014-05-271-0/+57
* Use CPU_FIRST() / CPU_NEXT() to iterate over the valid CPU IDs.Adrian Chadd2014-05-221-4/+6
* Add a new function to do a CPU ID lookup based on RSS hash information.Adrian Chadd2014-05-181-11/+18
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-0/+505