Age | Commit message (Expand) | Author | Files | Lines |
2019-12-30 | sys/socket.h: add SO_DETACH_REUSEPORT_BPF from linux v5.3 | Szabolcs Nagy | 1 | -0/+1 |
2019-11-02 | move time64 socket options from arch bits to top-level sys/socket.h | Rich Felker | 1 | -0/+11 |
2019-11-02 | move msghdr and cmsghdr out of bits/socket.h | Rich Felker | 1 | -0/+34 |
2019-11-02 | make time-related socket options overridable by arch bits files | Rich Felker | 1 | -6/+11 |
2019-10-28 | add time64 symbol name redirects to public headers, under arch control | Rich Felker | 1 | -0/+6 |
2019-07-01 | sys/socket.h: add SO_BINDTOIFINDEX from linux v5.1 | Szabolcs Nagy | 1 | -0/+1 |
2019-03-13 | sys/socket.h: add SO_TXTIME from linux v4.19 | Szabolcs Nagy | 1 | -0/+2 |
2018-12-09 | add AF_XDP to sys/socket.h from linux v4.18 | Szabolcs Nagy | 1 | -1/+4 |
2018-06-26 | fix value of SO_PEERSEC on mips archs | Rich Felker | 1 | -1/+1 |
2018-02-22 | sys/socket.h: add MSG_ZEROCOPY from linux v4.14 | Szabolcs Nagy | 1 | -0/+2 |
2018-02-22 | sys/socket.h: add SOL_TLS from linux v4.13 | Szabolcs Nagy | 1 | -0/+1 |
2018-02-22 | sys/socket.h: add PF_SMC from linux v4.11 | Szabolcs Nagy | 1 | -1/+3 |
2017-11-05 | add SO_ getsockopt options from linux v4.13 | Szabolcs Nagy | 1 | -0/+2 |
2017-11-05 | add new SO_ socket options from linux v4.12 | Szabolcs Nagy | 1 | -0/+3 |
2017-11-05 | add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 | Szabolcs Nagy | 1 | -0/+1 |
2016-08-30 | add PF_QIPCRTR, AF_QIPCRTR from linux v4.7 to sys/socket.h | Szabolcs Nagy | 1 | -1/+3 |
2016-07-03 | make brace placement in public header struct definitions consistent | Rich Felker | 1 | -10/+5 |
2016-06-09 | avoid padding gaps in struct sockaddr_storage | Rich Felker | 1 | -1/+1 |
2016-06-09 | update sys/socket.h to linux v4.6 | Szabolcs Nagy | 1 | -1/+19 |
2016-06-09 | add SO_CNX_ADVICE to sys/socket.h, new in linux v4.6 | Szabolcs Nagy | 1 | -0/+1 |
2016-05-22 | fix undefined pointer arithmetic in CMSG_NXTHDR macro | Rich Felker | 1 | -3/+3 |
2016-03-19 | add SO_ATTACH_REUSEPORT_[CE]BPF socket options from linux v4.5 | Szabolcs Nagy | 1 | -1/+2 |
2016-01-24 | add AF_MPLS (PF_MPLS) address family to socket.h | Szabolcs Nagy | 1 | -0/+2 |
2016-01-24 | add MSG_FASTOPEN sendmsg/sendto flag to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2015-07-21 | socket.h: fix SO_* for mips | Roman Yeryomin | 1 | -3/+3 |
2015-02-09 | add new socket options SO_INCOMING_CPU, SO_ATTACH_BPF, SO_DETACH_BPF | Szabolcs Nagy | 1 | -0/+4 |
2014-06-19 | implement sendmmsg and recvmmsg | Rich Felker | 1 | -0/+11 |
2014-05-30 | add SO_BPF_EXTENSIONS socket option | Szabolcs Nagy | 1 | -0/+1 |
2014-02-25 | sys/socket.h: add the SO_MAX_PACING_RATE SOL_SOCKET option | Szabolcs Nagy | 1 | -0/+1 |
2014-01-08 | fix remaining known namespace violations for netinet/in.h | Rich Felker | 1 | -0/+4 |
2013-12-04 | move struct ucred under _GNU_SOURCE in sys/socket.h for clean posix namespace | Szabolcs Nagy | 1 | -0/+2 |
2013-12-04 | fix SHUT_WR typo in sys/socket.h and duplicate definitions of SHUT_* | Szabolcs Nagy | 1 | -5/+1 |
2013-10-18 | fix typo in socket.h (wrong macro name) | Szabolcs Nagy | 1 | -1/+1 |
2013-09-15 | sys/socket.h: add new SO_BUSY_POLL socket option | Szabolcs Nagy | 1 | -0/+1 |
2013-07-25 | add protocol families PF_IB and PF_VSOCK to socket.h | Szabolcs Nagy | 1 | -1/+5 |
2013-07-24 | add SO_SELECT_ERR_QUEUE to socket.h | Szabolcs Nagy | 1 | -0/+1 |
2013-04-01 | add new socket options to sys/socket.h following linux | Szabolcs Nagy | 1 | -2/+17 |
2013-03-04 | fix some obscure header type size/alignment issues | Rich Felker | 1 | -4/+2 |
2013-01-12 | add missing protocol families to sys/socket.h | Szabolcs Nagy | 1 | -1/+11 |
2012-12-19 | socket.h: add SO_(SND/RCV)BUFFORCE to generic block | rofl0r | 1 | -0/+2 |
2012-11-15 | disable SO_REUSEPORT in sys/socket.h | Rich Felker | 1 | -1/+1 |
2012-11-05 | fix numerous mips abi constant definition mismatches | Rich Felker | 1 | -0/+7 |
2012-09-29 | always expose accept4 | Rich Felker | 1 | -4/+1 |
2012-09-08 | add acct, accept4, setns, and dup3 syscalls (linux extensions) | Rich Felker | 1 | -0/+4 |
2012-09-08 | remove all remaining redundant __restrict/__inline/_Noreturn defs | Rich Felker | 1 | -5/+1 |
2012-09-06 | use restrict everywhere it's required by c99 and/or posix 2008 | Rich Felker | 1 | -5/+11 |
2012-08-05 | fix socket.h on mips | Rich Felker | 1 | -0/+3 |
2012-07-12 | workaround another sendmsg kernel bug on 64-bit machines | Rich Felker | 1 | -7/+0 |
2011-09-18 | cleanup more bits cruft (sysmacros and socket) | Rich Felker | 1 | -0/+196 |
2011-06-16 | fix some struct padding to match LSB/glibc ABI where it may be helpful | Rich Felker | 1 | -2/+4 |