sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3
[musl] / include / sys / socket.h
2019-12-30 Szabolcs Nagysys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux...
2019-11-02 Rich Felkermove time64 socket options from arch bits to top-level...
2019-11-02 Rich Felkermove msghdr and cmsghdr out of bits/socket.h
2019-11-02 Rich Felkermake time-related socket options overridable by arch...
2019-10-28 Rich Felkeradd time64 symbol name redirects to public headers...
2019-07-01 Szabolcs Nagysys/socket.h: add SO_BINDTOIFINDEX from linux v5.1
2019-03-13 Szabolcs Nagysys/socket.h: add SO_TXTIME from linux v4.19
2018-12-10 Szabolcs Nagyadd AF_XDP to sys/socket.h from linux v4.18
2018-06-26 Rich Felkerfix value of SO_PEERSEC on mips archs
2018-02-22 Szabolcs Nagysys/socket.h: add MSG_ZEROCOPY from linux v4.14
2018-02-22 Szabolcs Nagysys/socket.h: add SOL_TLS from linux v4.13
2018-02-22 Szabolcs Nagysys/socket.h: add PF_SMC from linux v4.11
2017-11-05 Szabolcs Nagyadd SO_ getsockopt options from linux v4.13
2017-11-05 Szabolcs Nagyadd new SO_ socket options from linux v4.12
2017-11-05 Szabolcs Nagyadd SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums...
2016-08-30 Szabolcs Nagyadd PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h
2016-07-03 Rich Felkermake brace placement in public header struct definition...
2016-06-09 Rich Felkeravoid padding gaps in struct sockaddr_storage
2016-06-09 Szabolcs Nagyupdate sys/socket.h to linux v4.6
2016-06-09 Szabolcs Nagyadd SO_CNX_ADVICE to sys/socket.h, new in linux v4.6
2016-05-22 Rich Felkerfix undefined pointer arithmetic in CMSG_NXTHDR macro
2016-03-19 Szabolcs Nagyadd SO_ATTACH_REUSEPORT_[CE]BPF socket options from...
2016-01-25 Szabolcs Nagyadd AF_MPLS (PF_MPLS) address family to socket.h
2016-01-25 Szabolcs Nagyadd MSG_FASTOPEN sendmsg/sendto flag to socket.h
2015-07-21 Roman Yeryominsocket.h: fix SO_* for mips
2015-02-09 Szabolcs Nagyadd new socket options SO_INCOMING_CPU, SO_ATTACH_BPF...
2014-06-20 Rich Felkerimplement sendmmsg and recvmmsg
2014-05-30 Szabolcs Nagyadd SO_BPF_EXTENSIONS socket option
2014-02-24 Szabolcs Nagysys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET...
2014-01-08 Rich Felkerfix remaining known namespace violations for netinet...
2013-12-04 Szabolcs Nagymove struct ucred under _GNU_SOURCE in sys/socket.h...
2013-12-04 Szabolcs Nagyfix SHUT_WR typo in sys/socket.h and duplicate definiti...
2013-10-18 Szabolcs Nagyfix typo in socket.h (wrong macro name)
2013-09-15 Szabolcs Nagysys/socket.h: add new SO_BUSY_POLL socket option
2013-07-25 Szabolcs Nagyadd protocol families PF_IB and PF_VSOCK to socket.h
2013-07-24 Szabolcs Nagyadd SO_SELECT_ERR_QUEUE to socket.h
2013-04-01 Szabolcs Nagyadd new socket options to sys/socket.h following linux
2013-03-04 Rich Felkerfix some obscure header type size/alignment issues
2013-01-14 Rich FelkerMerge remote-tracking branch 'nsz/math'
2013-01-12 Szabolcs Nagyadd missing protocol families to sys/socket.h
2012-12-19 Rich Felkermerge a few fixes by sh4rm4
2012-12-19 rofl0rsocket.h: add SO_(SND/RCV)BUFFORCE to generic block
2012-11-16 Rich Felkerdisable SO_REUSEPORT in sys/socket.h
2012-11-05 Rich Felkerfix numerous mips abi constant definition mismatches
2012-09-29 Rich Felkeralways expose accept4
2012-09-09 Rich Felkeradd acct, accept4, setns, and dup3 syscalls (linux...
2012-09-08 Rich Felkerremove all remaining redundant __restrict/__inline...
2012-09-07 Rich Felkeruse restrict everywhere it's required by c99 and/or...
2012-08-05 Rich Felkerfix socket.h on mips
2012-07-13 Rich Felkerworkaround another sendmsg kernel bug on 64-bit machines
2011-09-18 Rich Felkercleanup more bits cruft (sysmacros and socket)
2011-06-16 Rich Felkerfix some struct padding to match LSB/glibc ABI where...
2011-02-14 Rich Felkerextensive header cleanup for standards conformance...
2011-02-12 Rich Felkerinitial check-in, version 0.5.0