summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ether.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* gif shouldn't include netinet/ip_ether.h, cos gif doesnt do etherip.dlg2019-10-041-3/+1
* get rid of prototypes for mplsip_input and mplsip_output. they don't exist.dlg2019-10-041-6/+1
* Add ifdef MPLS around all the MPLS-in-IP codejca2017-11-171-2/+4
* Rename functions that now handle only MPLS-in-IPjca2017-11-171-3/+3
* Move etherip_allow where it is usedjca2017-11-171-3/+1
* Move etherip counters and their allocation to etherip(4)jca2017-11-171-2/+1
* etherip(4) now handles etherip sysctls, move/remove code accordingly.jca2017-11-151-3/+1
* Use percpu counters with etheripstat.visa2017-11-101-2/+42
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-2/+2
* Rename struct etheripstat members for consistency, move them all to 64bitsjca2017-03-071-10/+10
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-5/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* In the next step, stop accepting the nibble-swapped protocol for 5.6.deraadt2014-07-141-3/+3
* after OpenBSD requested a etherip rev 3 to solve a byte order weakness, andderaadt2013-01-141-6/+11
* Fix tcpdump for etherip packets.mpf2012-05-121-1/+3
* Massiv cleanup of the gif(4) mess. Move encapsulation into gif_output()claudio2010-05-111-1/+6
* add sysctl entry points into various network layers, in particular toderaadt2007-12-141-2/+4
* whitespaceitojun2002-06-091-4/+4
* First round of __P removal in sysmillert2002-03-141-2/+2
* Copyright.angelos2001-06-251-4/+3
* Inclusion protection.angelos2001-06-091-2/+6
* - define and use EtherIP version 3 (2 byte padded header instead of thejason2001-02-031-3/+4
* KNFjason2001-02-031-12/+11
* a quick checkpoint:jason2001-02-021-3/+7
* grr, don't forget to change the reserved field to the upper 4 bits of the header.jason2001-02-011-1/+2
* according to the draft-housley-etherip-01, the version is in the low orderjason2001-02-011-2/+3
* Define version number for EtherIP protocol (soon to become RFC).angelos2001-01-091-1/+3
* Fix comment.angelos2000-01-211-2/+2
* Queue on the bridge interface.angelos1999-10-291-7/+8
* Add Ethernet-IP encapsulation handling.angelos1999-10-281-0/+58