aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-11tcp: Add support for DSACK based reordering window to rack.Randall Stewart1-0/+1
2022-07-11tsleep: Add a PNOLOCK flagAndrew Gallatin1-3/+5
2022-07-11socket: Implement SO_RERRORRoy Marples1-0/+1
2022-07-11pf: syncookie supportKristof Provost1-0/+2
2022-07-11tcp: Add a socket option to rackRandall Stewart1-0/+1
2022-07-11tcp: SACK Lost Retransmission Detection (LRD)Richard Scheffenegger1-0/+1
2022-07-11This brings into sync FreeBSD with the netflixRandall Stewart1-1/+23
2022-07-11Use thunks for compat ioctls using struct ifgroupreq.John Baldwin1-2/+0
2022-07-11ioccom: define ioctl cmd value that can never be validKonstantin Belousov1-0/+3
2022-07-11poll(2): Add POLLRDHUP.Thomas Munro1-0/+1
2022-07-11tcp: add support for TCP over UDPMichael Tuexen1-0/+1
2022-07-11termios: add more speedsBjoern A. Zeeb1-0/+8
2022-07-11Revert "SO_RERROR indicates that receive buffer overflows"Alexander V. Chernikov1-1/+0
2022-07-11SO_RERROR indicates that receive buffer overflowsAlexander V. Chernikov1-0/+1
2022-07-11Expose clang's alignment builtins and use them for roundup2/rounddown2Alex Richardson1-2/+2
2022-07-11Catch up with 6edfd179c86: mechanically rename IFCAP_NOMAP to IFCAP_MEXTPG.Gleb Smirnoff1-1/+1
2022-07-11Add tcgetwinsize(3) and tcsetwinsize(3) to termiosKonstantin Belousov3-11/+56
2022-07-11Filter TCP connections to SO_REUSEPORT_LB listen sockets by NUMA domainAndrew Gallatin1-0/+4
2022-07-11style(9): Correct whitespace in struct definitionsBrooks Davis1-7/+7
2022-07-11unix(4): Enhance LOCAL_CREDS_PERSISTENT ABIConrad Meyer1-1/+18
2022-07-11unix(4): Add SOL_LOCAL:LOCAL_CREDS_PERSISTENTConrad Meyer1-0/+1
2022-07-11Integrate 4.4BSD-Lite2 changes to IOC_* definitionsWarner Losh1-6/+11
2022-07-11Support hardware rate limiting (pacing) with TLS offload.John Baldwin1-0/+1
2022-07-11Implement SIOCGIFALIAS.Andrey V. Elsukov1-0/+1
2022-07-11Add IP(V6)_VLAN_PCP to set 802.1 priority per-flow.Richard Scheffenegger2-0/+8
2022-07-11Fix typo.Konstantin Belousov1-1/+1
2022-07-11Introduce scalable route multipath.Alexander V. Chernikov1-0/+1
2022-07-11add SIOCGIFDATA ioctlEd Maste1-0/+1
2022-07-11TCP: send full initial window when timestamps are in useRichard Scheffenegger1-0/+2
2022-07-11Add two new ifnet capabilitiesNavdeep Parhar1-0/+2
2022-07-11Support for userspace non-transparent superpages (largepages).Konstantin Belousov2-1/+15
2022-07-11Include the psind in data returned by mincore(2).Mark Johnston1-1/+2
2022-07-11sys: clean up empty lines in .c and .h filesMateusz Guzik2-3/+1
2022-07-11net: clean up empty lines in .c and .h filesMateusz Guzik2-3/+0
2022-07-11Add SOL_LOCAL symbolic constant for unix socket option level.Konstantin Belousov1-0/+2
2022-07-11shm_open2: Implement SHM_GROW_ON_WRITEKyle Evans1-0/+1
2022-07-11HyperV socket implementation for FreeBSDWei Hu1-2/+2
2022-07-11Initial support for kernel offload of TLS receive.John Baldwin1-0/+3
2022-07-11This change does a small prepratory stepRandall Stewart1-3/+26
2022-07-11Convert route caching to nexthop caching.Alexander V. Chernikov1-0/+5
2022-07-11Make the path length of UNIX domain socketsJonathan T. Looney1-1/+9
2022-07-11Introduce nexthop objects and new routing KPI.Alexander V. Chernikov1-0/+1
2022-07-11Although most of the NIC drivers are epoch ready,Gleb Smirnoff1-2/+2
2022-07-11White space cleanup --Randall Stewart2-4/+4
2022-07-11Introduce flag IFF_NEEDSEPOCHGleb Smirnoff1-1/+1
2022-07-11Add flags for upcoming patches related to improved ECN handling.Michael Tuexen1-1/+2
2022-07-11Make use of the stats(3) framework in the TCP stack.Edward Tomasz Napierala1-0/+15
2022-07-11Jail and capability mode for shm_rename;David Bright1-9/+10
2022-07-11Add a TOE KTLS mode and a TOE hook for allocating TLS sessions.John Baldwin1-0/+1
2022-07-11MFD_*: swap orderingKyle Evans1-2/+2