summaryrefslogtreecommitdiff
path: root/include/sys/socket.h
AgeCommit message (Expand)AuthorLines
2018-12-09add AF_XDP to sys/socket.h from linux v4.18Szabolcs Nagy-1/+4
2018-06-26fix value of SO_PEERSEC on mips archsRich Felker-1/+1
2018-02-22sys/socket.h: add MSG_ZEROCOPY from linux v4.14Szabolcs Nagy-0/+2
2018-02-22sys/socket.h: add SOL_TLS from linux v4.13Szabolcs Nagy-0/+1
2018-02-22sys/socket.h: add PF_SMC from linux v4.11Szabolcs Nagy-1/+3
2017-11-05add SO_ getsockopt options from linux v4.13Szabolcs Nagy-0/+2
2017-11-05add new SO_ socket options from linux v4.12Szabolcs Nagy-0/+3
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy-0/+1
2016-08-30add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.hSzabolcs Nagy-1/+3
2016-07-03make brace placement in public header struct definitions consistentRich Felker-10/+5
2016-06-09avoid padding gaps in struct sockaddr_storageRich Felker-1/+1
2016-06-09update sys/socket.h to linux v4.6Szabolcs Nagy-1/+19
2016-06-09add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6Szabolcs Nagy-0/+1
2016-05-22fix undefined pointer arithmetic in CMSG_NXTHDR macroRich Felker-3/+3
2016-03-19add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5Szabolcs Nagy-1/+2
2016-01-24add AF_MPLS (PF_MPLS) address family to socket.hSzabolcs Nagy-0/+2
2016-01-24add MSG_FASTOPEN sendmsg/sendto flag to socket.hSzabolcs Nagy-0/+1
2015-07-21socket.h: fix SO_* for mipsRoman Yeryomin-3/+3
2015-02-09add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPFSzabolcs Nagy-0/+4
2014-06-19implement sendmmsg and recvmmsgRich Felker-0/+11
2014-05-30add SO_BPF_EXTENSIONS socket optionSzabolcs Nagy-0/+1
2014-02-25sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET optionSzabolcs Nagy-0/+1
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker-0/+4
2013-12-04move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespaceSzabolcs Nagy-0/+2
2013-12-04fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_*Szabolcs Nagy-5/+1
2013-10-18fix typo in socket.h (wrong macro name)Szabolcs Nagy-1/+1
2013-09-15sys/socket.h: add new SO_BUSY_POLL socket optionSzabolcs Nagy-0/+1
2013-07-25add protocol families PF_IB and PF_VSOCK to socket.hSzabolcs Nagy-1/+5
2013-07-24add SO_SELECT_ERR_QUEUE to socket.hSzabolcs Nagy-0/+1
2013-04-01add new socket options to sys/socket.h following linuxSzabolcs Nagy-2/+17
2013-03-04fix some obscure header type size/alignment issuesRich Felker-4/+2
2013-01-12add missing protocol families to sys/socket.hSzabolcs Nagy-1/+11
2012-12-19socket.h: add SO_(SND/RCV)BUFFORCE to generic blockrofl0r-0/+2
2012-11-15disable SO_REUSEPORT in sys/socket.hRich Felker-1/+1
2012-11-05fix numerous mips abi constant definition mismatchesRich Felker-0/+7
2012-09-29always expose accept4Rich Felker-4/+1
2012-09-08add acct, accept4, setns, and dup3 syscalls (linux extensions)Rich Felker-0/+4
2012-09-08remove all remaining redundant __restrict/__inline/_Noreturn defsRich Felker-5/+1
2012-09-06use restrict everywhere it's required by c99 and/or posix 2008Rich Felker-5/+11
2012-08-05fix socket.h on mipsRich Felker-0/+3
2012-07-12workaround another sendmsg kernel bug on 64-bit machinesRich Felker-7/+0
2011-09-18cleanup more bits cruft (sysmacros and socket)Rich Felker-0/+196
2011-06-16fix some struct padding to match LSB/glibc ABI where it may be helpfulRich Felker-2/+4
2011-02-14extensive header cleanup for standards conformance & correctnessRich Felker-0/+1
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+64