about summary refs log tree commit diff
path: root/sysdeps/unix/sysv/linux/bits/socket.h
Commit message (Expand)AuthorAgeFilesLines
* socket: Use may_alias on sockaddr structs (bug 19622)Florian Weimer2024-05-181-2/+2
* Add SOL_VSOCK from Linux 6.7 to bits/socket.hJoseph Myers2024-02-081-0/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Add SCM_SECURITY, SCM_PIDFD to bits/socket.hJoseph Myers2023-10-161-0/+4
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* socket: Check lengths before advancing pointer in CMSG_NXTHDRArjun Shankar2022-08-021-7/+33
* Add SOL_SMC from Linux 5.18 to bits/socket.hJoseph Myers2022-05-311-0/+1
* Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.hJoseph Myers2022-02-211-0/+2
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.hJoseph Myers2021-11-171-1/+3
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Update SOMAXCONN value from Linux 5.4.Joseph Myers2019-11-291-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532]Florian Weimer2019-07-241-92/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h.Tobias Klauser2018-08-211-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h.Joseph Myers2017-11-151-0/+2
* Add SOL_TLS definition from Linux 4.13.Joseph Myers2017-09-071-0/+1
* Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h.Joseph Myers2017-05-011-1/+3
* Fix bits/socket.h IOC* namespace issues (bug 21267).Joseph Myers2017-04-181-0/+35
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Installed-header hygiene (BZ#20366): Simple self-contained fixes.Zack Weinberg2016-09-231-2/+2
* Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h.Joseph Myers2016-08-031-1/+3
* Revert {send,sendm,recv,recvm}msg conformance changesAdhemerval Zanella2016-06-101-39/+10
* network: recvmsg and sendmsg standard compliance (BZ#16919)Adhemerval Zanella2016-05-251-10/+39
* Make padding in struct sockaddr_storage explicit [BZ #20111]Florian Weimer2016-05-231-4/+4
* Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6.Joseph Myers2016-05-231-1/+20
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update headers for Linux 4.0, 4.1 definitions.Joseph Myers2015-06-291-0/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* sysdeps/unix/sysv/linux/bits/socket.h: Correct formattingMaciej W. Rozycki2014-06-301-74/+74
* Complete _BSD_SOURCE / _SVID_source followup cleanup.Joseph Myers2014-02-211-2/+2
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Sync with Linux 3.9Andreas Jaeger2013-05-031-1/+3
* Add MSG_FASTOPENAndreas Jaeger2013-01-111-0/+2
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-2/+1
* Add recvmmsg and sendmmsg to the generic glibc API.Thomas Schwinge2012-11-201-33/+0
* Comment fixes for mmsghdrUlrich Drepper2012-03-301-2/+3
* Split enum __socket_type from bits/socket.h to bits/socket_type.h.Joseph Myers2012-03-091-33/+2
* Add first fixes for conformtest for POSIX2008Ulrich Drepper2012-02-261-0/+2
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Remove pre-ISO C supportUlrich Drepper2012-01-071-2/+2
* Fix invalid conversion in __cmsg_nxthdrAndreas Schwab2011-09-121-2/+2
* Use (void*) instead of 0 for return value pointer in __cmsg_nexthdrUlrich Drepper2011-09-091-2/+2
* Define AF_NFC and PF_NFCUlrich Drepper2011-07-231-1/+3
* Add sendmmsg syscallUlrich Drepper2011-05-281-1/+8
* Add definitions for new socket protocols.Ulrich Drepper2011-01-171-2/+6
* Define MSG_WAITFORONE.Ulrich Drepper2010-03-291-1/+3