summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ipip.c
Commit message (Expand)AuthorAgeFilesLines
* Switch the last protosw* structs to C99 initializers.bz2009-01-051-12/+16
* Fix non-C99 initialization for protosw initializing pr_ousrreq.rwatson2009-01-041-1/+0
* Unlike with struct protosw, several instances of struct ip6protoswrwatson2009-01-041-1/+0
* Rather than using hidden includes (with cicular dependencies),bz2008-12-021-4/+5
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+6
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+10
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-28/+29
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-2/+0
* Add sysctls to if_enc(4) to control whether the firewalls orbz2007-11-281-1/+15
* Replace hard coded options by their defined PFIL_{IN,OUT} names.bz2007-07-191-1/+2
* Commit the change from FAST_IPSEC to IPSEC. The FAST_IPSECgnn2007-07-031-2/+2
* Add a pseudo interface for packet filtering IPSec connections before or afterthompsa2006-06-261-0/+7
* Fix more stack corruptions on amd64.bz2006-03-301-18/+10
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* Apply error and success logic consistently to the function netisr_queue() andandre2004-08-271-1/+1
* Get rid of the RANDOM_IP_ID option and make it a sysctl. NetBSDdwmalone2004-08-141-6/+1
* use native names for if_link, ifa_link, if_addrhead.luigi2004-04-171-4/+2
* Fix ipip_output() to always set *mp to NULL on failure, even if 'm'sam2004-01-201-2/+2
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-19/+18
* Update netisr handling; Each SWI now registers its queue, and all queuejlemon2003-03-041-7/+1
* Back out M_* changes, per decision of the TRB.imp2003-02-191-2/+2
* Remove M_TRYWAIT/M_WAITOK/M_WAIT. Callers should use 0.alfred2003-01-211-2/+2
* SMP locking for ifnet list.hsu2002-12-221-0/+4
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+699
OpenPOWER on IntegriCloud