summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ipip.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r275392:ae2015-06-021-1/+0
* MFC r274434:ae2014-11-201-3/+0
* MFC r266800 by vanhu:ae2014-11-051-22/+5
* MFC r264124:ae2014-04-231-60/+13
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-3/+9
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-21/+22
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-2/+2
* Add missing breakkevlo2012-09-181-0/+1
* Merge the projects/pf/head branch, that was worked on for last six months,glebius2012-09-081-2/+0
* Clean up some #endif comments removing from short sections. Add #endifbz2012-01-221-1/+1
* Update packet filter (pf) code to OpenBSD 4.5.bz2011-06-281-0/+2
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-23/+39
* Rework global locks for interface list and index management, correctingrwatson2009-08-231-4/+4
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsrwatson2009-07-201-11/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-31/+9
* Properly hide IPv4 only variables and functions under #ifdef INET.bz2009-06-101-0/+2
* After r193232 rt_tables in vnet.h are no longer indirectly dependent onbz2009-06-081-1/+0
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+14
* First pass at separating per-vnet initializer functionszec2009-04-061-2/+10
* For all files including net/vnet.h directly include opt_route.h andbz2009-02-271-0/+1
* 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