summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Convert if_stf(4) to new routing api.melifaro2015-12-161-20/+8
* Ansify if_stf.cae2015-07-311-24/+7
* Build if_stf(4) module only when both INET and INET6 support are enabled.ae2015-07-301-3/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.ae2015-07-291-3/+6
* Remove if_stf.h. It contains only one function declaration used by if_stf(4).ae2014-12-231-3/+3
* Remove unneded check. No need to do m_pullup to the size that we prepended.ae2014-12-021-2/+0
* Make checks for rt_mtu generic:melifaro2014-11-061-13/+0
* * Remove route caching in if_stf.melifaro2014-10-171-75/+20
* Mechanically convert to if_inc_counter().glebius2014-09-191-9/+9
* Change pr_output's prototype to avoid the need for explicit casts.kevlo2014-08-151-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we havekevlo2014-08-081-11/+12
* Pull in r267961 and r267973 again. Fix for issues reported will follow.hselasky2014-06-281-2/+1
* Revert r267961, r267973:gjb2014-06-271-1/+2
* Extend the meaning of the CTLFLAG_TUN flag to automatically check ifhselasky2014-06-271-2/+1
* - Remove rt_metrics_lite and simply put its members into rtentry.glebius2014-03-051-1/+1
* The r48589 promised to remove implicit inclusion of if_var.h soon. Prepareglebius2013-10-261-0/+1
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-21/+8
* 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
OpenPOWER on IntegriCloud