aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/plugins/kernel_netlink
Commit message (Expand)AuthorAgeFilesLines
...
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-211-5/+8
* Use source address in get_nexthop() callTobias Brunner2012-09-212-3/+4
* Source address lookup refactoredTobias Brunner2012-09-211-146/+221
* Check routes with equal prefix if preferred source is specifiedTobias Brunner2012-09-211-2/+4
* Try to find preferred source on interface if returned source does not matchTobias Brunner2012-09-211-10/+29
* Try to keep the given source address when looking up routesTobias Brunner2012-09-211-6/+32
* Added algorithm lookup via kernel_interface_t to the various kernel interfacesTobias Brunner2012-09-131-8/+27
* Consistently log XFRM mark masks with 0 prefix in kernel-netlink pluginTobias Brunner2012-09-121-13/+13
* Increased log level when listing interfaces and IP addresses during startupTobias Brunner2012-08-161-3/+3
* Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-081-0/+28
* Centralized thread cancellation in processor_tTobias Brunner2012-06-252-24/+8
* Fixed IPv6 source address lookupTobias Brunner2012-06-251-5/+43
* NLM_F_DUMP includes NLM_F_ROOT.Tobias Brunner2012-06-151-1/+1
* Don't create roam jobs based on cached/cloned routes.Tobias Brunner2012-06-151-0/+4
* Don't compare ports when comparing cached routes.Tobias Brunner2012-06-152-4/+4
* Disabled listening for kernel events in starter.Tobias Brunner2012-06-082-45/+64
* Destroy Netlink socket only after deleting remaining source routes.Tobias Brunner2012-05-211-2/+1
* Fix route reinstallation if preferred source IP is not on outgoing interface.Tobias Brunner2012-05-071-30/+18
* Route reinstallation in kernel_ipsec_t implementations is not needed anymore.Tobias Brunner2012-05-021-6/+1
* Reinstall routes in kernel-netlink plugin, if interfaces get reactivated or I...Tobias Brunner2012-05-021-4/+206
* Keep track of installed source routes in kernel-netlink plugin.Tobias Brunner2012-05-021-8/+141
* Use single DBG2 statements in kernel_netlink plugin (i.e. ignore mark.value).Tobias Brunner2012-03-271-86/+26
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-202-22/+24
|\
| * Be less verbose when deleting SAs triggered by a hard expireMartin Willi2012-03-202-22/+24
* | Added support for untruncated MD5 and SHA1 HMACs in ESP as used in RFC 4595.Tobias Brunner2012-02-271-3/+21
* | Always unlock mutex for installed policies in kernel-netlink plugin.Thomas Egerer2011-12-141-1/+5
* | Fix copy'n'paste error in libhydra's netlink interfaceThomas Jarosch2011-11-211-1/+1
* | Fix network interface deletion handling in kernel-netlink plugin.Mirko Parthey2011-11-141-3/+7
|/
* Memwipe request after sa update, tooThomas Egerer2011-11-041-0/+1
* Extend xfrm_attr_type_names by newly added enum valuesThomas Egerer2011-11-041-2/+6
* Silently install route again, even if it did not change.Tobias Brunner2011-11-041-1/+6
* Compile warning fixed in kernel interfaces.Tobias Brunner2011-11-041-1/+1
* Implemented flushing of states and policies via XFRM.Tobias Brunner2011-10-211-0/+56
* Add features support to kernel-netlink pluginMartin Willi2011-10-141-9/+14
* Check for RTA_TABLE in configure.Tobias Brunner2011-10-041-0/+2
* Migrated netlink_socket to INIT/METHOD macrosAndreas Steffen2011-09-291-23/+18
* Disable policy history for pluto.4.5.3Tobias Brunner2011-08-021-21/+46
* Allow routing table IDs > 255 when filtering them.Tobias Brunner2011-07-291-3/+10
* Install fallback drop policies to avoid transmitting unencrypted packets.Tobias Brunner2011-07-271-0/+3
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-271-15/+32
* removed stray codeAndreas Steffen2011-07-181-2/+1
* added log and status output for ESNAndreas Steffen2011-07-161-1/+5
* Simplified destruction of policy_sa_t objects in Netlink interface.Tobias Brunner2011-07-061-12/+7
* Some code cleanup in Netlink kernel interface.Tobias Brunner2011-07-061-108/+119
* Reduce memory usage of policy history caching.Tobias Brunner2011-07-061-131/+270
* Keep the mutex locked as long as possible when deleting policies.Tobias Brunner2011-07-061-61/+57
* Properly unlock the policy if no change in the kernel is required.Tobias Brunner2011-07-061-0/+1
* Make sure access to policy is thread-safe during installation of route.Tobias Brunner2011-07-061-2/+17
* Replaced simple iterator usages.Tobias Brunner2011-07-061-5/+5
* Record the history of a policy installed in the kernel.Tobias Brunner2011-07-061-141/+317