summaryrefslogtreecommitdiff
path: root/sys/netinet/in_rss.c
AgeCommit message (Expand)Author
2025-11-22rss: Enable portions of RSS globally to enable symmetric hashingAndrew Gallatin
2025-08-08inet: fix typoWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .c patternWarner Losh
2022-05-07in_rss: fix set but not used warningKristof Provost
2021-12-02Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert
2021-12-02wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert
2021-12-02Remove "options PCBGROUP"Gleb Smirnoff
2021-12-02Allow to compile RSS without PCBGROUP.Gleb Smirnoff
2020-10-18Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov
2015-08-29Rename rss_soft_m2cpuid() -> rss_soft_m2cpuid_v4() in preparation forAdrian Chadd
2015-08-28Replace the printf()s with optional rate limited debugging for RSS.Adrian Chadd
2015-03-18Correctly const-ify things.Adrian Chadd
2015-01-18Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd
2014-12-31Migrate the RSS IPv6 hash code to use pointers to the v6 addressesAdrian Chadd
2014-12-01Start process of removing the use of the deprecated "M_FLOWID" flagHans Petter Selasky
2014-09-16Ensure the correct software IPv4 hash is done based on the configuredAdrian Chadd
2014-09-09Implement IPv4 RSS software hash functions to use during packet ingressAdrian Chadd
2014-08-01Fix byte ordering in default RSS key.Peter Grehan
2014-07-20Add hash awareness of the IPv4 and IPv6 UDP 4-tuple.Adrian Chadd
2014-07-20Implement rss_gethashconfig() - return the currently supported hash methodsAdrian Chadd
2014-07-20Update the comment to be more concise.Adrian Chadd
2014-07-18Update the default RSS hash to the Chelsio T5 firmware one - it providesAdrian Chadd
2014-07-12Add RSS hashing awareness for IPv6 and TCP IPv6 hash types.Adrian Chadd
2014-06-28Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky
2014-06-27Revert r267961, r267973:Glen Barber
2014-06-27Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky
2014-06-26Add another RSS method to query the indirection table entries.Adrian Chadd
2014-05-27The users of RSS shouldn't be directly concerned about hash -> CPU IDAdrian Chadd
2014-05-22Use CPU_FIRST() / CPU_NEXT() to iterate over the valid CPU IDs.Adrian Chadd
2014-05-18Add a new function to do a CPU ID lookup based on RSS hash information.Adrian Chadd
2014-03-15Several years after initial development, merge prototype support forRobert Watson