aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* MFC r333016:Andrey V. Elsukov2018-05-031-6/+10
* Revert r330897:Eitan Adler2018-03-2915-30/+0
* MFC 331248: Set the proper vnet in IPsec callback functions.John Baldwin2018-03-284-0/+31
* MFC r314568 (by emaste):Dimitry Andric2018-03-271-2/+2
* MFC r330779:Andrey V. Elsukov2018-03-251-40/+20
* MFC r330771:Andrey V. Elsukov2018-03-252-94/+12
* Partial merge of the SPDX changesEitan Adler2018-03-1415-0/+30
* MFC r329563:Andrey V. Elsukov2018-02-262-9/+0
* MFC r329561:Andrey V. Elsukov2018-02-241-1/+14
* MFC r328350:Andrey V. Elsukov2018-01-311-44/+28
* MFC r326422:Andrey V. Elsukov2017-12-081-0/+19
* MFC r325355:Andrey V. Elsukov2017-11-101-1/+1
* MFC r323086:Andrey V. Elsukov2017-09-061-5/+2
* MFC r322750:Andrey V. Elsukov2017-08-284-16/+18
* MFC r321779:Andrey V. Elsukov2017-08-213-15/+20
* MFC r322328:Andrey V. Elsukov2017-08-161-5/+21
* MFC r319118:Andrey V. Elsukov2017-06-058-30/+30
* MFC r318734:Andrey V. Elsukov2017-06-025-39/+47
* MFC r317431:Andrey V. Elsukov2017-05-031-2/+6
* MFC r316759:Andrey V. Elsukov2017-04-271-25/+78
* MFC r316490:Andrey V. Elsukov2017-04-111-2/+4
* MFC r316133:Andrey V. Elsukov2017-04-011-2/+2
* MFC r304572 (by bz):Andrey V. Elsukov2017-03-1822-5599/+7495
* MFC r311679:Andrey V. Elsukov2017-01-151-7/+10
* Get closer to a VIMAGE network stack teardown from top to bottom ratherBjoern A. Zeeb2016-06-212-2/+2
* netipsec: Fix minor style nitConrad Meyer2016-05-101-1/+1
* sys/net*: minor spelling fixes.Pedro F. Giffuni2016-05-033-10/+10
* netipsec: Don't leak memory when deep copy failsConrad Meyer2016-04-261-0/+1
* Fix build for NOINET and NOINET6 kernels.Andrey V. Elsukov2016-04-241-20/+33
* Use ipsec_address() function to print IP addresses.Andrey V. Elsukov2016-04-241-16/+8
* Handle non-compressed packets for IPComp in tunnel mode.Andrey V. Elsukov2016-04-243-1/+201
* Remove stale function declarationAndrey V. Elsukov2016-04-211-2/+0
* Constify mbuf pointer for IPSEC functions where mbuf isn't modified.Andrey V. Elsukov2016-04-215-45/+51
* kernel: use our nitems() macro when it is available through param.h.Pedro F. Giffuni2016-04-192-5/+5
* sys/net* : for pointers replace 0 with NULL.Pedro F. Giffuni2016-04-154-12/+12
* Fix handling of net.inet.ipsec.dfbit=2 variable.Andrey V. Elsukov2016-03-181-1/+1
* Put IPSec's anouncement of its successful intialisation under bootverbose:Robert Watson2016-03-131-1/+2
* Set tres to NULL to avoid a double free if the m_pullup() below fails.Mark Johnston2016-03-021-0/+1
* Fix useless check. m_pkthdr.len should be equal to orglen.Andrey V. Elsukov2016-02-241-2/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionGleb Smirnoff2016-02-012-1/+2
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-254-101/+79
* Implement the sadb_x_policy_priority field as it is done in Linux:Fabien Thomas2015-11-172-7/+31
* Use explicitly specified ivsize instead of blocksize when we mean IV size.Andrey V. Elsukov2015-11-162-8/+2
* Turning on IPSEC used to introduce a slight amount of performanceGeorge V. Neville-Neil2015-10-271-0/+6
* Take extra reference to security policy before calling crypto_dispatch().Andrey V. Elsukov2015-09-304-14/+5
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecJohn-Mark Gurney2015-08-044-89/+96
* these are comparing authenticators and need to be constant time...John-Mark Gurney2015-07-312-2/+2
* Clean up this header file...John-Mark Gurney2015-07-311-2/+0
* Correct IPSec SA statistic keepingErmal Luçi2015-07-301-1/+2
* RFC4868 section 2.3 requires that the output be half... This fixesJohn-Mark Gurney2015-07-293-26/+38