summaryrefslogtreecommitdiffstats
path: root/sys/netipsec/xform_ah.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/stable/11' into devel-11Renato Botelho2018-02-281-1/+14
|\
| * MFC r329561:ae2018-02-241-1/+14
| * MFC r328350:ae2018-01-311-44/+28
* | crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingfabient2018-01-281-0/+4
* | Adopt revision 1.76 and 1.77 from NetBSD:ae2018-01-281-42/+26
* | Merge revision 1.35 from NetBSD:ae2018-01-281-2/+2
|/
* MFC r319118:ae2017-06-051-3/+3
* MFC r318734:ae2017-06-021-10/+17
* MFC r304572 (by bz):ae2017-03-181-184/+128
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-301-0/+1
* these are comparing authenticators and need to be constant time...jmg2015-07-311-1/+1
* RFC4868 section 2.3 requires that the output be half... This fixesjmg2015-07-291-2/+31
* Add support for AES modes to IPSec. These modes work both in software onlygnn2015-07-091-25/+10
* Fix possible use after free due to security policy deletion.ae2015-04-271-2/+5
* Change ipsec_address() and ipsec_logsastr() functions to take twoae2015-04-181-21/+19
* Remove now unused mtag argument from ipsec*_common_input_cb.ae2014-12-111-2/+2
* Remove code related to PACKET_TAG_IPSEC_IN_CRYPTO_DONE mbuf tag.ae2014-12-111-81/+37
* Remove route chaching support from ipsec code. It isn't used for some time.ae2014-12-021-1/+0
* Remove SYSCTL_VNET_* macros, and simply put CTLFLAG_VNET where needed.glebius2014-11-071-4/+4
* Provide includes that are needed in these files, and before were readglebius2013-10-261-0/+2
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,ae2013-07-091-3/+8
* Use corresponding macros to update statistics for AH, ESP, IPIP, IPCOMP,ae2013-06-201-26/+26
* Do not reduce ip_len by size of IP header in the ip_input()glebius2012-10-231-3/+0
* Couple of changes missed from r241913, which convertedglebius2012-10-221-17/+7
* Eliminate 'err' variable and just use existing 'error'.pjd2011-11-261-3/+2
* Simplify code a bit.pjd2011-11-261-6/+3
* Make IPsec compile without INET adding appropriate #ifdef checks.bz2011-04-271-14/+17
* Optimisation in IPSEC(4):fabient2011-03-311-12/+9
* Fix two SA refcount:fabient2011-03-311-0/+1
* Fixed IPsec's HMAC_SHA256-512 support to be RFC4868 compliant.vanhu2011-02-181-2/+22
* Merge the remainder of kern_vimage.c and vimage.h into vnet.c andrwatson2009-08-011-1/+0
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorrwatson2009-07-141-44/+10
* Introduce vnet module registration / initialization framework withzec2009-04-111-0/+13
* First pass at separating per-vnet initializer functionszec2009-04-061-1/+12
* Change the initialization methodology for global variables scheduledzec2008-11-191-2/+8
* Retire the MALLOC and FREE macros. They are an abomination unto style(9).des2008-10-231-3/+3
* Step 1.5 of importing the network stack virtualization infrastructurezec2008-10-021-6/+13
* Commit step 1 of the vimage project, (network stack)bz2008-08-171-31/+32
* In addition to the ipsec_osdep.h removal a week ago, now also eliminatebz2008-05-241-4/+0
* Remove the now-unused NET_{LOCK,UNLOCK,ASSERT}_GIANT() macros, whichrwatson2007-08-061-10/+0
* Commit IPv6 support for FAST_IPSEC to the tree.gnn2007-07-011-1/+1
* - The authsize field from auth_hash structure was removed.pjd2006-05-171-6/+7
* Hide net.inet.ipsec.test_{replay,integrity} sysctls under #ifdef REGRESSION.pjd2006-04-101-0/+4
* Introduce two new sysctls:pjd2006-04-091-1/+15
* First steps towards IPSec cleanup.gnn2006-03-251-4/+4
* Allow to use fast_ipsec(4) on debug.mpsafenet=0 and INVARIANTS-enabledpjd2006-03-231-5/+16
* promote fast ipsec's m_clone routine for public use; it is renamedsam2006-03-151-1/+1
* /* -> /*- for license, minor formatting changesimp2005-01-071-1/+1
* MFp4: portability work, general cleanup, locking fixessam2003-09-291-80/+72
* Locking and misc cleanups; most of which I've been running for >4 months:sam2003-09-011-11/+8
OpenPOWER on IntegriCloud