summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-3/+0
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherrwatson2009-06-261-3/+3
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of therwatson2009-06-251-1/+5
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanrwatson2009-06-241-1/+9
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Prefer ifa_link (structure field) to ifa_list (macro alias for it).rwatson2009-04-201-1/+1
* Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for therwatson2009-04-201-1/+4
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-3/+3
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-0/+2
* Some people's 6to4 routers seem to have been blowing up because ofdwmalone2008-09-251-6/+30
* 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
OpenPOWER on IntegriCloud