summaryrefslogtreecommitdiff
path: root/sys/compat/linux/linux_socket.h
Commit message (Expand)AuthorAgeFilesLines
* linux(4): Handle IP_ORIGDSTADDR socket option for IPPROTO_IP protocol levelDmitry Chagin2022-06-171-0/+2
* linux(4): Handle SO_TIMESTAMPNS socket optionDmitry Chagin2022-06-171-0/+4
* linux(4): Handle 64-bit SO_TIMESTAMP for 32-bit binariesDmitry Chagin2022-06-171-2/+4
* linux(4): For future use move SCM definitions below socket optionsDmitry Chagin2022-06-171-6/+6
* linux(4): Handle SO_DOMAIN in getsockopt syscall.Dmitry Chagin2022-06-171-0/+1
* linux: add support for SO_PEERGROUPSEdward Tomasz Napierala2022-02-131-0/+1
* linux: recognize TCP_INFO and ratelimit the warningEdward Tomasz Napierala2022-02-131-0/+1
* linux: add support for SO_PEERSEC getsockoptEdward Tomasz Napierala2021-03-021-0/+1
* - add more linux socket options (sorted by value)Alexander Leidinger2020-11-081-0/+69
* Make linux(4) support SO_PROTOCOL. Running Python test suiteEdward Tomasz Napierala2020-06-281-0/+1
* Minor code cleanup; no functional changes.Edward Tomasz Napierala2020-06-121-6/+0
* Make linux(4) handle SO_REUSEPORT.Edward Tomasz Napierala2020-06-111-0/+1
* Support SO_SNDBUFFORCE/SO_RCVBUFFORCE by aliasing them to theEdward Tomasz Napierala2020-06-101-0/+2
* linuxulator: implement sendfileEd Maste2020-02-051-2/+6
* Add TCP_CORK support to linux(4). This fixes one of the things NginxEdward Tomasz Napierala2020-01-281-0/+1
* Add compat.linux.ignore_ip_recverr sysctl. This is a workaroundEdward Tomasz Napierala2020-01-281-0/+1
* Our bsd_to_linux_sockaddr() and linux_to_bsd_sockaddr() functionsDmitry Chagin2019-05-131-10/+0
* Linuxolator whitespace cleanupEd Maste2018-02-051-7/+7
* sys/compat: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* To reduce code duplication move socket defines to the MI path.Dmitry Chagin2017-03-181-0/+33
* Hide Linux socketcall constants under corresponding #ifdef sinceDmitry Chagin2017-03-041-6/+1
* Finich r313684.Dmitry Chagin2017-02-181-3/+3
* Update syscall.master to 4.10-rc6. Also fix comments, a typo,Dmitry Chagin2017-02-051-115/+2
* sys/compat/linux*: spelling fixes.Pedro F. Giffuni2016-04-301-1/+1
* Add support for IPPROTO_IPV6 socket layer for getsockopt/setsockopt calls.Andrey V. Elsukov2016-03-091-0/+25
* Convert SCM_TIMESTAMP in recvmsg().Dmitry Chagin2015-05-241-1/+2
* Implement recvmmsg() and sendmmsg() system calls.Dmitry Chagin2015-05-241-0/+9
* Reduce duplication between MD Linux code by moving msg relatedDmitry Chagin2015-05-241-0/+16
* 64-bit paltforms, like x86_64, do not use multiplexing onDmitry Chagin2015-05-241-0/+127
* Reduce duplication between i386/linux/linux.h and amd64/linux32/linux.hJohn Baldwin2013-01-291-0/+40
* linux compat: improve and fix sendmsg/recvmsg compatibilityAndriy Gapon2011-03-261-2/+4
* Implement MSG_CMSG_CLOEXEC flag for linux_recvmsg().Dmitry Chagin2009-05-181-0/+1
* Somewhere between 2.6.23 and 2.6.27, Linux added SOCK_CLOEXEC andDmitry Chagin2009-05-161-0/+7
* Return EINVAL in case when the incorrect or unsupportedDmitry Chagin2009-05-161-0/+10
* Emulate SO_PEERCRED socket option.Dmitry Chagin2009-05-161-0/+6
* To avoid excessive code duplication move MI definitions to the MIDmitry Chagin2009-05-071-0/+10
* Make linux_sendmsg() and linux_recvmsg() work on linux32/amd64.Konstantin Belousov2008-11-291-0/+31
* Fix typo in the BSD copyright: s/withough/without/Jens Schweikhardt2002-06-021-1/+1
* translate the flags in recvfrom and recvmsg from linux to bsd onesAssar Westerlund2000-12-191-0/+52