summaryrefslogtreecommitdiff
path: root/include/netinet
AgeCommit message (Expand)AuthorLines
2018-12-09update netinet/udp.h for linux v4.18Szabolcs Nagy-0/+3
2018-12-09update netinet/tcp.h for linux v4.18Szabolcs Nagy-0/+18
2018-06-19add ETH_P_PREAUTH ethertype from linux v4.17Szabolcs Nagy-0/+1
2018-06-19add TCP_NLA_* from linux v4.17Szabolcs Nagy-0/+10
2018-06-19netinet/if_ether.h: add ETH_TLEN from linux v4.16Szabolcs Nagy-0/+1
2018-06-19netinet/if_ether.h: add ETH_P_ERSPAN2 from linux v4.16Szabolcs Nagy-0/+1
2018-02-22netinet/in.h: add new IPV6_FREEBIND from linux v4.15Szabolcs Nagy-0/+1
2018-02-22netinet/tcp.h: add TCP_* socket options from linux v4.15Szabolcs Nagy-0/+2
2018-02-22netinet/tcp.h: add tcp_diag_md5sig struct from linux v4.14Szabolcs Nagy-0/+8
2018-02-22netinet/if_ether.h: add new ETH_P_ macros from linux v4.14Szabolcs Nagy-0/+4
2018-01-09add additional uapi guards for Linux kernel header filesHauke Mehrtens-0/+1
2017-12-15fix endian errors in netinet/icmp6.h due to failure to include endian.hRich Felker-0/+1
2017-11-05add new tcp.h socket options from linux v4.13Szabolcs Nagy-2/+7
2017-11-05add TCP_NLA_* enums from linux v4.11Szabolcs Nagy-0/+2
2017-11-05add TCP_FASTOPEN_CONNECT tcp socket option from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add ETH_P_IBOE from linux v4.11Szabolcs Nagy-0/+1
2017-11-05add ETH_MIN_MTU and ETH_MAX_MTU from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add IP_RECVFRAGSIZE and IPV6_RECVFRAGSIZE from linux v4.10Szabolcs Nagy-0/+2
2017-11-05add SCM_TIMESTAMPING_OPT_STATS and related TCP_ enums from linux v4.10Szabolcs Nagy-0/+10
2017-08-29move IPPORT_RESERVED from netdb.h to netinet/in.hRich Felker-0/+2
2016-12-29update tcp_info struct to linux v4.9Szabolcs Nagy-0/+2
2016-11-07make netinet/in.h suppress clashing definitions from kernel headersRich Felker-0/+15
2016-10-20add missing if_ether.h constantsDaniel Sabogal-0/+3
2016-10-20update icmphdr struct following linux v4.8Szabolcs Nagy-0/+1
2016-10-20add TCP_REPAIR_WINDOW to netinet/tcp.h from linux v4.8Szabolcs Nagy-0/+9
2016-10-20add ETH_P_NCSI to netinet/if_ether.h from linux v4.8Szabolcs Nagy-0/+1
2016-08-30add UDP_ENCAP_GTP0, UDP_ENCAP_GTP1U from linux v4.7 to netinet/udp.hSzabolcs Nagy-0/+2
2016-07-03make brace placement in public header struct definitions consistentRich Felker-24/+12
2016-06-09add new tcp_info fields from linux v4.6Szabolcs Nagy-0/+4
2016-06-09add ETH_P_MACSEC netinet/if_ether.h, new in linux v4.6Szabolcs Nagy-0/+1
2016-03-19add IPV6_HDRINCL socket option from linux v4.5Szabolcs Nagy-0/+1
2016-01-24add new IP_BIND_ADDRESS_NO_PORT and IPPROTO_MPLS to netinet/in.hSzabolcs Nagy-0/+2
2016-01-24update netinet/tcp.h for linux v4.2Szabolcs Nagy-0/+7
2016-01-17netinet/tcp: Add TCPOPT, TCPOLEN constantsKylie McClain-0/+13
2015-05-08fix netinet/ether.h for c++Szabolcs Nagy-0/+8
2015-05-01add IPTOS_CLASS_* macros to netinet/ip.hSzabolcs Nagy-0/+12
2015-04-17add IP_CHECKSUM socket option to netinet/in.hSzabolcs Nagy-0/+1
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