aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_rss.h
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-0/+2
* Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation forAdrian Chadd2015-08-291-1/+1
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-85/+0
* Migrate the RSS IPv6 hash code to use pointers to the v6 addressesAdrian Chadd2014-12-311-4/+4
* Implement IPv4 RSS software hash functions to use during packet ingressAdrian Chadd2014-09-091-0/+23
* Implement rss_gethashconfig() - return the currently supported hash methodsAdrian Chadd2014-07-201-0/+20
* Add another RSS method to query the indirection table entries.Adrian Chadd2014-06-261-0/+1
* The users of RSS shouldn't be directly concerned about hash -> CPU IDAdrian Chadd2014-05-271-0/+3
* Add a new function to do a CPU ID lookup based on RSS hash information.Adrian Chadd2014-05-181-0/+1
* Several years after initial development, merge prototype support forRobert Watson2014-03-151-0/+94