summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gif.c
Commit message (Expand)AuthorAgeFilesLines
...
* Use LIST_ macros instead of TAILQ_ macros to be more like NetBSD.brooks2001-09-261-6/+7
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-2/+1
* gif(4) and stf(4) modernization:brooks2001-07-021-71/+194
* Suppress update ifnet.iflastchange when processing packets for SNMPsumikawa2001-06-191-1/+0
* Sync with recent KAME.ume2001-06-111-54/+130
* First, wrap the if_up() call into splimp()/splx() becauseyar2001-06-031-2/+5
* * Rename M_WAIT mbuf subsystem flag to M_TRYWAIT.bmilekic2000-12-211-1/+1
* Lock down the network interface queues. The queue mutex must be obtainedjlemon2000-11-251-12/+4
* Temporary hack for the benefit of the X-Bone projectkris2000-07-201-0/+2
* sync with kame tree as of july00. tons of bug fixes/improvements.itojun2000-07-041-96/+239
* IPv6 6to4 support.shin2000-03-111-2/+17
* Wrap if_up() by splnet.shin2000-02-271-1/+7
* Remove #if NGIF > 0 and #if NFAITH > 0 as config already checks this.peter2000-01-291-3/+0
* udp IPv6 support, IPv6/IPv4 tunneling support in kernel,shin1999-12-071-0/+468
OpenPOWER on IntegriCloud