aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/key.h
Commit message (Expand)AuthorAgeFilesLines
* Replace read_random(9) with more appropriate arc4rand(9) KPIsConrad Meyer2019-04-041-1/+0
* Fix witness warning in xform_init().Andrey V. Elsukov2018-09-261-0/+3
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-56/+25
* Handle non-compressed packets for IPComp in tunnel mode.Andrey V. Elsukov2016-04-241-0/+4
* drop key_sa_stir_iv as it isn't used...John-Mark Gurney2015-06-111-1/+0
* Remove __P() macro.Andrey V. Elsukov2014-12-031-18/+17
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-1/+0
* Use a static callout to drive key_timehandler() instead of timeout().John Baldwin2014-10-231-1/+0
* Optimisation in IPSEC(4):Fabien Thomas2011-03-311-0/+3
* Added support for NAT-Traversal (RFC 3948) in IPsec stack.VANHULLEBUS Yvan2009-06-121-0/+5
* Introduce an infrastructure for dismantling vnet instances.Marko Zec2009-06-081-0/+3
* key_gettunnel() has been unsued with FAST_IPSEC (now IPSEC).Bjoern A. Zeeb2009-04-271-0/+4
* /* -> /*- for license, minor formatting changesWarner Losh2005-01-071-1/+1
* Add missing locking for secpolicy refcnt manipulations.Sam Leffler2004-09-301-0/+1
* Locking and misc cleanups; most of which I've been running for >4 months:Sam Leffler2003-09-011-1/+8
* "Fast IPsec": this is an experimental IPsec implementation that is derivedSam Leffler2002-10-161-0/+107