summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gif.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* rework gif to be more consistent.dlg2018-02-101-13/+1
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-3/+3
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-2/+2
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-2/+2
* Merge gif(4)'s tentacles in a single file.mpi2015-09-281-1/+4
* Explicitly do EtherIP encapsulation in bridge_ifenqueue().mpi2015-07-171-1/+3
* Keep private definitions private.mpi2015-07-161-10/+1
* Kill unused route storages.mpi2014-07-091-17/+1
* Add a way to bind the tunnel endpoint of a gif/gre interface into aclaudio2009-11-211-1/+2
* add support for ifconfig clone/destroy; ok henning deraadtmarkus2003-12-031-3/+3
* First round of __P removal in sysmillert2002-03-141-5/+5
* cosmeticitojun2001-12-261-3/+1
* variable name "gif" is way too generic - use "gif_softc". sync with kameitojun2001-07-271-2/+2
* sync whitespace/comment with kame. to help merge tasksitojun2001-02-161-3/+4
* gif_start() prototypeangelos2000-12-301-1/+2
* Remove gif_input() -- not needed anymore.angelos2000-01-121-2/+1
* Cleanup ifdefsangelos2000-01-071-13/+2
* bring in KAME IPv6 code, dated 19991208.itojun1999-12-081-0/+86