aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_netlink
Commit message (Expand)AuthorAgeFilesLines
* kernel: Make range of SPIs for IPsec SAs configurableTobias Brunner2017-03-021-3/+10
* kernel-netlink: Use RTA_SRC to specify route source in kernel-based lookupsMartin Willi2017-02-131-1/+8
* kernel-netlink: Use kernel-based route lookup if we do not install routesMartin Willi2017-02-131-1/+11
* kernel-netlink: Return interface name in local subnet enumeratorTobias Brunner2017-02-081-5/+15
* kernel-interface: Add interface name to local subnet enumeratorTobias Brunner2017-02-081-1/+2
* kernel-netlink: Implement enumerator for local subnetsTobias Brunner2017-02-081-0/+130
* kernel-netlink: Use the same priority range for trap and regular policiesTobias Brunner2017-02-081-14/+14
* kernel-netlink: Fix spacing in log message when policy is unchangedTobias Brunner2017-02-081-1/+1
* kernel-netlink: Set NODAD flag for virtual IPv6 addressesTobias Brunner2017-02-061-10/+16
* kernel-netlink: Prefer matching label when selecting IPv6 source addressesTobias Brunner2017-02-061-3/+78
* kernel-netlink: Use correct 4 byte alignment for AH with IPv4Tobias Brunner2017-01-251-0/+5
* kernel-netlink: Allow change of Netlink socket receive buffer sizeThomas Egerer2017-01-251-0/+44
* kernel-netlink: Return const pointer from lookup_algorithm()Thomas Egerer2017-01-231-3/+4
* kernel-netlink: Add support for AES-CMAC-96 (RFC 4494)Tobias Brunner2016-12-121-0/+1
* kernel-netlink: Fix get_route() interface determinationChristophe Gouault2016-10-121-2/+2
* kernel-netlink: Consider RTA_SRC when looking for a source addressTobias Brunner2016-10-051-52/+134
* 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