summaryrefslogtreecommitdiff
path: root/sys/netinet/ip_ether.h
AgeCommit message (Expand)Author
2019-10-04gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.David Gwynne
2019-10-04get rid of prototypes for mplsip_input and mplsip_output. they don't exist.David Gwynne
2017-11-17Add ifdef MPLS around all the MPLS-in-IP codeJeremie Courreges-Anglas
2017-11-17Rename functions that now handle only MPLS-in-IPJeremie Courreges-Anglas
2017-11-17Move etherip_allow where it is usedJeremie Courreges-Anglas
2017-11-17Move etherip counters and their allocation to etherip(4)Jeremie Courreges-Anglas
2017-11-15etherip(4) now handles etherip sysctls, move/remove code accordingly.Jeremie Courreges-Anglas
2017-11-10Use percpu counters with etheripstat.Visa Hankala
2017-04-14Pass down the address family through the pr_input calls. ThisAlexander Bluhm
2017-03-07Rename struct etheripstat members for consistency, move them all to 64bitsJeremie Courreges-Anglas
2017-01-29Change the IPv4 pr_input function to the way IPv6 is implemented,Alexander Bluhm
2017-01-25Since raw_input() and route_input() are gone from pr_input, we canAlexander Bluhm
2014-07-14In the next step, stop accepting the nibble-swapped protocol for 5.6.Theo de Raadt
2013-01-14after OpenBSD requested a etherip rev 3 to solve a byte order weakness, andTheo de Raadt
2012-05-12Fix tcpdump for etherip packets.Marco Pfatschbacher
2010-05-11Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()Claudio Jeker
2007-12-14add sysctl entry points into various network layers, in particular toTheo de Raadt
2002-06-09whitespaceJun-ichiro itojun Hagino
2002-03-14First round of __P removal in sysTodd C. Miller
2001-06-25Copyright.Angelos D. Keromytis
2001-06-09Inclusion protection.Angelos D. Keromytis
2001-02-03- define and use EtherIP version 3 (2 byte padded header instead of theJason Wright
2001-02-03KNFJason Wright
2001-02-02a quick checkpoint:Jason Wright
2001-02-01grr, don't forget to change the reserved field to the upper 4 bits of the hea...Jason Wright
2001-02-01according to the draft-housley-etherip-01, the version is in the low orderJason Wright
2001-01-09Define version number for EtherIP protocol (soon to become RFC).Angelos D. Keromytis
2000-01-21Fix comment.Angelos D. Keromytis
1999-10-29Queue on the bridge interface.Angelos D. Keromytis
1999-10-28Add Ethernet-IP encapsulation handling.Angelos D. Keromytis