summaryrefslogtreecommitdiff
path: root/sys/net/if_stf.c
Commit message (Expand)AuthorAgeFilesLines
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-051-28/+14
* net: fix set but not usedMatt Macy2018-05-191-1/+1
* ifnet: Replace if_addr_lock rwlock with epoch + mutexMatt Macy2018-05-181-2/+2
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Remove the unused mutex since r273220.Luiz Otavio O Souza2017-07-281-7/+0
* Remove now unneded cast.Andrey V. Elsukov2017-03-081-2/+1
* The stf(4) interface name does not conform with the default namingLuiz Otavio O Souza2017-01-291-1/+20
* Convert if_stf(4) to new routing api.Alexander V. Chernikov2015-12-161-20/+8
* Ansify if_stf.cAndrey V. Elsukov2015-07-311-24/+7
* Build if_stf(4) module only when both INET and INET6 support are enabled.Andrey V. Elsukov2015-07-301-3/+0
* Convert in_ifaddr_lock and in6_ifaddr_lock to rmlock.Andrey V. Elsukov2015-07-291-3/+6
* 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