| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SOL_VSOCK from Linux 6.7 to bits/socket.h | Joseph Myers | 2024-02-08 | 1 | -0/+1 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2024-01-01 | 1 | -1/+1 |
* | Add SCM_SECURITY, SCM_PIDFD to bits/socket.h | Joseph Myers | 2023-10-16 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights | Joseph Myers | 2023-01-06 | 1 | -1/+1 |
* | socket: Check lengths before advancing pointer in CMSG_NXTHDR | Arjun Shankar | 2022-08-02 | 1 | -7/+33 |
* | Add SOL_SMC from Linux 5.18 to bits/socket.h | Joseph Myers | 2022-05-31 | 1 | -0/+1 |
* | Add SOL_MPTCP, SOL_MCTP from Linux 5.16 to bits/socket.h | Joseph Myers | 2022-02-21 | 1 | -0/+2 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2022-01-01 | 1 | -1/+1 |
* | Add PF_MCTP, AF_MCTP from Linux 5.15 to bits/socket.h | Joseph Myers | 2021-11-17 | 1 | -1/+3 |
* | Update copyright dates with scripts/update-copyrights | Paul Eggert | 2021-01-02 | 1 | -1/+1 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2020-01-01 | 1 | -1/+1 |
* | Update SOMAXCONN value from Linux 5.4. | Joseph Myers | 2019-11-29 | 1 | -1/+1 |
* | Prefer https to http for gnu.org and fsf.org URLs | Paul Eggert | 2019-09-07 | 1 | -1/+1 |
* | Linux: Use in-tree copy of SO_ constants for !__USE_MISC [BZ #24532] | Florian Weimer | 2019-07-24 | 1 | -92/+6 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2019-01-01 | 1 | -1/+1 |
* | Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.h. | Tobias Klauser | 2018-08-21 | 1 | -1/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2018-01-01 | 1 | -1/+1 |
* | Add MSG_ZEROCOPY from Linux 4.14 to bits/socket.h. | Joseph Myers | 2017-11-15 | 1 | -0/+2 |
* | Add SOL_TLS definition from Linux 4.13. | Joseph Myers | 2017-09-07 | 1 | -0/+1 |
* | Add PF_SMC, AF_SMC from Linux 4.11 to bits/socket.h. | Joseph Myers | 2017-05-01 | 1 | -1/+3 |
* | Fix bits/socket.h IOC* namespace issues (bug 21267). | Joseph Myers | 2017-04-18 | 1 | -0/+35 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2017-01-01 | 1 | -1/+1 |
* | Installed-header hygiene (BZ#20366): Simple self-contained fixes. | Zack Weinberg | 2016-09-23 | 1 | -2/+2 |
* | Define PF_QIPCRTR, AF_QIPCRTR from Linux 4.7 in bits/socket.h. | Joseph Myers | 2016-08-03 | 1 | -1/+3 |
* | Revert {send,sendm,recv,recvm}msg conformance changes | Adhemerval Zanella | 2016-06-10 | 1 | -39/+10 |
* | network: recvmsg and sendmsg standard compliance (BZ#16919) | Adhemerval Zanella | 2016-05-25 | 1 | -10/+39 |
* | Make padding in struct sockaddr_storage explicit [BZ #20111] | Florian Weimer | 2016-05-23 | 1 | -4/+4 |
* | Update sysdeps/unix/sysv/linux/bits/socket.h for Linux 4.6. | Joseph Myers | 2016-05-23 | 1 | -1/+20 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2016-01-04 | 1 | -1/+1 |
* | Update headers for Linux 4.0, 4.1 definitions. | Joseph Myers | 2015-06-29 | 1 | -0/+4 |
* | Update copyright dates with scripts/update-copyrights. | Joseph Myers | 2015-01-02 | 1 | -1/+1 |
* | sysdeps/unix/sysv/linux/bits/socket.h: Correct formatting | Maciej W. Rozycki | 2014-06-30 | 1 | -74/+74 |
* | Complete _BSD_SOURCE / _SVID_source followup cleanup. | Joseph Myers | 2014-02-21 | 1 | -2/+2 |
* | Update copyright notices with scripts/update-copyrights | Allan McRae | 2014-01-01 | 1 | -1/+1 |
* | Sync with Linux 3.9 | Andreas Jaeger | 2013-05-03 | 1 | -1/+3 |
* | Add MSG_FASTOPEN | Andreas Jaeger | 2013-01-11 | 1 | -0/+2 |
* | Update copyright notices with scripts/update-copyrights. | Joseph Myers | 2013-01-02 | 1 | -2/+1 |
* | Add recvmmsg and sendmmsg to the generic glibc API. | Thomas Schwinge | 2012-11-20 | 1 | -33/+0 |
* | Comment fixes for mmsghdr | Ulrich Drepper | 2012-03-30 | 1 | -2/+3 |
* | Split enum __socket_type from bits/socket.h to bits/socket_type.h. | Joseph Myers | 2012-03-09 | 1 | -33/+2 |
* | Add first fixes for conformtest for POSIX2008 | Ulrich Drepper | 2012-02-26 | 1 | -0/+2 |
* | Replace FSF snail mail address with URLs. | Paul Eggert | 2012-02-09 | 1 | -3/+2 |
* | Remove pre-ISO C support | Ulrich Drepper | 2012-01-07 | 1 | -2/+2 |
* | Fix invalid conversion in __cmsg_nxthdr | Andreas Schwab | 2011-09-12 | 1 | -2/+2 |
* | Use (void*) instead of 0 for return value pointer in __cmsg_nexthdr | Ulrich Drepper | 2011-09-09 | 1 | -2/+2 |
* | Define AF_NFC and PF_NFC | Ulrich Drepper | 2011-07-23 | 1 | -1/+3 |
* | Add sendmmsg syscall | Ulrich Drepper | 2011-05-28 | 1 | -1/+8 |
* | Add definitions for new socket protocols. | Ulrich Drepper | 2011-01-17 | 1 | -2/+6 |
* | Define MSG_WAITFORONE. | Ulrich Drepper | 2010-03-29 | 1 | -1/+3 |
* | Add recvmmsg interface. | Ulrich Drepper | 2009-12-08 | 1 | -2/+25 |