1. 3eb82f7 add ETH_P_IBOE from linux v4.11 by Szabolcs Nagy · 7 years ago
  2. f5638c2 add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10 by Szabolcs Nagy · 8 years ago
  3. 0136969 add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10 by Szabolcs Nagy · 8 years ago
  4. 5c596ed add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10 by Szabolcs Nagy · 8 years ago
  5. 5f7efb8 move IPPORT_RESERVED from netdb.h to netinet/in.h by Rich Felker · 7 years ago
  6. 60c46db update tcp_info struct to linux v4.9 by Szabolcs Nagy · 8 years ago
  7. 04983f2 make netinet/in.h suppress clashing definitions from kernel headers by Rich Felker · 8 years ago
  8. 71e8392 add missing if_ether.h constants by Daniel Sabogal · 8 years ago
  9. 8764333 update icmphdr struct following linux v4.8 by Szabolcs Nagy · 8 years ago
  10. cc7c95e add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  11. 9487cc5 add ETH_P_NCSI to netinet/if_ether.h from linux v4.8 by Szabolcs Nagy · 8 years ago
  12. c6519d4 add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.h by Szabolcs Nagy · 8 years ago
  13. befa586 make brace placement in public header struct definitions consistent by Rich Felker · 8 years ago
  14. 3498777 add new tcp_info fields from linux v4.6 by Szabolcs Nagy · 8 years ago
  15. 7ea37c7 add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6 by Szabolcs Nagy · 8 years ago
  16. 8ffa037 add IPV6_HDRINCL socket option from linux v4.5 by Szabolcs Nagy · 9 years ago
  17. 2c9acc5 add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.h by Szabolcs Nagy · 9 years ago
  18. 4da2d96 update netinet/tcp.h for linux v4.2 by Szabolcs Nagy · 9 years ago
  19. 53f41fb netinet/tcp: Add TCPOPT, TCPOLEN constants by Kylie McClain · 9 years ago
  20. 20de36c fix netinet/ether.h for c++ by Szabolcs Nagy · 9 years ago
  21. 7561ac4 add IPTOS_CLASS_* macros to netinet/ip.h by Szabolcs Nagy · 9 years ago
  22. 1bfeb1d add IP_CHECKSUM socket option to netinet/in.h by Szabolcs Nagy · 10 years ago
  23. a0c90b9 add new IPV6_AUTOFLOWLABEL socket option in netinet/in.h by Szabolcs Nagy · 10 years ago
  24. 6119fa3 add pacing rate information to the tcp_info struct in tcp.h by Szabolcs Nagy · 10 years ago
  25. 4a142db add new ethernet packet types ETH_P_80221, ETH_P_LOOPBACK by Szabolcs Nagy · 10 years ago
  26. c350468 update netinet/in.h to match the current kernel uapi by Szabolcs Nagy · 10 years ago
  27. d82db85 in.h: new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACE by Szabolcs Nagy · 11 years ago
  28. fb5a2ef if_ether.h: new ethernet protocol type by Szabolcs Nagy · 11 years ago
  29. e74f3b0 add parens when bit and arith ops are mixed in macros in public headers by Szabolcs Nagy · 11 years ago
  30. 89511cd reduce namespace pollution in netinet/udp.h by Rich Felker · 11 years ago
  31. 685b1cd fix use of legacy u_intN_t types in netinet/tcp.h by Rich Felker · 11 years ago
  32. fdaaa68 add support for BSD struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
  33. acde013 fix remaining known namespace violations for netinet/in.h by Rich Felker · 11 years ago
  34. c91ad4f add netinet/igmp.h and multicast groups to netinet/in.h by Rich Felker · 11 years ago
  35. e2b4525 add TCP_INFO and TCP_MD5SIG socket option related structures by Timo Teräs · 11 years ago
  36. b0e9d57 add TCP_NOTSENT_LOWAT tcp socket option, new in linux v3.12 by Szabolcs Nagy · 11 years ago
  37. 4b2c8fe add linux tcp state enums by Timo Teräs · 11 years ago
  38. 7c0ca4d add multicast structures from RFC 3678 to netinet/in.h by Timo Teräs · 11 years ago
  39. 0dc630e netinet/in.h: add missing IP protocol numbers from the linux uapi headers by Szabolcs Nagy · 11 years ago
  40. da19f88 only expose struct tcphdr under _GNU_SOURCE by Rich Felker · 11 years ago
  41. 09b2995 add struct tcphdr in netinet/tcp.h by Rich Felker · 11 years ago
  42. b5c07e4 add if_ether.h constants ETH_P_802_3_MIN and ETH_P_BATMAN by Szabolcs Nagy · 11 years ago
  43. b5e409d remove TCP_COOKIE_TRANSACTIONS from tcp.h by Szabolcs Nagy · 11 years ago
  44. 9448b05 refactor headers, especially alltypes.h, and improve C++ ABI compat by Rich Felker · 11 years ago
  45. fbcd820 add stubs for additional legacy ether.h functions by Rich Felker · 11 years ago
  46. 83966b3 add ether_aton[_r] and ether_ntoa[_r] functions by Rich Felker · 11 years ago
  47. 46f45f7 adding ethernet protocol ids to if_ether.h following linux by Szabolcs Nagy · 12 years ago
  48. 2e76210 add new linux tcp socket option flags to netinet/tcp.h by Szabolcs Nagy · 12 years ago
  49. 725c555 SOL_TCP is nonstandard and not in the reserved namespace by Rich Felker · 12 years ago
  50. 119645b add missing multicast socket options to netinet/in.h by Szabolcs Nagy · 12 years ago
  51. 5d893e5 add some new-ish IPPROTO constants that were missing by Rich Felker · 12 years ago
  52. 3d3903f tcp.h: add SOL_TCP, analoguous to udp.h by rofl0r · 12 years ago
  53. b10d023 add IPPROTO_HOPOPTS to in.h by Rich Felker · 12 years ago
  54. f59cedb add IPPROTO_MAX to in.h by Rich Felker · 12 years ago
  55. 3cd084b TCP_* is in the reserved namespace for tcp.h; make use of that by Rich Felker · 12 years ago
  56. c1a9658 default features: make musl usable without feature test macros by Rich Felker · 12 years ago
  57. 419ae6d support _BSD_SOURCE feature test macro by Rich Felker · 12 years ago
  58. b47fdcd add missing IN6_ARE_ADDR_EQUAL by Rich Felker · 12 years ago
  59. e700e59 add one more bogus legacy header by Rich Felker · 12 years ago
  60. ca2d3c6 add additional compatibility union member for ipv6 addresses by Rich Felker · 12 years ago
  61. 3ed8c9f fix all missing instances of __cplusplus checks/extern "C" in headers by Rich Felker · 13 years ago
  62. fd9e01e fix some header typos by Rich Felker · 13 years ago
  63. ca8373d more bits junk (tcp.h) by Rich Felker · 13 years ago
  64. c817566 move invariant netinet/in.h stuff out of bits/in.h by Rich Felker · 13 years ago
  65. 2b55a61 add IN_LOOPBACKNET constant (nonstandard but in reserved namespace) by Rich Felker · 14 years ago
  66. d6a1e0c resolve some header namespace non-issues by Rich Felker · 14 years ago
  67. 0b44a03 initial check-in, version 0.5.0 by Rich Felker · 14 years ago