aboutsummaryrefslogtreecommitdiff
path: root/sys/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* Revert "SO_RERROR indicates that receive buffer overflows should be handled a...Alexander V. Chernikov2021-02-081-1/+0
* SO_RERROR indicates that receive buffer overflows should be handled as errors.Alexander V. Chernikov2021-02-081-0/+1
* unix(4): Enhance LOCAL_CREDS_PERSISTENT ABIConrad Meyer2020-11-171-1/+18
* Introduce scalable route multipath.Alexander V. Chernikov2020-10-031-0/+1
* sys: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+1
* Add the MSG_TLSAPPDATA flag to indicate "return ENXIO" for non-application TLSRick Macklem2020-08-191-0/+1
* HyperV socket implementation for FreeBSDWei Hu2020-05-201-2/+2
* Introduce nexthop objects and new routing KPI.Alexander V. Chernikov2020-04-121-0/+1
* Add SOL_SOCKET level socket option with name SO_DOMAIN to getMichael Tuexen2018-08-211-0/+1
* Load balance sockets with new SO_REUSEPORT_LB option.Sean Bruno2018-06-061-17/+18
* Revert r332894 at the request of the submitter.Sean Bruno2018-04-241-3/+0
* Load balance sockets with new SO_REUSEPORT_LB optionSean Bruno2018-04-231-0/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Use hardware timestamps to report packet timestamps for SO_TIMESTAMPKonstantin Belousov2017-11-071-0/+11
* Listening sockets improvements.Gleb Smirnoff2017-06-081-6/+10
* Renumber copyright clause 4Warner Losh2017-02-281-1/+1
* Format and sort MSG_* flags, to prevent misedits in future. There is noGleb Smirnoff2017-01-181-17/+25
* Fix regression from r311568: collision of MSG_NOSIGNAL with MSG_MORETOCOMEGleb Smirnoff2017-01-181-1/+1
* Implement kernel support for hardware rate limited sockets.Hans Petter Selasky2017-01-181-0/+1
* Add a new socket option SO_TS_CLOCK to pick from several different clockMaxim Sobolev2017-01-161-0/+12
* Set MORETOCOME for AIO write requests on a socket.John Baldwin2017-01-061-0/+1
* Add flag SF_USER_READAHEAD to sendfile(2). When specified, the syscall won'tGleb Smirnoff2016-11-171-0/+1
* Make CMSG_*() work without having NULL available.Ed Schouten2016-05-311-2/+2
* The sendfile(2) allows to send extra data from userspace before the fileGleb Smirnoff2016-03-291-1/+0
* Add implementations of sendmmsg(3) and recvmmsg(3) functions whichKonstantin Belousov2016-01-291-0/+15
* New sendfile(2) syscall. A joint effort of NGINX and Netflix from 2013 andGleb Smirnoff2016-01-081-1/+4
* Remove SF_KQUEUE code. This code was developed at Netflix, but was notGleb Smirnoff2014-11-111-16/+0
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-4/+1
* Implement the extension api for sendfile to allow for kqueue notifications.Adrian Chadd2014-01-171-0/+26
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-46/+0
* Make sendfile() a method in the struct fileops. Currently onlyGleb Smirnoff2013-08-151-1/+5
* - Reserve a special AF for SDP. The one we were incorrectly using beforeJeff Roberson2013-08-091-1/+5
* Add PF_IEEE80211 definition.Kevin Lo2013-06-131-0/+1
* Add accept4() system call.Jilles Tjoelker2013-05-011-0/+1
* Improve namespacing in <sys/socket.h>:Jilles Tjoelker2013-03-301-6/+11
* Implement SOCK_CLOEXEC, SOCK_NONBLOCK and MSG_CMSG_CLOEXEC.Jilles Tjoelker2013-03-191-0/+9
* - Implement two new system calls:Pawel Jakub Dawidek2013-03-021-0/+2
* Add placeholder constants to reserve a portion of the socket optionJohn Baldwin2013-02-011-0/+9
* Add SO_PROTOCOL/SO_PROTOTYPE socket SOL_SOCKET-level option to get theKonstantin Belousov2012-02-261-0/+2
* Properly name the sysctl to "iflistl" rather than "iflist2", which had beenBjoern A. Zeeb2012-02-111-1/+1
* Introduce a new NET_RT_IFLISTL API to query the address list. It worksBjoern A. Zeeb2012-02-111-1/+4
* Allow using CMSG_NXTHDR with -Wcast-align.Jilles Tjoelker2011-04-171-1/+1
* This commit implements the SO_USER_COOKIE socket option, which letsLuigi Rizzo2010-11-121-0/+1
* Improve the comment about CMGROUP_MAX.Brooks Davis2010-01-091-2/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-3/+1
* Move the duplicate definition of struct sockaddr_storage to its ownPoul-Henning Kamp2009-09-081-20/+1
* Add prototype defination for setfib(2) to sys/socket.h.Xin LI2008-08-081-0/+1
* Add accessor functions for socket fields.Kip Macy2008-07-211-0/+37
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-0/+1
* Add pru_flush routine so a transport canRandall Stewart2008-04-141-0/+6