about summary refs log tree commit diff
path: root/include/netinet
Commit message (Expand)AuthorAgeFilesLines
* add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy2016-01-241-0/+2
* update netinet/tcp.h for linux v4.2Szabolcs Nagy2016-01-241-0/+7
* netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain2016-01-171-0/+13
* fix netinet/ether.h for c++Szabolcs Nagy2015-05-081-0/+8
* add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy2015-05-011-0/+12
* add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy2015-04-171-0/+1
* add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy2014-10-081-0/+1
* add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy2014-07-201-0/+2
* add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy2014-07-201-2/+4
* update netinet/in.h to match the current kernel uapiSzabolcs Nagy2014-05-301-1/+21
* in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy2014-02-251-0/+1
* if_ether.h: new ethernet protocol typeSzabolcs Nagy2014-02-251-0/+1
* add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy2014-02-111-1/+1
* reduce namespace pollution in netinet/udp.hRich Felker2014-02-051-7/+10
* fix use of legacy u_intN_t types in netinet/tcp.hRich Felker2014-02-051-73/+74
* add support for BSD struct tcphdr in netinet/tcp.hRich Felker2014-02-051-4/+41
* fix remaining known namespace violations for netinet/in.hRich Felker2014-01-081-22/+14
* add netinet/igmp.h and multicast groups to netinet/in.hRich Felker2013-12-202-0/+50
* add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs2013-12-201-0/+58
* add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy2013-11-231-0/+1
* add linux tcp state enumsTimo Teräs2013-11-231-0/+12
* add multicast structures from RFC 3678 to netinet/in.hTimo Teräs2013-11-231-1/+42
* netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy2013-09-151-0/+2
* only expose struct tcphdr under _GNU_SOURCERich Felker2013-08-301-1/+3
* add struct tcphdr in netinet/tcp.hRich Felker2013-08-301-0/+33
* add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy2013-07-241-0/+3
* remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy2013-07-241-1/+0
* refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker2013-07-221-9/+5
* add stubs for additional legacy ether.h functionsRich Felker2013-07-011-3/+3
* add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker2013-06-251-0/+14
* adding ethernet protocol ids to if_ether.h following linuxSzabolcs Nagy2013-04-011-0/+15
* add new linux tcp socket option flags to netinet/tcp.hSzabolcs Nagy2013-04-011-0/+10
* SOL_TCP is nonstandard and not in the reserved namespaceRich Felker2013-01-311-2/+1
* add missing multicast socket options to netinet/in.hSzabolcs Nagy2013-01-121-0/+17
* add some new-ish IPPROTO constants that were missingRich Felker2013-01-011-0/+3
* tcp.h: add SOL_TCP, analoguous to udp.hrofl0r2012-12-061-0/+2
* add IPPROTO_HOPOPTS to in.hRich Felker2012-09-081-0/+1
* add IPPROTO_MAX to in.hRich Felker2012-09-081-0/+1
* TCP_* is in the reserved namespace for tcp.h; make use of thatRich Felker2012-09-071-3/+4
* default features: make musl usable without feature test macrosRich Felker2012-09-071-0/+2
* support _BSD_SOURCE feature test macroRich Felker2012-05-221-0/+17
* add missing IN6_ARE_ADDR_EQUALRich Felker2012-05-111-0/+5
* add one more bogus legacy headerRich Felker2012-05-101-0/+9
* add additional compatibility union member for ipv6 addressesRich Felker2012-05-031-0/+2
* fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker2011-11-101-0/+8
* fix some header typosRich Felker2011-09-201-1/+1
* more bits junk (tcp.h)Rich Felker2011-09-181-1/+1
* move invariant netinet/in.h stuff out of bits/in.hRich Felker2011-09-181-2/+147
* add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)Rich Felker2011-04-061-0/+2
* resolve some header namespace non-issuesRich Felker2011-02-201-2/+0