summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ipcomp.c
Commit message (Expand)AuthorAgeFilesLines
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-12/+9
* Prepare network statistics structures for migration to PCPU counters.ae2013-07-091-2/+0
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-24/+25
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-14/+15
* Do not allow recursive RFC3173 IPComp payload.bz2011-04-011-0/+21
* Optimisation in IPSEC(4):fabient2011-03-311-12/+10
* Enable IPcomp by default.bz2009-11-291-1/+1
* Add more statistics variables for IPcomp.bz2009-11-291-3/+15
* Assimilate very similar input and output code pathsbz2009-11-291-4/+2
* Only add the IPcomp header if crypto reported success and we have a lowerbz2009-11-291-51/+53
* Remove whitespace.bz2009-11-281-3/+3
* Directly send data uncompressed if the packet payload size is lower thanbz2009-11-281-0/+11
* 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-28/+11
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionszec2009-04-061-1/+11
* Change the initialization methodology for global variables scheduledzec2008-11-191-1/+5
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-4/+9
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-22/+23
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-4/+0
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-10/+0
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledpjd2006-03-231-3/+14
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* change SYSINIT starting point to be consistent with other modulessam2004-01-271-1/+1
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-42/+36
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-12/+9
* consolidate callback optimization check in one location by adding a flagsam2003-06-301-20/+2
* Check crypto driver capabilities and if the driver operates synchronouslysam2003-06-271-0/+18
* o add a CRYPTO_F_CBIMM flag to symmetric ops to indicate the callbacksam2003-02-231-1/+1
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+608
OpenPOWER on IntegriCloud