aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet6/in6_rss.c
Commit message (Expand)AuthorAgeFilesLines
* sys: Remove $FreeBSD$: two-line .c patternWarner Losh2023-08-161-3/+0
* Revert "wpa: Import wpa_supplicant/hostapd commit 14ab4a816"Cy Schubert2021-12-021-5/+0
* wpa: Import wpa_supplicant/hostapd commit 14ab4a816Cy Schubert2021-12-021-0/+5
* Remove "options PCBGROUP"Gleb Smirnoff2021-12-021-1/+0
* Allow to compile RSS without PCBGROUP.Gleb Smirnoff2021-12-021-4/+0
* Implement flowid calculation for outbound connections to balanceAlexander V. Chernikov2020-10-181-0/+44
* [netinet6]: Create a new IPv6 netisr which expects the frames to have been ve...Adrian Chadd2015-11-061-0/+21
* Implement RSS hashing/re-hashing for IPv6 ingress packets.Adrian Chadd2015-08-291-1/+206
* Replace the printf()s with optional rate limited debugging for RSS.Adrian Chadd2015-08-281-1/+1
* Implement the IPv6 RSS software hash function.Adrian Chadd2015-08-241-0/+49
* Refactor / restructure the RSS code into generic, IPv4 and IPv6 specificAdrian Chadd2015-01-181-0/+103