aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_pfkey/kernel_pfkey_ipsec.c
Commit message (Expand)AuthorAgeFilesLines
* kernel-pfkey: Support anti-replay windows > 2kTobias Brunner2017-11-081-1/+14
* kernel-pfkey: Don't include keys in SADB_UPDATE message to update IPs on FreeBSDTobias Brunner2017-11-081-0/+3
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-25/+20
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-261-9/+26
* kernel-pfkey: Update SA addresses if supported by the kernelTobias Brunner2017-05-231-21/+16
* kernel-pfkey: Use new encap flag on Mac OS X when updating SAsTobias Brunner2017-05-231-1/+1
* kernel: Make range of SPIs for IPsec SAs configurableTobias Brunner2017-03-021-3/+10
* kernel-pfkey: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-15/+15
* kernel-pfkey: Set state to SADB_SASTATE_MATURE when adding/updating SAsTobias Brunner2017-01-251-0/+2
* kernel-pfkey: Only set the replay window for inbound SAsTobias Brunner2016-06-171-3/+8
* kernel-pfkey: Install routes with OUT policiesTobias Brunner2016-06-101-31/+30
* kernel-pfkey: Don't install routes for drop policies and if protocol/ports ar...Tobias Brunner2016-06-101-3/+10
* kernel-pfkey: Also use interface returned by get_nexthop() for IPsec policiesTobias Brunner2016-06-101-1/+3
* kernel-pfkey: Use interface to next hop for shunt policiesTobias Brunner2016-06-101-2/+3
* kernel-net: Let get_nexthop() return an optional interface nameTobias Brunner2016-06-101-3/+3
* kernel-pfkey: Use ipsec_sa_cfg_equals()Tobias Brunner2016-06-081-1/+1
* kernel-pfkey: Add support for manual prioritiesTobias Brunner2016-04-151-7/+24
* kernel-pfkey: Update priority calculation formula to the new one in kernel-ne...Tobias Brunner2016-04-151-14/+25
* kernel-pfkey: Prefer policies with reqid over those withoutTobias Brunner2016-04-091-1/+7
* kernel-pfkey: Only install templates for regular IPsec policies with reqidTobias Brunner2016-04-091-32/+35
* kernel: Use structs to pass information to the kernel-ipsec interfaceTobias Brunner2016-04-091-167/+210
* Use standard unsigned integer typesAndreas Steffen2016-03-241-55/+55
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-39/+31
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-031-0/+3102
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-021-2172/+0
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-16/+16
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-021-43/+27
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-021-7/+2
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-021-7/+4
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-021-15/+2
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-021-8/+4
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-021-5/+6
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-12/+14
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-11/+14
* Do not install routes in the PF_KEY kernel interface if interface lookup failed.Tobias Brunner2010-06-231-15/+23
* Fixing the PF_KEY kernel interface on Android.Tobias Brunner2010-06-221-0/+2
* Check for SADB_X_NAT_T_NEW_MAPPING in PF_KEY kernel interface.Tobias Brunner2010-06-151-4/+4
* Set the ports of all hosts installed via the PF_KEY kernel interface to zero.Tobias Brunner2010-06-151-15/+37
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+2175