summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-10/+2
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* sync with KAME to simplify rev 1.28's patch (no functional changes)suz2003-01-151-24/+41
* Fix alignment problems -- the embedded v4 address is guaranteed tofenner2003-01-051-15/+17
* network interface and link layer changes:sam2002-11-151-2/+2
* When packets pass in and out of six-to-four (STF) tunnels, performrwatson2002-10-201-0/+15
* Replace aux mbufs with packet tags:sam2002-10-161-1/+1
* - increment interface output counter. sync w/ netbsd-currentume2002-09-171-2/+11
* - reject SIOCSIFADDR if embedded address is in private address rangeume2002-09-171-1/+26
* Move all unit number management cloned interfaces into the cloningbrooks2002-05-251-4/+3
* just merged cosmetic changes from KAME to ease sync between KAME and FreeBSD.suz2002-04-191-1/+1
* Remove __P.alfred2002-03-191-14/+14
* Simplify the interface cloning framework by handling unitmux2002-03-111-47/+5
* Change the network interface cloning API so the destroy function returnsbrooks2002-03-041-2/+3
* Fix warnings.peter2002-02-281-2/+2
* 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