summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key_debug.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r316759:ae2017-04-271-25/+78
* MFC r304572 (by bz):ae2017-03-181-105/+287
* Use ipsec_address() function to print IP addresses.ae2016-04-241-16/+8
* Constify mbuf pointer for IPSEC functions where mbuf isn't modified.ae2016-04-211-4/+4
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-011-1/+1
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecjmg2015-08-041-5/+0
* Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andae2014-12-241-2/+2
* Remove __P() macro.ae2014-12-031-9/+9
* ANSIfy function declarations.ae2014-12-031-42/+20
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-021-1/+0
* Fix style bug: rename the refcount field of m_ext to ext_cnt, to matchglebius2014-07-111-2/+2
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-1/+1
* Shuffle the vimage.h includes or add where missing.bz2009-02-271-0/+1
* Fix bugs when allocating and passing information of current lifetime andbz2008-03-021-4/+22
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* Fix -Wundef warnings found when compiling i386 LINT, GENERIC andru2005-12-051-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-25/+28
* "Fast IPsec": this is an experimental IPsec implementation that is derivedsam2002-10-161-0/+747
OpenPOWER on IntegriCloud