aboutsummaryrefslogtreecommitdiff
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Remove if_stf.h. It contains only one function declaration used by if_stf(4).Andrey V. Elsukov2014-12-231-3/+3
* Remove unneded check. No need to do m_pullup to the size that we prepended.Andrey V. Elsukov2014-12-021-2/+0
* Make checks for rt_mtu generic:Alexander V. Chernikov2014-11-061-13/+0
* * Remove route caching in if_stf.Alexander V. Chernikov2014-10-171-75/+20
* Mechanically convert to if_inc_counter().Gleb Smirnoff2014-09-191-9/+9
* Change pr_output's prototype to avoid the need for explicit casts.Kevin Lo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-11/+12
* Pull in r267961 and r267973 again. Fix for issues reported will follow.Hans Petter Selasky2014-06-281-2/+1
* Revert r267961, r267973:Glen Barber2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifHans Petter Selasky2014-06-271-2/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.Gleb Smirnoff2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. PrepareGleb Smirnoff2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.Gleb Smirnoff2013-04-261-21/+8
* Add an ability to set net.link.stf.permit_rfc1918 from the loader.Andrey V. Elsukov2012-12-271-1/+2
* Add net.link.stf.permit_rfc1918 sysctl variable. It can be used to allowAndrey V. Elsukov2012-12-271-2/+7
* Mechanically substitute flags from historic mbuf allocator withGleb Smirnoff2012-12-051-1/+1
* Switch the entire IPv4 stack to keep the IP packet headerGleb Smirnoff2012-10-221-1/+1
* Make the "struct if_clone" opaque to users of the cloning API. UsersGleb Smirnoff2012-10-161-7/+8
* Revert previous commit...Kevin Lo2012-10-101-1/+1
* Prefer NULL over 0 for pointersKevin Lo2012-10-091-1/+1
* Unexpand a couple of TAILQ_FOREACH()s.John Baldwin2012-08-171-4/+1
* Permit changing MTU in 6to4 relay.Alexander V. Chernikov2012-07-151-2/+14
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+1
* Tag mbufs of all incoming frames or packets with the interface's FIBBjoern A. Zeeb2011-07-031-0/+1
* Add new tunable 'net.link.ifqmaxlen' to set default send interfaceMaxim Sobolev2010-05-031-1/+1
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+1
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-3/+0
* Update if_stf and if_tun to use if_addr_rlock()/if_addr_runlock() ratherRobert Watson2009-06-261-3/+3
* Add a new global rwlock, in_ifaddr_lock, which will synchronize use of theRobert Watson2009-06-251-1/+5
* Make stf_getsrcifa6() return a reference to an in6_ifaddr rather thanRobert Watson2009-06-241-1/+9
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICRobert Watson2009-06-051-1/+0
* Prefer ifa_link (structure field) to ifa_list (macro alias for it).Robert Watson2009-04-201-1/+1
* Prefer if_addrhead (FreeBSD) to if_addrlist (BSD compat) naming for theRobert Watson2009-04-201-1/+4
* Change if_output to take a struct route as its fourth argument in orderKip Macy2009-04-161-3/+3
* Rather than using hidden includes (with cicular dependencies),Bjoern A. Zeeb2008-12-021-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-0/+2
* Some people's 6to4 routers seem to have been blowing up because ofDavid Malone2008-09-251-6/+30
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-1/+2
* Add code to allow the system to handle multiple routing tables.Julian Elischer2008-05-091-2/+7
* Merge first in a series of TrustedBSD MAC Framework KPI changesRobert Watson2007-10-241-2/+2
* Certain consumers of rtalloc like gif(4) and if_stf(4) lookup theChristian S.J. Peron2007-09-231-2/+2
* Complete break-out of sys/sys/mac.h into sys/security/mac/mac_framework.hRobert Watson2006-10-221-1/+2
* With exception of the if_name() macro, all definitions in net_osdep.hBrooks Davis2006-08-041-2/+0
* Revise network interface cloning to take an optional opaqueSam Leffler2006-07-091-2/+2
* There is a consensus that ifaddr.ifa_addr should never be NULL,Yaroslav Tykhiy2006-06-291-2/+0
* Use TAILQ_FOREACH.Yaroslav Tykhiy2006-06-291-4/+1
* Fix the following bpf(4) race condition which can result in a panic:Christian S.J. Peron2006-06-021-2/+2
* Use sparse initializers for "struct domain" and "struct protosw",Ruslan Ermilov2005-11-091-6/+9
* Move the cloned interface list management in to if_clone. For some drivers theAndrew Thompson2005-11-081-25/+0
* Change the reference counting to count the number of cloned interfaces for eachAndrew Thompson2005-10-121-17/+9