summaryrefslogtreecommitdiff
path: root/sys/netipsec/key_debug.c
AgeCommit message (Expand)Author
2024-12-04pfkey: Fix some checks in kdebug_sadb()Tobias Heider
2024-07-12ipsec_offload: kernel infrastructureKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-12-15kdebug_secasv: Update for recent locking changes.John Baldwin
2022-07-26Fix unused variable warning in netipsec's key_debug.cDimitry Andric
2022-07-19ipsec: replace SECASVAR mtx by rmlockKristof Provost
2020-10-16Implement anti-replay algorithm with ESN supportMarcin Wojtas
2020-09-01net: clean up empty lines in .c and .h filesMateusz Guzik
2018-06-29r335795 build fix: make static functions staticEd Maste
2018-06-29Make debug output produced by `setkey -x` command a more human readable.Andrey V. Elsukov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-06-01Build kdebug_secreplay() function only when IPSEC_DEBUG is defined.Andrey V. Elsukov
2017-04-13Add large replay widow support to setkey(8) and libipsec.Andrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-11-26netipsec: fix build after 309144Ed Maste
2016-11-25IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas
2016-04-24Use ipsec_address() function to print IP addresses.Andrey V. Elsukov
2016-04-21Constify mbuf pointer for IPSEC functions where mbuf isn't modified.Andrey V. Elsukov
2016-02-01These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff
2015-08-04Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney
2014-12-24Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andAndrey V. Elsukov
2014-12-03Remove __P() macro.Andrey V. Elsukov
2014-12-03ANSIfy function declarations.Andrey V. Elsukov
2014-12-02Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov
2014-07-11Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchGleb Smirnoff
2009-07-14Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson
2009-02-27Shuffle the vimage.h includes or add where missing.Bjoern A. Zeeb
2008-03-02Fix bugs when allocating and passing information of current lifetime andBjoern A. Zeeb
2007-07-01Commit IPv6 support for FAST_IPSEC to the tree.George V. Neville-Neil
2005-12-05Fix -Wundef warnings found when compiling i386 LINT, GENERIC andRuslan Ermilov
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2003-09-29MFp4: portability work, general cleanup, locking fixesSam Leffler
2002-10-16"Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler