summaryrefslogtreecommitdiffstats
path: root/sys/net/if_gif.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove the dependency of bridgestp.h on if_bridgevar.h by moving a couple ofthompsa2006-07-271-1/+0
* Fixing compilation bustage: net/if_bridgevar.h depends on net/bridgestp.h.avatar2006-07-271-0/+1
* Revise network interface cloning to take an optional opaquesam2006-07-091-2/+3
* Reduce unneeded code duplication.yar2006-06-291-12/+1
* Fix the following bpf(4) race condition which can result in a panic:csjp2006-06-021-4/+2
* Fix gif_output() so that GIF_UNLOCK() is performed only in caseglebius2006-06-021-2/+2
* Add some initial locking to gif(4). It doesn't covers the whole driver,glebius2006-01-301-24/+15
* Add RFC 3378 EtherIP support. This change makes it possible to add gifthompsa2005-12-211-4/+67
* Move the cloned interface list management in to if_clone. For some drivers thethompsa2005-11-081-9/+0
* Change the reference counting to count the number of cloned interfaces for eachthompsa2005-10-121-16/+8
* Propagate rename of IFF_OACTIVE and IFF_RUNNING to IFF_DRV_OACTIVE andrwatson2005-08-091-6/+6
* scope cleanup. with this changeume2005-07-251-0/+25
* Fix some long standing bugs in writing to the BPF device attached todwmalone2005-06-261-2/+9
* Stop embedding struct ifnet at the top of driver softcs. Instead thebrooks2005-06-101-22/+27
* /* -> /*- 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
* Use M_ZERO instead of bzero().bms2004-07-061-2/+1
* Major overhaul of pseudo-interface cloning. Highlights include:brooks2004-06-221-2/+2
* add missing #include <sys/module.h>phk2004-05-301-0/+1
* Staticize <if>_clone_{create,destroy} functions.brooks2004-04-141-4/+4
* Properly detect loops by recording the interface pointer in an mtag.ru2004-04-051-20/+30
* Lock down global variables in if_gif:rwatson2004-03-221-9/+50
* Move "called", a static function variable used to detect recursiverwatson2004-03-221-4/+11
* o eliminate widespread on-stack mbuf use for bpf by introducingsam2003-12-281-28/+2
* Replace the if_name and if_unit members of struct ifnet with new membersbrooks2003-10-311-2/+1
OpenPOWER on IntegriCloud