summaryrefslogtreecommitdiff
path: root/include/netinet
AgeCommit message (Expand)AuthorLines
2014-10-08add new IPV6_AUTOFLOWLABEL socket option in netinet/in.hSzabolcs Nagy-0/+1
2014-07-20add pacing rate information to the tcp_info struct in tcp.hSzabolcs Nagy-0/+2
2014-07-20add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACKSzabolcs Nagy-2/+4
2014-05-30update netinet/in.h to match the current kernel uapiSzabolcs Nagy-1/+21
2014-02-25in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACESzabolcs Nagy-0/+1
2014-02-25if_ether.h: new ethernet protocol typeSzabolcs Nagy-0/+1
2014-02-11add parens when bit and arith ops are mixed in macros in public headersSzabolcs Nagy-1/+1
2014-02-05reduce namespace pollution in netinet/udp.hRich Felker-7/+10
2014-02-05fix use of legacy u_intN_t types in netinet/tcp.hRich Felker-73/+74
2014-02-05add support for BSD struct tcphdr in netinet/tcp.hRich Felker-4/+41
2014-01-08fix remaining known namespace violations for netinet/in.hRich Felker-22/+14
2013-12-20add netinet/igmp.h and multicast groups to netinet/in.hRich Felker-0/+50
2013-12-20add TCP_INFO and TCP_MD5SIG socket option related structuresTimo Teräs-0/+58
2013-11-23add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12Szabolcs Nagy-0/+1
2013-11-23add linux tcp state enumsTimo Teräs-0/+12
2013-11-23add multicast structures from RFC 3678 to netinet/in.hTimo Teräs-1/+42
2013-09-15netinet/in.h: add missing IP protocol numbers from the linux uapi headersSzabolcs Nagy-0/+2
2013-08-30only expose struct tcphdr under _GNU_SOURCERich Felker-1/+3
2013-08-30add struct tcphdr in netinet/tcp.hRich Felker-0/+33
2013-07-24add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMANSzabolcs Nagy-0/+3
2013-07-24remove TCP_COOKIE_TRANSACTIONS from tcp.hSzabolcs Nagy-1/+0
2013-07-22refactor headers, especially alltypes.h, and improve C++ ABI compatRich Felker-9/+5
2013-07-01add stubs for additional legacy ether.h functionsRich Felker-3/+3
2013-06-25add ether_aton[_r] and ether_ntoa[_r] functionsRich Felker-0/+14
2013-04-01adding ethernet protocol ids to if_ether.h following linuxSzabolcs Nagy-0/+15
2013-04-01add new linux tcp socket option flags to netinet/tcp.hSzabolcs Nagy-0/+10
2013-01-31SOL_TCP is nonstandard and not in the reserved namespaceRich Felker-2/+1
2013-01-12add missing multicast socket options to netinet/in.hSzabolcs Nagy-0/+17
2013-01-01add some new-ish IPPROTO constants that were missingRich Felker-0/+3
2012-12-06tcp.h: add SOL_TCP, analoguous to udp.hrofl0r-0/+2
2012-09-08add IPPROTO_HOPOPTS to in.hRich Felker-0/+1
2012-09-08add IPPROTO_MAX to in.hRich Felker-0/+1
2012-09-07TCP_* is in the reserved namespace for tcp.h; make use of thatRich Felker-3/+4
2012-09-07default features: make musl usable without feature test macrosRich Felker-0/+2
2012-05-22support _BSD_SOURCE feature test macroRich Felker-0/+17
2012-05-11add missing IN6_ARE_ADDR_EQUALRich Felker-0/+5
2012-05-10add one more bogus legacy headerRich Felker-0/+9
2012-05-03add additional compatibility union member for ipv6 addressesRich Felker-0/+2
2011-11-10fix all missing instances of __cplusplus checks/extern "C" in headersRich Felker-0/+8
2011-09-20fix some header typosRich Felker-1/+1
2011-09-18more bits junk (tcp.h)Rich Felker-1/+1
2011-09-18move invariant netinet/in.h stuff out of bits/in.hRich Felker-2/+147
2011-04-06add IN_LOOPBACKNET constant (nonstandard but in reserved namespace)Rich Felker-0/+2
2011-02-20resolve some header namespace non-issuesRich Felker-2/+0
2011-02-12initial check-in, version 0.5.0v0.5.0Rich Felker-0/+1132