summaryrefslogtreecommitdiff
path: root/sys/netipsec/keydb.h
AgeCommit message (Expand)Author
2024-07-12ipsec_offload: kernel infrastructureKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-11-02ipsec: add support for CHACHA20POLY1305Kristof Provost
2022-07-19ipsec: replace SECASVAR mtx by rmlockKristof Provost
2021-08-10netipsec/keydb.h: fix typoKonstantin Belousov
2020-10-16Add support for IPsec ESN and pass relevant information to crypto layerMarcin Wojtas
2020-10-16Implement anti-replay algorithm with ESN supportMarcin Wojtas
2018-07-13OCF: Add a typedef for session identifiersConrad Meyer
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-04-03GC some unused declarations.Andrey V. Elsukov
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-11-26Add a missing headerScott Long
2016-11-25IPsec RFC6479 support for replay window sizes up to 2^32 - 32 packets.Fabien Thomas
2015-08-04Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney
2014-12-03Remove __P() macro.Andrey V. Elsukov
2014-12-02Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov
2010-10-23Make the IPsec SADB embedded route cache a union to be able to hold both theBjoern A. Zeeb
2010-02-18Correct typo in comment.Pawel Jakub Dawidek
2009-06-12Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan
2006-03-25First steps towards IPSec cleanup.George V. Neville-Neil
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-09-23Protect sockaddr_union definitions with a protecting define. This allows toMax Laier
2003-09-29MFp4: portability work, general cleanup, locking fixesSam Leffler
2003-09-01Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler
2002-10-16"Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler