aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/kernel_netlink
Commit message (Expand)AuthorAgeFilesLines
* kernel-netlink: Add strings for newer XFRM attribute typesTobias Brunner2017-10-061-1/+6
* kernel-netlink: Set usable state whenever an interface appearsTobias Brunner2017-08-231-2/+2
* kernel-netlink: Wipe buffer used to read Netlink messagesTobias Brunner2017-08-071-2/+12
* kernel-netlink: Set SPI on outbound policyTobias Brunner2017-08-071-4/+10
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-25/+26
* linked-list: Change interface of callback for invoke_function()Tobias Brunner2017-05-262-9/+22
* Change interface for enumerator_create_filter() callbackTobias Brunner2017-05-261-44/+53
* Migrate all enumerators to venumerate() interface changeTobias Brunner2017-05-261-2/+9
* kernel-netlink: Use total retransmit timeout as acquire timeoutTobias Brunner2017-05-232-13/+23
* kernel-netlink: Try to add new inbound SA if update failsThomas Egerer2017-05-231-3/+12
* kernel-netlink: Update hardware offload attribute when SAs are updatedTobias Brunner2017-05-231-11/+37
* kernel-netlink: Base SA update on correct message in multi-message responseTobias Brunner2017-05-231-7/+7
* kernel-netlink: Enable hardware offloading if configured for an SATobias Brunner2017-05-231-0/+25
* kernel-netlink: Directly handle Netlink messages if thread pool is emptyTobias Brunner2017-05-231-1/+2
* kernel-netlink: Avoid O(n^2) copy operations when concatenating Netlink respo...Jiri Horky2017-03-271-7/+13
* 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