Age | Commit message (Expand) | Author | Files | Lines |
2016-01-24 | add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h | Szabolcs Nagy | 1 | -0/+2 |
2016-01-24 | update netinet/tcp.h for linux v4.2 | Szabolcs Nagy | 1 | -0/+7 |
2016-01-17 | netinet/tcp: Add TCPOPT, TCPOLEN constants | Kylie McClain | 1 | -0/+13 |
2015-05-08 | fix netinet/ether.h for c++ | Szabolcs Nagy | 1 | -0/+8 |
2015-05-01 | add IPTOS_CLASS_* macros to netinet/ip.h | Szabolcs Nagy | 1 | -0/+12 |
2015-04-17 | add IP_CHECKSUM socket option to netinet/in.h | Szabolcs Nagy | 1 | -0/+1 |
2014-10-08 | add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h | Szabolcs Nagy | 1 | -0/+1 |
2014-07-20 | add pacing rate information to the tcp_info struct in tcp.h | Szabolcs Nagy | 1 | -0/+2 |
2014-07-20 | add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK | Szabolcs Nagy | 1 | -2/+4 |
2014-05-30 | update netinet/in.h to match the current kernel uapi | Szabolcs Nagy | 1 | -1/+21 |
2014-02-25 | in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE | Szabolcs Nagy | 1 | -0/+1 |
2014-02-25 | if_ether.h: new ethernet protocol type | Szabolcs Nagy | 1 | -0/+1 |
2014-02-11 | add parens when bit and arith ops are mixed in macros in public headers | Szabolcs Nagy | 1 | -1/+1 |
2014-02-05 | reduce namespace pollution in netinet/udp.h | Rich Felker | 1 | -7/+10 |
2014-02-05 | fix use of legacy u_intN_t types in netinet/tcp.h | Rich Felker | 1 | -73/+74 |
2014-02-05 | add support for BSD struct tcphdr in netinet/tcp.h | Rich Felker | 1 | -4/+41 |
2014-01-08 | fix remaining known namespace violations for netinet/in.h | Rich Felker | 1 | -22/+14 |
2013-12-20 | add netinet/igmp.h and multicast groups to netinet/in.h | Rich Felker | 2 | -0/+50 |
2013-12-20 | add TCP_INFO and TCP_MD5SIG socket option related structures | Timo Teräs | 1 | -0/+58 |
2013-11-23 | add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12 | Szabolcs Nagy | 1 | -0/+1 |
2013-11-23 | add linux tcp state enums | Timo Teräs | 1 | -0/+12 |
2013-11-23 | add multicast structures from RFC 3678 to netinet/in.h | Timo Teräs | 1 | -1/+42 |
2013-09-15 | netinet/in.h: add missing IP protocol numbers from the linux uapi headers | Szabolcs Nagy | 1 | -0/+2 |
2013-08-30 | only expose struct tcphdr under _GNU_SOURCE | Rich Felker | 1 | -1/+3 |
2013-08-30 | add struct tcphdr in netinet/tcp.h | Rich Felker | 1 | -0/+33 |
2013-07-24 | add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN | Szabolcs Nagy | 1 | -0/+3 |
2013-07-24 | remove TCP_COOKIE_TRANSACTIONS from tcp.h | Szabolcs Nagy | 1 | -1/+0 |
2013-07-22 | refactor headers, especially alltypes.h, and improve C++ ABI compat | Rich Felker | 1 | -9/+5 |
2013-07-01 | add stubs for additional legacy ether.h functions | Rich Felker | 1 | -3/+3 |
2013-06-25 | add ether_aton[_r] and ether_ntoa[_r] functions | Rich Felker | 1 | -0/+14 |
2013-04-01 | adding ethernet protocol ids to if_ether.h following linux | Szabolcs Nagy | 1 | -0/+15 |
2013-04-01 | add new linux tcp socket option flags to netinet/tcp.h | Szabolcs Nagy | 1 | -0/+10 |
2013-01-31 | SOL_TCP is nonstandard and not in the reserved namespace | Rich Felker | 1 | -2/+1 |
2013-01-12 | add missing multicast socket options to netinet/in.h | Szabolcs Nagy | 1 | -0/+17 |
2013-01-01 | add some new-ish IPPROTO constants that were missing | Rich Felker | 1 | -0/+3 |
2012-12-06 | tcp.h: add SOL_TCP, analoguous to udp.h | rofl0r | 1 | -0/+2 |
2012-09-08 | add IPPROTO_HOPOPTS to in.h | Rich Felker | 1 | -0/+1 |
2012-09-08 | add IPPROTO_MAX to in.h | Rich Felker | 1 | -0/+1 |
2012-09-07 | TCP_* is in the reserved namespace for tcp.h; make use of that | Rich Felker | 1 | -3/+4 |
2012-09-07 | default features: make musl usable without feature test macros | Rich Felker | 1 | -0/+2 |
2012-05-22 | support _BSD_SOURCE feature test macro | Rich Felker | 1 | -0/+17 |
2012-05-11 | add missing IN6_ARE_ADDR_EQUAL | Rich Felker | 1 | -0/+5 |
2012-05-10 | add one more bogus legacy header | Rich Felker | 1 | -0/+9 |
2012-05-03 | add additional compatibility union member for ipv6 addresses | Rich Felker | 1 | -0/+2 |
2011-11-10 | fix all missing instances of __cplusplus checks/extern "C" in headers | Rich Felker | 1 | -0/+8 |
2011-09-20 | fix some header typos | Rich Felker | 1 | -1/+1 |
2011-09-18 | more bits junk (tcp.h) | Rich Felker | 1 | -1/+1 |
2011-09-18 | move invariant netinet/in.h stuff out of bits/in.h | Rich Felker | 1 | -2/+147 |
2011-04-06 | add IN_LOOPBACKNET constant (nonstandard but in reserved namespace) | Rich Felker | 1 | -0/+2 |
2011-02-20 | resolve some header namespace non-issues | Rich Felker | 1 | -2/+0 |