aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/key_debug.c
Commit message (Expand)AuthorAgeFilesLines
* kdebug_secasv: Update for recent locking changes.John Baldwin2022-12-151-2/+4
* Fix unused variable warning in netipsec's key_debug.cDimitry Andric2022-07-261-3/+2
* ipsec: replace SECASVAR mtx by rmlockKristof Provost2022-07-191-0/+4
* Implement anti-replay algorithm with ESN supportMarcin Wojtas2020-10-161-2/+2
* net: clean up empty lines in .c and .h filesMateusz Guzik2020-09-011-2/+0
* r335795 build fix: make static functions staticEd Maste2018-06-291-2/+2
* Make debug output produced by `setkey -x` command a more human readable.Andrey V. Elsukov2018-06-291-3/+84
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Build kdebug_secreplay() function only when IPSEC_DEBUG is defined.Andrey V. Elsukov2017-06-011-4/+2
* Add large replay widow support to setkey(8) and libipsec.Andrey V. Elsukov2017-04-131-25/+78
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-105/+282
* netipsec: fix build after 309144Ed Maste2016-11-261-0/+2
* IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas2016-11-251-4/+7
* Use ipsec_address() function to print IP addresses.Andrey V. Elsukov2016-04-241-16/+8
* Constify mbuf pointer for IPSEC functions where mbuf isn't modified.Andrey V. Elsukov2016-04-211-4/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-011-1/+1
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney2015-08-041-5/+0
* Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andAndrey V. Elsukov2014-12-241-2/+2
* Remove __P() macro.Andrey V. Elsukov2014-12-031-9/+9
* ANSIfy function declarations.Andrey V. Elsukov2014-12-031-42/+20
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-1/+0
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff2014-07-111-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-1/+1
* Shuffle the vimage.h includes or add where missing.Bjoern A. Zeeb2009-02-271-0/+1
* Fix bugs when allocating and passing information of current lifetime andBjoern A. Zeeb2008-03-021-4/+22
* Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil2007-07-011-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov2005-12-051-1/+1
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* MFp4: portability work, general cleanup, locking fixesSam Leffler2003-09-291-25/+28
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+747