summaryrefslogtreecommitdiffstats
path: root/sys/netipsec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/releng/11.1' into RELENG_2_4Renato Botelho2018-03-071-1/+14
|\
| * Fix ipsec validation and use-after-free. [SA-18:01.ipsec]gordon2018-03-071-1/+14
* | crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingfabient2018-01-284-0/+22
* | 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 r326422:ae2018-01-281-0/+19
* | MFC r325355:ae2017-11-101-1/+1
* | MFC r322750:ae2017-08-284-16/+18
* | Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookae2017-08-013-15/+20
|/
* MFC r319118:ae2017-06-058-30/+30
* MFC r318734:ae2017-06-025-39/+47
* MFC r317431:ae2017-05-031-2/+6
* MFC r316759:ae2017-04-271-25/+78
* MFC r316490:ae2017-04-111-2/+4
* MFC r316133:ae2017-04-011-2/+2
* MFC r304572 (by bz):ae2017-03-1822-5621/+7517
* MFC r311679:ae2017-01-151-7/+10
* Get closer to a VIMAGE network stack teardown from top to bottom ratherbz2016-06-212-2/+2
* netipsec: Fix minor style nitcem2016-05-101-1/+1
* sys/net*: minor spelling fixes.pfg2016-05-033-10/+10
* netipsec: Don't leak memory when deep copy failscem2016-04-261-0/+1
* Fix build for NOINET and NOINET6 kernels.ae2016-04-241-20/+33
* Use ipsec_address() function to print IP addresses.ae2016-04-241-16/+8
* Handle non-compressed packets for IPComp in tunnel mode.ae2016-04-243-1/+201
* Remove stale function declarationae2016-04-211-2/+0
* Constify mbuf pointer for IPSEC functions where mbuf isn't modified.ae2016-04-215-45/+51
* kernel: use our nitems() macro when it is available through param.h.pfg2016-04-192-5/+5
* sys/net* : for pointers replace 0 with NULL.pfg2016-04-154-12/+12
* Fix handling of net.inet.ipsec.dfbit=2 variable.ae2016-03-181-1/+1
* Put IPSec's anouncement of its successful intialisation under bootverbose:rwatson2016-03-131-1/+2
* Set tres to NULL to avoid a double free if the m_pullup() below fails.markj2016-03-021-0/+1
* Fix useless check. m_pkthdr.len should be equal to orglen.ae2016-02-241-2/+1
* These files were getting sys/malloc.h and vm/uma.h with header pollutionglebius2016-02-012-1/+2
* Overhaul if_enc(4) and make it loadable in run-time.ae2015-11-254-102/+80
* Implement the sadb_x_policy_priority field as it is done in Linux:fabient2015-11-172-7/+31
* Use explicitly specified ivsize instead of blocksize when we mean IV size.ae2015-11-162-8/+2
* Turning on IPSEC used to introduce a slight amount of performancegnn2015-10-271-0/+6
* Take extra reference to security policy before calling crypto_dispatch().ae2015-09-304-14/+5
* Make IPsec work with AES-GCM and AES-ICM (aka CTR) in OCF... IPsecjmg2015-08-044-89/+96
* these are comparing authenticators and need to be constant time...jmg2015-07-312-2/+2
* Clean up this header file...jmg2015-07-311-2/+0
* Correct IPSec SA statistic keepingeri2015-07-301-1/+2
* RFC4868 section 2.3 requires that the output be half... This fixesjmg2015-07-293-26/+38
* IPSEC, remove variable argument function its already due.eri2015-07-212-23/+8
* Summary: Fix LINT build. The names of the new AES modes were notgnn2015-07-101-3/+3
* Add support for AES modes to IPSec. These modes work both in software onlygnn2015-07-092-73/+99
* Fill the port and protocol information in the SADB_ACQUIRE messageae2015-07-061-8/+60
* Reduce overhead of IPSEC for traffic generated from hosteri2015-07-031-0/+6
* drop key_sa_stir_iv as it isn't used...jmg2015-06-112-9/+0
* CALLOUT_MPSAFE has lost its meaning since r141428, i.e., for more than tenjkim2015-05-221-1/+1
OpenPOWER on IntegriCloud