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