summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/key.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r286292:Luiz Otavio O Souza2015-10-201-2/+0
* MFC r284259:Luiz Otavio O Souza2015-10-201-8/+0
* MFC r281693:Luiz Otavio O Souza2015-10-201-36/+7
* MFC r279234:Luiz Otavio O Souza2015-10-201-1/+15
* MFC r277797:Luiz Otavio O Souza2015-10-201-2/+0
* MFC r276199:Luiz Otavio O Souza2015-10-201-1/+1
* MFC r276188:Luiz Otavio O Souza2015-10-201-172/+123
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-148/+142
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-27/+15
* Revert IPSEC patches.Luiz Otavio O Souza2015-10-201-52/+44
* Importing pfSense patch ipsec_SPD_lock_split.diffRenato Botelho2015-08-171-44/+52
* Importing pfSense patch ipsec-oneshot-dump.diffRenato Botelho2015-08-171-15/+27
* Importing pfSense patch ipsec_improvement.diffRenato Botelho2015-08-171-142/+148
* MFC r285204:ae2015-07-151-8/+60
* MFC r283146:ae2015-06-031-2/+3
* MFC r283101:ae2015-06-021-40/+38
* MFC r275390:ae2015-06-021-314/+191
* MFC r275392:ae2015-06-021-25/+0
* MFC r279735:ae2015-03-141-1/+1
* MFC r275575:ae2014-12-161-1/+2
* MFC r273904:ae2014-11-131-21/+2
* MFC r266606:bz2014-08-161-6/+20
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-19/+19
* Use m_get2() + m_align() instead of hand made key_alloc_mbuf(). Codeglebius2013-03-151-104/+50
* Mechanically substitute flags from historic mbuf allocator withglebius2012-12-051-21/+21
* Mechanically remove the last stray remains of spl* calls from net*/*.andre2012-10-181-6/+0
* In NAT-T transport mode, allow a client to open a new connection just aftervanhu2012-09-121-3/+5
* Unexpand a couple of TAILQ_FOREACH()s.jhb2012-08-171-2/+1
* Add missing va_end() in an error case to clean up after va_start()brueffer2011-10-071-0/+1
* Release SP's refcount in key_get_spdbyid().vanhu2011-05-091-0/+1
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-1/+1
* Optimisation in IPSEC(4):fabient2011-03-311-30/+27
* Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant.vanhu2011-02-181-1/+8
* After some off-list discussion, revert a number of changes to thedim2010-11-221-18/+18
* Apply the STATIC_VNET_DEFINE and STATIC_DPCPU_DEFINE macros throughoutdim2010-11-141-18/+18
* Make the IPsec SADB embedded route cache a union to be able to hold both thebz2010-10-231-4/+4
* Set SA's natt_type before calling key_mature() in key_add(),vanhu2010-05-051-6/+6
* Update SA's NAT-T stuff before calling key_mature() in key_update(),vanhu2010-05-051-6/+6
* MFP4: @176978-176982, 176984, 176990-176994, 177441bz2010-04-291-10/+11
* Locks SPTREE when setting some SP entries to state DEAD.vanhu2010-04-151-0/+6
* When tearing down IPsec as part of a (virtual) network stack,bz2010-03-281-7/+9
* fixed two race conditions when inserting/removing SAs via PFKey,vanhu2009-11-171-2/+3
* When checking traffic endpoint's adresses families in key_spdadd(),vanhu2009-09-161-12/+2
* Silent gcc? Yeah, you wish. What I ment was to silence gcc.pjd2009-09-061-2/+2
* Initialize state_valid and arraysize variable so gcc won't complain.pjd2009-09-061-1/+3
* Improve code a bit by eliminating goto and having one unlock per lock.pjd2009-09-061-4/+3
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Reimplement and/or implement vnet list locking by replacing a mostlyrwatson2009-07-191-2/+2
* Remove unused VNET_SET() and related macros; only VNET_GET() isrwatson2009-07-161-18/+18
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-137/+72
OpenPOWER on IntegriCloud