aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/xform_ipcomp.c
Commit message (Expand)AuthorAgeFilesLines
* OpenCrypto: Convert sessions to opaque handles instead of integersConrad Meyer2018-07-181-10/+9
* OCF: Add a typedef for session identifiersConrad Meyer2018-07-131-2/+2
* Rework IP encapsulation handling code.Andrey V. Elsukov2018-06-051-37/+27
* Set the proper vnet in IPsec callback functions.John Baldwin2018-03-201-0/+10
* Do pass removing some write-only variables from the kernel.Alexander Kabaev2017-12-251-3/+0
* sys: general adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-271-0/+2
* Disable IPsec debugging code by default when IPSEC_DEBUG kernel optionAndrey V. Elsukov2017-05-291-3/+3
* Fix possible double releasing for SA and SP references.Andrey V. Elsukov2017-05-231-0/+2
* Fix possible double releasing for SA reference.Andrey V. Elsukov2017-05-231-8/+12
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-130/+115
* Fix build for NOINET and NOINET6 kernels.Andrey V. Elsukov2016-04-241-20/+33
* Handle non-compressed packets for IPComp in tunnel mode.Andrey V. Elsukov2016-04-241-1/+137
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-151-1/+1
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-301-0/+1
* Fix possible use after free due to security policy deletion.Andrey V. Elsukov2015-04-271-2/+5
* Change ipsec_address() and ipsec_logsastr() functions to take twoAndrey V. Elsukov2015-04-181-17/+15
* Remove now unused mtag argument from ipsec*_common_input_cb.Andrey V. Elsukov2014-12-111-2/+2
* Remove unused mtag variable.Andrey V. Elsukov2014-12-111-2/+0
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-1/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.Gleb Smirnoff2014-11-071-2/+2
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-091-12/+9
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-2/+0
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,Andrey V. Elsukov2013-06-201-24/+25
* Make IPsec compile without INET adding appropriate #ifdef checks.Bjoern A. Zeeb2011-04-271-14/+15
* Do not allow recursive RFC3173 IPComp payload.Bjoern A. Zeeb2011-04-011-0/+21
* Optimisation in IPSEC(4):Fabien Thomas2011-03-311-12/+10
* Enable IPcomp by default.Bjoern A. Zeeb2009-11-291-1/+1
* Add more statistics variables for IPcomp.Bjoern A. Zeeb2009-11-291-3/+15
* Assimilate very similar input and output code pathsBjoern A. Zeeb2009-11-291-4/+2
* Only add the IPcomp header if crypto reported success and we have a lowerBjoern A. Zeeb2009-11-291-51/+53
* Remove whitespace.Bjoern A. Zeeb2009-11-281-3/+3
* Directly send data uncompressed if the packet payload size is lower thanBjoern A. Zeeb2009-11-281-0/+11
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andRobert Watson2009-08-011-1/+0
* Garbage collect vnet module registrations that have neither constructorsRobert Watson2009-07-201-11/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-28/+11
* Introduce vnet module registration / initialization framework withMarko Zec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionsMarko Zec2009-04-061-1/+11
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-1/+5
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-4/+9
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-22/+23
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-4/+0
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichRobert Watson2007-08-061-10/+0
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledPawel Jakub Dawidek2006-03-231-3/+14
* promote fast ipsec's m_clone routine for public use; it is renamedSam Leffler2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* change SYSINIT starting point to be consistent with other modulesSam Leffler2004-01-271-1/+1
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-42/+36
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-12/+9
* consolidate callback optimization check in one location by adding a flagSam Leffler2003-06-301-20/+2
* Check crypto driver capabilities and if the driver operates synchronouslySam Leffler2003-06-271-0/+18