summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Staticise private interface lists.msmith2002-01-081-1/+1
* - malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)arr2001-12-071-4/+1
* Pull post-4.4BSD change to sys/net/route.c from BSD/OS 4.2.ru2001-10-171-3/+3
* Use in_ifaddrhashtbl instead of in_ifaddrhead to look up IP address.jlemon2001-09-291-5/+1
* Make stf a clonable device.brooks2001-09-191-41/+109
* Patches from KAME to remove usage of Varargs in existingjulian2001-09-071-10/+3
* Patches from Keiichi SHIMA <keiichi@iij.ad.jp>julian2001-09-031-3/+2
* gif(4) and stf(4) modernization:brooks2001-07-021-46/+44
* inject outbound packet to BPF.ume2001-06-241-1/+25
* Sync with recent KAME.ume2001-06-111-31/+62
* Use <sys/queue.h> macro api rather than fondle its implementation detals.phk2001-02-031-2/+2
* * 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-10/+4
* 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-0/+662
OpenPOWER on IntegriCloud