aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/bits/socket.h
AgeCommit message (Expand)AuthorFilesLines
2024-05-18socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer1-2/+2
2024-02-08Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers1-0/+1
2024-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2023-10-16Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers1-0/+4
2023-01-06Update copyright dates with scripts/update-copyrightsJoseph Myers1-1/+1
2022-08-02socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar1-7/+33
2022-05-31Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers1-0/+1
2022-02-21Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.hJoseph Myers1-0/+2
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2021-11-17Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers1-1/+3
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert1-1/+1
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2019-11-29Update SOMAXCONN value from Linux 5.4.Joseph Myers1-1/+1
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert1-1/+1
2019-07-24Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer1-92/+6
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2018-08-21Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.Tobias Klauser1-1/+4
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2017-11-15Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers1-0/+2
2017-09-07Add SOL_TLS definition from Linux 4.13.Joseph Myers1-0/+1
2017-05-01Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.Joseph Myers1-1/+3
2017-04-18Fix bits/socket.h IOC* namespace issues (bug 21267).Joseph Myers1-0/+35
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2016-09-23Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg1-2/+2
2016-08-03Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.Joseph Myers1-1/+3
2016-06-10Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella1-39/+10
2016-05-25network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella1-10/+39
2016-05-23Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer1-4/+4
2016-05-23Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers1-1/+20
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2015-06-29Update headers for Linux 4.0, 4.1 definitions.Joseph Myers1-0/+4
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers1-1/+1
2014-06-30sysdeps/unix/sysv/linux/bits/socket.h: Correct formattingMaciej W. Rozycki1-74/+74
2014-02-21Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers1-2/+2
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae1-1/+1
2013-05-03Sync with Linux 3.9Andreas Jaeger1-1/+3
2013-01-11Add MSG_FASTOPENAndreas Jaeger1-0/+2
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers1-2/+1
2012-11-20Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge1-33/+0
2012-03-30Comment fixes for mmsghdrUlrich Drepper1-2/+3
2012-03-09Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers1-33/+2
2012-02-26Add first fixes for conformtest for POSIX2008Ulrich Drepper1-0/+2
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert1-3/+2
2012-01-07Remove pre-ISO C supportUlrich Drepper1-2/+2
2011-09-12Fix invalid conversion in __cmsg_nxthdrAndreas Schwab1-2/+2
2011-09-09Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper1-2/+2
2011-07-23Define AF_NFC and PF_NFCUlrich Drepper1-1/+3
2011-05-28Add sendmmsg syscallUlrich Drepper1-1/+8
2011-01-17Add definitions for new socket protocols.Ulrich Drepper1-2/+6
2010-03-29Define MSG_WAITFORONE.Ulrich Drepper1-1/+3