summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-1/+2
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-2/+7
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup thecsjp2007-09-231-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hrwatson2006-10-221-1/+2
* With exception of the if_name() macro, all definitions in net_osdep.hbrooks2006-08-041-2/+0
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,yar2006-06-291-2/+0
* Use TAILQ_FOREACH.yar2006-06-291-4/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",ru2005-11-091-6/+9
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-25/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-17/+9
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-2/+12
* Initialze ifp->if_softc.brooks2005-06-131-1/+3
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-14/+20
* the rt parameter to ifa_rtrequest callbacks should always be non-null;sam2005-02-241-3/+1
* don't see NBPFILTER.ume2005-01-111-2/+0
* remove HAVE_OLD_BPF part.ume2005-01-111-20/+0
* fix typo.ume2005-01-111-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Do a pass over all modules in the kernel and make them return EOPNOTSUPPphk2004-07-151-0/+2
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-12/+46
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Use an tempory struct ifnet *ifp instead of sc->sc_if to access thebrooks2004-04-191-9/+11
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Introduce stf_mtx to protect global softc list in if_stf. Addrwatson2004-03-091-8/+39
* Const-poison ip_stf_ttl to make it clear that the variable is notrwatson2004-03-071-1/+1
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-6/+6
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
* Locking for updates to routing table entries. Each rtentry gets a mutexsam2003-10-041-0/+1
* 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
OpenPOWER on IntegriCloud