summaryrefslogtreecommitdiff
path: root/sys/netipsec/key.h
AgeCommit message (Expand)Author
2024-07-12ipsec_offload: kernel infrastructureKonstantin Belousov
2024-07-12ipsec: make key_do_allocsp() globalKonstantin Belousov
2023-08-16sys: Remove $FreeBSD$: one-line .c comment patternWarner Losh
2022-11-22ipsec: add key_havesp_anyMateusz Guzik
2022-01-03netipsec: use SYSINIT(9) instead of dom_init/dom_destroyGleb Smirnoff
2019-04-04Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer
2018-09-26Fix witness warning in xform_init().Andrey V. Elsukov
2017-11-20sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni
2017-02-06Merge projects/ipsec into head/.Andrey V. Elsukov
2016-04-24Handle non-compressed packets for IPComp in tunnel mode.Andrey V. Elsukov
2015-06-11drop key_sa_stir_iv as it isn't used...John-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
2014-10-23Use a static callout to drive key_timehandler() instead of timeout().John Baldwin
2011-03-31Optimisation in IPSEC(4):Fabien Thomas
2009-06-12Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan
2009-06-08Introduce an infrastructure for dismantling vnet instances.Marko Zec
2009-04-27key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC).Bjoern A. Zeeb
2005-01-07/* -> /*- for license, minor formatting changesWarner Losh
2004-09-30Add missing locking for secpolicy refcnt manipulations.Sam 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