summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Add an ability to set net.link.stf.permit_rfc1918 from the loader.ae2012-12-271-1/+2
* Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allowae2012-12-271-2/+7
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerglebius2012-10-221-1/+1
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-7/+8
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Unexpand a couple of TAILQ_FOREACH()s.jhb2012-08-171-4/+1
* Permit changing MTU in 6to4 relay.melifaro2012-07-151-2/+14
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.ed2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBbz2011-07-031-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* 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
OpenPOWER on IntegriCloud