summaryrefslogtreecommitdiffstats
path: root/sys/net/pfkeyv2.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Make sure that the address families of a flow's source address,tobhe2020-12-141-2/+2
* Enable support for ASN1_DN ipsec identifiers.phessler2020-11-051-2/+3
* pfkey_get may allocate more memory than is needed to hold the SAtobhe2020-08-071-2/+2
* Add size to free(9) callskn2020-07-181-2/+2
* Add support for autmatically moving traffic between rdomains on ipsec(4)tobhe2020-04-231-2/+12
* Add padding to struct sadb_x_counter to make it comply withstsp2019-03-041-1/+2
* Add per-TDB counters and a new SADB extension to export them tompi2018-08-281-2/+17
* Flush flows using the radix-tree instead of a global list.mpi2017-11-201-2/+1
* Dump IPsec flows by iterating over the rafdix-tree.mpi2017-10-271-3/+1
* Kill struct pfkey_version and move struct pfkeyv2_socket & dump_stateclaudio2017-05-291-23/+1
* PFKEY version 2 is the only pfkey version supported. No need for extraclaudio2017-05-291-5/+1
* There is only one version of pfkey in OpenBSD and this will not change anyclaudio2017-05-261-5/+1
* Depending on the addresses, ipsecctl(8) automatically groups sabluhm2017-02-281-2/+4
* A space here, a space there. Soon we're talking real whitespacekrw2017-01-241-9/+9
* Remove plain DES encryption from IPsec.naddy2015-12-091-2/+1
* remove unimplemented PF_KEY algorithms; ok sthen@ mpi@ mikeb@naddy2015-12-021-8/+1
* Plumb Chacha20-Poly1305 into the IPsec/ESP and PF_KEY frameworksmikeb2015-11-031-3/+5
* introduce ipsec-id bundles and use them for ipsecflowinfo,markus2015-05-231-3/+4
* Remove unsupported SADB_X_IDENTTYPE_CONNECTION; OK markus, hshoexermikeb2015-04-171-3/+2
* change {import,export}_identity so it can be used for policies; ok mikebmarkus2015-04-161-3/+3
* Remove support for storing credentials and auth information in the kernel.mikeb2015-04-141-30/+1
* remove KPDK. not really used, and a bad choice anyway. ok naddytedu2014-12-281-4/+2
* Move more stuff under _KERNELderaadt2013-10-241-1/+2
* normalize structure definitionsderaadt2013-03-091-7/+4
* remove the SADB_X_SAFLAGS_{HALFIV,RANDOMPADDING,NOREPLAY} pfkey-API (not setmarkus2012-09-181-4/+1
* Add support for the Extended (64-bit) Sequence Number as definedmikeb2012-06-291-9/+10
* Retire Skipjackmikeb2010-10-061-3/+2
* Add AES-GCM Transform Identifiers as specified by IANA inmikeb2010-09-221-1/+8
* Add support for using IPsec in multiple rdomains.reyk2010-07-091-3/+4
* Allow to specify an alternative enc(4) interface for an SA. Allreyk2010-07-011-2/+11
* add support to tag ipsec traffic belonging to specific IKE-initiatedreyk2006-11-241-2/+11
* Use export_flow() to wrap policies retrieved via sysctl in pfkey messagehshoexer2005-05-271-2/+8
* AESCTR support for ESP (RFC 3686); ok hshoexermarkus2005-05-251-1/+2
* Add sysctl for dumping the SPDhshoexer2005-04-041-1/+2
* implement net.key.v2.sadb_dump.{unspec,esp,ah,...} sysctl subtreemarkus2004-11-261-2/+5
* Add SADB_X_EXT_LIFETIME_LASTUSE for use with isakmpd/DPD, adding thisho2004-08-101-2/+4
* don't convert tcpmd5 to ip-over-ip in SADB_X_GETSPROTO; from hshoexermarkus2004-01-271-1/+2
* UDP encapsulation for ESP in transport mode (draft-ietf-ipsec-udp-encaps-XX.txt)markus2003-12-021-2/+13
* conform to RFC2367 on SADB_xx naming (local name must be prefixed withitojun2003-07-241-7/+7
* SADB_X_CALG_MAX is supposed to be the highest numbered supported algorithmjason2003-02-241-2/+2
* KNFderaadt2003-02-161-5/+5
* KNFjason2003-02-161-105/+104
* s/LSZ/LZS (consistent with linux and isakmpd *.cst)jason2003-02-151-2/+2
* Add flow type arg to import_flow()ho2002-06-071-2/+2
* import_flow() prototypeangelos2002-05-311-1/+4
* NRL license cleaningderaadt2001-12-181-11/+40
* $OpenBSD$ tagangelos2001-07-051-1/+1
* Include files for IPComp support. angelos@ ok.jjbg2001-07-051-2/+12
* By popular demand, protect from multiple inclusion, and fix to use theangelos2001-06-091-3/+3
* Flag field for flows.angelos2001-06-081-1/+4