about summary refs log tree commit diff
path: root/include/sys/socket.h
Commit message (Expand)AuthorAgeFilesLines
* sys/socket.h: add new SO_ socket options from linux v5.11Szabolcs Nagy2022-03-081-0/+2
* sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3Szabolcs Nagy2019-12-301-0/+1
* move time64 socket options from arch bits to top-level sys/socket.hRich Felker2019-11-021-0/+11
* move msghdr and cmsghdr out of bits/socket.hRich Felker2019-11-021-0/+34
* make time-related socket options overridable by arch bits filesRich Felker2019-11-021-6/+11
* add time64 symbol name redirects to public headers, under arch controlRich Felker2019-10-281-0/+6
* sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1Szabolcs Nagy2019-07-011-0/+1
* sys/socket.h: add SO_TXTIME from linux v4.19Szabolcs Nagy2019-03-131-0/+2
* add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy2018-12-091-1/+4
* fix value of SO_PEERSEC on mips archsRich Felker2018-06-261-1/+1
* sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy2018-02-221-0/+2
* sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy2018-02-221-0/+1
* sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy2018-02-221-1/+3
* add SO_ getsockopt options from linux v4.13Szabolcs Nagy2017-11-051-0/+2
* add new SO_ socket options from linux v4.12Szabolcs Nagy2017-11-051-0/+3
* add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy2017-11-051-0/+1
* add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy2016-08-301-1/+3
* make brace placement in public header struct definitions consistentRich Felker2016-07-031-10/+5
* avoid padding gaps in struct sockaddr_storageRich Felker2016-06-091-1/+1
* update sys/socket.h to linux v4.6Szabolcs Nagy2016-06-091-1/+19
* add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy2016-06-091-0/+1
* fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker2016-05-221-3/+3
* add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy2016-03-191-1/+2
* add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy2016-01-241-0/+2
* add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy2016-01-241-0/+1
* socket.h: fix SO_* for mipsRoman Yeryomin2015-07-211-3/+3
* add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy2015-02-091-0/+4
* implement sendmmsg and recvmmsgRich Felker2014-06-191-0/+11
* add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy2014-05-301-0/+1
* sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy2014-02-251-0/+1
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-081-0/+4
* move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy2013-12-041-0/+2
* fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy2013-12-041-5/+1
* fix typo in socket.h (wrong macro name)Szabolcs Nagy2013-10-181-1/+1
* sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy2013-09-151-0/+1
* add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy2013-07-251-1/+5
* add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy2013-07-241-0/+1
* add new socket options to sys/socket.h following linuxSzabolcs Nagy2013-04-011-2/+17
* fix some obscure header type size/alignment issuesRich Felker2013-03-041-4/+2
* add missing protocol families to sys/socket.hSzabolcs Nagy2013-01-121-1/+11
* socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r2012-12-191-0/+2
* disable SO_REUSEPORT in sys/socket.hRich Felker2012-11-151-1/+1
* fix numerous mips abi constant definition mismatchesRich Felker2012-11-051-0/+7
* always expose accept4Rich Felker2012-09-291-4/+1
* add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker2012-09-081-0/+4
* remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker2012-09-081-5/+1
* use restrict everywhere it's required by c99 and/or posix 2008Rich Felker2012-09-061-5/+11
* fix socket.h on mipsRich Felker2012-08-051-0/+3
* workaround another sendmsg kernel bug on 64-bit machinesRich Felker2012-07-121-7/+0
* cleanup more bits cruft (sysmacros and socket)Rich Felker2011-09-181-0/+196