aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_netlink
Commit message (Expand)AuthorAgeFilesLines
* kernel-netlink: Pass zero mark to kernel if mask is setTobias Brunner2016-09-301-2/+2
* kernel-netlink: Support configuring XFRM policy hashing thresholdsTobias Brunner2016-09-301-0/+107
* kernel-netlink: Update cached reqid when updating policiesTobias Brunner2016-09-281-0/+2
* kernel-netlink: Don't set replay window for outbound SAsTobias Brunner2016-06-171-0/+6
* kernel-netlink: Install routes with OUT policiesTobias Brunner2016-06-101-25/+24
* kernel-netlink: Don't install routes for drop policies and if protocol/ports ...Tobias Brunner2016-06-101-96/+106
* kernel-netlink: Also use interface returned by get_nexthop() for IPsec policiesTobias Brunner2016-06-101-1/+2
* kernel-netlink: Use interface to next hop for shunt policiesTobias Brunner2016-06-101-10/+13
* kernel-netlink: Return outbound interface in get_nexthop()Tobias Brunner2016-06-101-5/+43
* kernel-net: Let get_nexthop() return an optional interface nameTobias Brunner2016-06-102-7/+12
* kernel-netlink: Let only a single thread work on a specific policyTobias Brunner2016-06-101-25/+69
* kernel-netlink: Add priority and refcount to policy logTobias Brunner2016-06-101-9/+30
* kernel-netlink: Consistently print mark in log messages only if setTobias Brunner2016-06-101-108/+82
* kernel-netlink: Provide error information for Netlink socketsTobias Brunner2016-06-103-19/+25
* kernel-netlink: Allow definition of a custom priority calculation functionTobias Brunner2016-06-102-3/+18
* kernel-netlink: Use ipsec_sa_cfg_equals() and compare marks properlyTobias Brunner2016-06-081-2/+3
* kernel-netlink: Check proper watcher state in parallel modeTobias Brunner2016-05-061-1/+1
* kernel-netlink: Order routes by prefix before comparing priority/metricTobias Brunner2016-05-061-4/+4
* kernel-netlink: Order policies with equal priorities by their automatic priorityTobias Brunner2016-04-151-11/+24
* Extended IPsec kernel policy schemeAndreas Steffen2016-04-091-18/+53
* Implemented IPsec policies restricted to given network interfaceAndreas Steffen2016-04-091-6/+9
* Support manually-set IPsec policy prioritiesAndreas Steffen2016-04-091-2/+4
* kernel-netlink: Prefer policies with reqid over those withoutTobias Brunner2016-04-091-1/+7
* kernel-netlink: Only associate templates with inbound FWD policiesTobias Brunner2016-04-091-1/+1
* kernel-netlink: Associate routes with IN policies instead of FWD policiesTobias Brunner2016-04-091-21/+21
* kernel: Use structs to pass information to the kernel-ipsec interfaceTobias Brunner2016-04-091-215/+255
* Use standard unsigned integer typesAndreas Steffen2016-03-242-71/+71
* kernel-netlink: Fix lookup of next hops for destinations with prefixTobias Brunner2016-03-211-1/+2
* Implemented port ranges in kernel_netlink interfaceAndreas Steffen2016-03-041-7/+19
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-035-40/+33
* libhydra: Move all kernel plugins to libcharonTobias Brunner2016-03-0313-0/+7043
* Moved all kernel plugins to libhydra.Tobias Brunner2010-09-029-4327/+0
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-023-22/+26
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-021-57/+22
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-021-11/+23
* Refer to scheduler via hydra and not charon.Tobias Brunner2010-09-021-1/+1
* 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-6/+2
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-021-17/+4
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-021-6/+3
* Some whitespace and code style fixes.Tobias Brunner2010-09-021-1/+1
* Refer to processor via hydra and not charon.Tobias Brunner2010-09-022-8/+10
* Use a seperate section for each nested struct member in INIT macroMartin Willi2010-08-181-14/+16
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-45/+278
* Respect line with in Makefile.am's, other cosmeticsMartin Willi2010-03-251-1/+2
* Changed all usages of lib->attributes to hydra->attributes.Tobias Brunner2010-03-241-1/+1
* Convert charon into libcharon.Tobias Brunner2010-03-191-1/+1
* Moving charon to libcharon.Tobias Brunner2010-03-199-0/+4133