summaryrefslogtreecommitdiffstats
path: root/sys/sys/socket.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add feature to force the selection of source IP addressdenis2020-10-291-2/+4
* implement SO_DOMAIN and SO_PROTOCOL so that the domain and the protocolrobert2019-07-221-1/+3
* prepare sysctl net mib to allow runtime tuning of rx q pressure thresholdsdlg2019-07-031-2/+25
* AF_LOCAL was a failed attempt (by POSIX?) to seem less UNIX-specific, butguenther2018-04-081-4/+4
* new socketoption SO_ZEROIZE: zero out all mbufs sent over socketmarkus2017-05-311-1/+2
* Introduce sstosa() for converting sockaddr_storage with a type safebluhm2017-05-041-1/+9
* Automatically create a default lo(4) interface per rdomain.mpi2016-11-141-2/+4
* Hide RT_TABLEID_MAX behind __BSD_VISIBLEjca2016-09-281-4/+7
* More #include cleanup per POSIX:guenther2016-09-121-1/+10
* Introduce a new sysctl NET_RT_IFNAMES that returns only ifnames to ifindexclaudio2015-10-231-2/+4
* At guenther's suggestion replace dnssocket() with a SOCK_DNS flag onderaadt2015-10-201-2/+3
* In socketpair(), need to mask the type argument when testing for dgram.guenther2015-07-171-1/+4
* Delete option COMPAT_43: support for pre-sa_len binaries has been obsoleteguenther2015-01-211-12/+1
* Per POSIX, <sys/socket.h> needs to expose struct iovec, and may do soguenther2015-01-181-14/+3
* Add sockatmark()guenther2014-08-311-1/+2
* Add additional kernel interfaces for setting close-on-exec on fdsguenther2014-08-311-12/+28
* Use internal types instead of the old BSD u_int#_t types in theguenther2013-04-021-5/+5
* Improve POSIX/SUS compliance of <netdb.h>, <sys/socket.h>, and <sys/un.h>.guenther2012-09-151-11/+45
* tedu struct omsghdrderaadt2012-04-111-13/+1
* SCM_CREDS can go away, since everything uses the newer APIs.deraadt2012-04-041-20/+1
* remove IP_JUMBO, SO_JUMBO, and RTF_JUMBO.dlg2012-03-171-2/+1
* add support for MSG_NOSIGNAL.fgsch2011-12-031-1/+2
* Provide namespace-safe alignment macros in <machine/_types.h>, withguenther2011-09-081-13/+9
* Remove COMPAT_OLDSOCK since no nothing sets MSG_COMPAT anymore.deraadt2011-07-081-6/+2
* surround splice structure with __BSD_VISIBLE (the right one, noticed bymikeb2011-07-081-1/+3
* this must be included my previous commit.yasuoka2011-07-081-2/+5
* Implement an idle timeout for the socket splicing. A new `sp_idle'mikeb2011-07-041-1/+2
* Push COMPAT_FREEBSD in front of a whale. Buggy, out of date, noguenther2011-04-051-3/+2
* Add socket option SO_SPLICE to splice together two TCP sockets.bluhm2011-01-071-1/+10
* remove compat_bsdos supporttedu2010-07-051-2/+2
* Fix the naming of interfaces and variables for rdomains and rtablesguenther2010-07-031-4/+4
* remove support for compat_sunos (and m68k4k). ok deraadt guenthertedu2010-07-021-2/+2
* Put SO_PEERCRED into the non-flag areaderaadt2010-07-011-3/+3
* remove compat_osf1 support from the kerneltedu2010-06-301-2/+2
* Add getsockopt SOL_SOCKET SO_PEERCRED support. This behaves similar toderaadt2010-06-301-1/+11
* Remove COMPAT_HPUX. No one wanted to support it and its fewmets wereguenther2010-06-291-3/+2
* Implement a way to get information about a rtable. Currently only the rtableidclaudio2010-04-211-2/+5
* Add setrdomain() and getrdomain() system calls. Committing now toguenther2009-11-271-1/+3
* tab indent SO_RDOMAIN, like all the other SO_* defines.jsg2009-06-111-2/+2
* Initial support for routing domains. This allows to bind interfaces toclaudio2009-06-051-1/+5
* netstat statistics for pflow(4) via pseudo familygollo2008-09-161-2/+16
* Add SO_BINDANY socket option from BSD/OS.markus2008-05-091-1/+2
* Make the SO_TIMESTAMP sockopt work. When set, this allows the user tockuethe2008-05-021-1/+3
* Import MPLS (Multi Protocol Label Switching)norby2008-04-231-3/+6
* typos; ok jmc@martynas2007-11-271-2/+2
* updatecomment and manpage toemtion optional seventh level (rtable id)henning2007-09-241-2/+3
* Add sysctl to retrieve the routing table statisitcs. Will be used by netstatclaudio2006-03-311-2/+4
* Experimental support for opportunitic use of jumbograms where only some hostsmcbride2005-05-271-1/+2
* Add sysctl for dumping the SPDhshoexer2005-04-041-2/+4
* fix a typo, don't #define PF_RTIP to something nonmexistanthenning2005-03-221-2/+2