summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gif.c
Commit message (Expand)AuthorAgeFilesLines
* MFC: r292980araujo2016-01-081-2/+0
* MFC r288575:hrs2015-11-041-2/+8
* MFC 287607:hrs2015-09-131-52/+24
* MFC r282809:ae2015-06-061-1/+11
* MFC r276148:ae2015-06-061-2/+0
* MFC r276901:ae2015-01-171-47/+43
* MFC r273087 (with modifications):ae2014-12-231-464/+479
* MFC r271917 by hrs:ae2014-12-221-23/+37
* MFC r258167:ae2014-12-221-29/+8
* MFC r272770:ae2014-10-301-0/+1
* Clean up SIOCSIFDSTADDR usage from ifnet drivers. The ioctl itself isglebius2013-09-111-3/+0
* - Drop GIF_ACCEPT_REVETHIP flag by default.hrs2013-07-121-1/+13
* Add const qualifier to the dst parameter of the ifnet if_output method.glebius2013-04-261-9/+5
* Make the "struct if_clone" opaque to users of the cloning API. Usersglebius2012-10-161-6/+6
* Revert previous commit...kevlo2012-10-101-1/+1
* Prefer NULL over 0 for pointerskevlo2012-10-091-1/+1
* Hold GIF_LOCK() for almost all of gif_start(). It is required to be heldjhb2012-06-291-18/+0
* Fix comment to better reflect how we arerrs2012-06-121-6/+11
* Note to self. Have morning coffee *before* committing things.rrs2012-06-121-4/+6
* Allow a gif tunnel to be used with ALTq.rrs2012-06-121-46/+102
* 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
* Hide the outer IP addresses of a tunnel interfaces (gif(4), gre(4))bz2011-03-021-0/+7
* After some off-list discussion, revert a number of changes to thedim2010-11-221-4/+4
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-4/+4
* Add new tunable 'net.link.ifqmaxlen' to set default send interfacesobomax2010-05-031-1/+1
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-20/+0
* Check pointer for NULL before dereferencing it, not after.brueffer2009-10-221-2/+2
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+1
* Introduce and use a sysinit-based initialization scheme for virtualrwatson2009-07-231-42/+18
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-5/+5
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-25/+19
* ip_gif_ttl/GIF_TTL are only used by the inet part in in_gif.c,bz2009-06-101-0/+2
* Style fix.hrs2009-06-091-7/+7
* - Fix sanity check of GIFSOPTS ioctl.hrs2009-06-091-4/+4
* Introduce an infrastructure for dismantling vnet instances.zec2009-06-081-5/+3
* Fix and add a workaround on an issue of EtherIP packet with reversedhrs2009-06-071-5/+41
* Move "options MAC" from opt_mac.h to opt_global.h, as it's now in GENERICrwatson2009-06-051-1/+0
* Permit buiding kernels with options VIMAGE, restricted to only a singlezec2009-04-301-0/+3
* Change if_output to take a struct route as its fourth argument in orderkmacy2009-04-161-2/+2
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionszec2009-04-061-14/+23
* Conditionally compile out V_ globals while instantiating the appropriatezec2008-12-101-0/+6
* Change the initialization methodology for global variables scheduledzec2008-11-191-10/+22
* Do only define the variable if either INET or INET6 is defined.bz2008-11-051-0/+2
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+15
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-7/+8
* Add code to allow the system to handle multiple routing tables.julian2008-05-091-0/+3
* Improve EtherIP interaction with the bridgethompsa2008-03-061-2/+30
* Merge first in a series of TrustedBSD MAC Framework KPI changesrwatson2007-10-241-2/+2
OpenPOWER on IntegriCloud