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