aboutsummaryrefslogtreecommitdiff
path: root/sys/netipsec/ipsec.h
Commit message (Expand)AuthorAgeFilesLines
* Implement anti-replay algorithm with ESN supportMarcin Wojtas2020-10-161-1/+1
* Consistently include opt_ipsec.h for consumers of <netipsec/ipsec.h>.John Baldwin2020-05-291-5/+0
* Remove support for IPsec algorithms deprecated in r348205 and r360202.John Baldwin2020-05-021-2/+0
* Make the warning intervals for deprecated crypto algorithms tunable.John Baldwin2019-06-111-0/+2
* OCF: Add a typedef for session identifiersConrad Meyer2018-07-131-1/+1
* Add a SPD cache to speed up lookups.Fabien Thomas2018-05-221-2/+3
* Remove unused variables and sysctl declaration.Andrey V. Elsukov2018-02-191-4/+0
* sys: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-201-0/+2
* crypto(9) is called from ipsec in CRYPTO_F_CBIFSYNC mode. This is workingFabien Thomas2017-11-031-0/+2
* Fix the regression introduced in r275710.Andrey V. Elsukov2017-08-211-1/+1
* Add inpcb pointer to struct ipsec_ctx_data and pass it to the pfil hookAndrey V. Elsukov2017-07-311-1/+2
* Disable IPsec debugging code by default when IPSEC_DEBUG kernel optionAndrey V. Elsukov2017-05-291-0/+6
* Introduce the concept of IPsec security policies scope.Andrey V. Elsukov2017-03-071-0/+6
* Merge projects/ipsec into head/.Andrey V. Elsukov2017-02-061-98/+80
* 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-211-7/+8
* Overhaul if_enc(4) and make it loadable in run-time.Andrey V. Elsukov2015-11-251-8/+9
* Implement the sadb_x_policy_priority field as it is done in Linux:Fabien Thomas2015-11-171-0/+1
* IPSEC, remove variable argument function its already due.Ermal Luçi2015-07-211-1/+1
* Make ipsec_in_reject() static. We use ipsec[46]_in_reject() instead.Andrey V. Elsukov2015-04-271-1/+0
* Change ipsec_address() and ipsec_logsastr() functions to take twoAndrey V. Elsukov2015-04-181-2/+2
* Fix possible memory leak and several races in the IPsec policy managementAndrey V. Elsukov2015-02-241-0/+3
* Rename ip4_def_policy variable to def_policy. It is used by both IPv4 andAndrey V. Elsukov2014-12-241-19/+4
* Remove flag/flags argument from the following functions:Andrey V. Elsukov2014-12-111-3/+2
* Remove flags and tunalready arguments from ipsec4_process_packet()Andrey V. Elsukov2014-12-111-2/+1
* Remove now unused mtag argument from ipsec*_common_input_cb.Andrey V. Elsukov2014-12-111-1/+1
* Remove __P() macro.Andrey V. Elsukov2014-12-031-30/+28
* Remove route chaching support from ipsec code. It isn't used for some time.Andrey V. Elsukov2014-12-021-0/+4
* Remove unused structure declarations.Andrey V. Elsukov2014-12-021-11/+0
* Fix multiple incorrect SYSCTL arguments in the kernel:Hans Petter Selasky2014-10-211-1/+1
* Merge 'struct ip6protosw' and 'struct protosw' into one. Now we haveKevin Lo2014-08-081-3/+3
* Remove more constants related to static sysctl nodes. The MAXID constantsJohn Baldwin2014-02-251-4/+0
* Remove most of the remaining sysctl name list macros. They were onlyJohn Baldwin2013-08-261-34/+0
* Remove the large part of struct ipsecstat. Only few fields of thisAndrey V. Elsukov2013-07-231-30/+4
* Migrate structs ahstat, espstat, ipcompstat, ipipstat, pfkeystat,Andrey V. Elsukov2013-07-091-3/+5
* Prepare network statistics structures for migration to PCPU counters.Andrey V. Elsukov2013-07-091-42/+42
* Use IPSECSTAT_INC() and IPSEC6STAT_INC() macros for ipsec statisticsAndrey V. Elsukov2013-06-201-0/+1
* Optimisation in IPSEC(4):Fabien Thomas2011-03-311-6/+10
* MFP4: @176978-176982, 176984, 176990-176994, 177441Bjoern A. Zeeb2010-04-291-22/+22
* Correct typo in comment.Pawel Jakub Dawidek2009-09-061-1/+1
* Remove unused VNET_SET() and related macros; only VNET_GET() isRobert Watson2009-07-161-14/+14
* Build on Jeff Roberson's linker-set based dynamic per-CPU allocatorRobert Watson2009-07-141-20/+32
* Add sysctls to toggle the behaviour of the (former) IPSEC_FILTERTUNNELBjoern A. Zeeb2009-05-231-0/+1
* Try to remove/assimilate as much of formerly IPv4/6 specificBjoern A. Zeeb2009-02-081-3/+3
* Make ipsec_getpolicybysock() static and no longer export it. It has notBjoern A. Zeeb2008-12-271-2/+0
* Unify ipsec[46]_delete_pcbpolicy in ipsec_delete_pcbpolicy.Bjoern A. Zeeb2008-11-271-1/+1
* Change the initialization methodology for global variables scheduledMarko Zec2008-11-191-0/+1
* Step 1.5 of importing the network stack virtualization infrastructureMarko Zec2008-10-021-1/+4
* Commit step 1 of the vimage project, (network stack)Bjoern A. Zeeb2008-08-171-2/+2
* In addition to the ipsec_osdep.h removal a week ago, now also eliminateBjoern A. Zeeb2008-05-241-1/+0