summaryrefslogtreecommitdiffstats
path: root/sys/netinet/ip_ipsp.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enable support for ASN1_DN ipsec identifiers.phessler2020-11-051-1/+2
* Convert *_sysctl in ipsec_input.c to sysctl_bounded_arrgnezdo2020-09-011-29/+1
* Add support for autmatically moving traffic between rdomains on ipsec(4)tobhe2020-04-231-4/+9
* Add per-TDB counters and a new SADB extension to export them tompi2018-08-281-1/+31
* Introduce ipsec_output_cb() to merge duplicate code and account formpi2018-07-121-1/+8
* Convert AH & IPcomp to ipsec_input_cb() and count drops on input.mpi2018-07-111-2/+4
* Introduce new IPsec (per-CPU) statistics and refactor ESP inputmpi2018-07-101-7/+57
* Keep kernel defines under #ifdef _KERNEL.mpi2017-11-201-8/+3
* Unbreak ENCDEBUG kernels by declaring `encdebug' in ip_ipsp.hmpi2017-11-151-1/+2
* Introduce ipsec_sysctl() and move IPsec tunables where they belong.mpi2017-11-141-1/+47
* Make {ah,esp,ipcomp}stat use percpu counters.visa2017-11-081-1/+2
* Dump IPsec flows by iterating over the rafdix-tree.mpi2017-10-271-1/+3
* Last changes before running IPsec w/o KERNEL_LOCK().mpi2017-10-161-2/+1
* Split a part of tdb_delete() into tdb_unlink() so that we can removepatrick2017-06-261-1/+2
* Move IPsec forward and local policy check functions to ipsec_input.cbluhm2017-05-221-1/+3
* The function name ip4_input() is confusing as it also handles IPv6bluhm2017-05-181-5/+1
* Convert the xformsw definition to C99 style initializer. Also fixbluhm2017-05-061-2/+2
* Pass down the address family through the pr_input calls. Thisbluhm2017-04-141-8/+8
* Error propagation does neither make sense for ip input path nor forbluhm2017-02-071-2/+2
* Change the IPv4 pr_input function to the way IPv6 is implemented,bluhm2017-01-291-12/+6
* Reduce the difference between struct protosw and ip6protosw. Thebluhm2017-01-261-4/+4
* Since raw_input() and route_input() are gone from pr_input, we canbluhm2017-01-251-6/+6
* move from RB macros to RBT functionsdlg2016-09-151-5/+5
* remove some unused defines. ok mikebtedu2015-12-031-9/+1
* correct #if/#endif guard commentderaadt2015-08-251-2/+2
* manage spd entries by using the radix api directly instead ofblambert2015-07-171-1/+7
* introduce ipsec-id bundles and use them for ipsecflowinfo,markus2015-05-231-15/+27
* Stubs and support code for NIC-enabled IPsec bite the dust.mikeb2015-04-171-7/+2
* Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexermikeb2015-04-171-2/+1
* ipa_inp_next is unused; via mikeb@markus2015-04-161-2/+1
* remove unfinished/unused support for socket-attached ipsec-policiesmarkus2015-04-161-39/+1
* make ipsp_address thread safe; ok mpimikeb2015-04-141-2/+2
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-20/+3
* Rename gettdbbyaddr to gettdbbydst; OK markus, hshoexer, mpimikeb2015-04-131-3/+3
* Remove unused arguments from gettdb* functions; OK markus, hshoexer, mpimikeb2015-04-131-5/+4
* Remove bits of unfinished IPsec proxy support. DNS' KX records, anyone?mikeb2015-03-261-2/+1
* mikeb points out that 'struct ipsec_policy' can also be hidden by _KERNELderaadt2015-01-191-5/+1
* First step of hiding many kernel-only parts of <netinet/ip_ipsp.h>deraadt2015-01-191-2/+12
* unifdef some more INET. v4 4life.tedu2014-12-231-9/+1
* The proliferation of "struct route" in all its flavors didn't makempi2014-11-251-13/+1
* Replace most of our formating functions to convert IPv4/6 addresses frommpi2013-11-111-3/+2
* These functions are only used in debug code, so put them undermpi2013-07-041-1/+3
* Remove the extern keyword from function declarations, documentmpi2013-04-111-128/+102
* Merge of an original work by markus@ and gerhard@ to increasemikeb2013-02-141-2/+5
* simplify checkreplaywindow() API; make call/return code handling consistentmarkus2012-10-181-3/+2
* Forward declare struct m_tag in netinet/ip_ipsp.h so we don't need tocamield2012-10-081-1/+3
* spltdb() was really just #define'd to be splsoftnet(); replace the formerblambert2012-09-201-10/+2
* remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setmarkus2012-09-181-4/+1
* add IP_IPSECFLOWINFO option to sendmsg() and recvmsg(), so npppd(4)markus2012-07-161-2/+2
* Add support for the Extended (64-bit) Sequence Number as definedmikeb2012-06-291-5/+6