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