aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/in_gif.c
Commit message (Expand)AuthorAgeFilesLines
* add ECN support in layer-3.Hajimu UMEMOTO2003-10-291-16/+21
* - fix typo in comment.Hajimu UMEMOTO2003-10-071-4/+3
* return(code) -> return (code)Hajimu UMEMOTO2003-10-071-1/+1
* Back out M_* changes, per decision of the TRB.Warner Losh2003-02-191-1/+1
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.Alfred Perlstein2003-01-211-1/+1
* last arg of in6?_gif_output() is not used any more.Hajimu UMEMOTO2002-10-171-2/+1
* use encapcheck.Hajimu UMEMOTO2002-10-161-14/+0
* - after gif_set_tunnel(), psrc/pdst may be null. set IFF_RUNNING accordingly.Hajimu UMEMOTO2002-10-161-29/+89
* Replace aux mbufs with packet tags:Sam Leffler2002-10-161-1/+1
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.SUZUKI Shinsuke2002-04-191-3/+3
* Staticize an extern that no one else used.Brooks Davis2002-02-261-1/+1
* KSE Milestone 2Julian Elischer2001-09-121-1/+1
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>Julian Elischer2001-09-031-2/+3
* gif(4) and stf(4) modernization:Brooks Davis2001-07-021-21/+3
* Sync with recent KAME.Hajimu UMEMOTO2001-06-111-36/+25
* Another round of the <sys/queue.h> FOREACH transmogriffer.Poul-Henning Kamp2001-02-041-2/+1
* Convert all users of fldoff() to offsetof(). fldoff() is badPoul-Henning Kamp2000-10-271-4/+0
* repair endianness issue in IN_MULTICAST().Jun-ichiro itojun Hagino2000-08-151-2/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.Jun-ichiro itojun Hagino2000-07-041-108/+134
* Disable IPv4 over IPv4 tunnel on the 6to4 interface for better security.Yoshinobu Inoue2000-03-111-1/+12
* IPv6 6to4 support.Yoshinobu Inoue2000-03-111-1/+42
* IPSEC support in the kernel.Yoshinobu Inoue1999-12-221-20/+18
* Make this buildable with MROUTING defined.Yoshinobu Inoue1999-12-081-1/+1
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,Yoshinobu Inoue1999-12-071-0/+311