aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_gif.h
Commit message (Expand)AuthorAgeFilesLines
* Add some initial locking to gif(4). It doesn't covers the whole driver,Gleb Smirnoff2006-01-301-1/+7
* Add RFC 3378 EtherIP support. This change makes it possible to add gifAndrew Thompson2005-12-211-0/+8
* Stop embedding struct ifnet at the top of driver softcs. Instead theBrooks Davis2005-06-101-1/+2
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Properly detect loops by recording the interface pointer in an mtag.Ruslan Ermilov2004-04-051-0/+3
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-161-1/+5
* Restore original behaviour of recursion preventer.Maxim Sobolev2002-09-131-1/+0
* Make recursion prevention variable per-instance and remove XXX commentMaxim Sobolev2002-09-051-0/+1
* Fixed some style bugs in the removal of __P(()). The main ones wereBruce Evans2002-03-241-2/+2
* Remove __P.Alfred Perlstein2002-03-191-4/+4
* Simplify the interface cloning framework by handling unitMaxime Henrion2002-03-111-1/+0
* /home/brooks/ng_gif.messageBrooks Davis2001-09-261-0/+9
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.Brooks Davis2001-09-261-3/+5
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-0/+2
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-3/+1
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-19/+33
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-3/+0
* KAME netinet6 basic part(no IPsec,no V6 Multicast Forwarding, no UDP/TCPYoshinobu Inoue1999-11-221-0/+71