aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/kernel
Commit message (Expand)AuthorAgeFilesLines
* kernel_ipsec_t.query_sa() additionally returns the number of processed packetsMartin Willi2013-03-143-4/+8
* Introduce "features" for the kernel backends returning kernel capabilitiesMartin Willi2013-03-014-1/+52
* Don't wait while removing external IPs used for load testingMartin Willi2012-11-293-4/+8
* Install virtual IPs via interface name, and use an interface lookup where req...Martin Willi2012-11-293-8/+6
* Add an optional kernel-interface parameter to install IPs with a custom prefixMartin Willi2012-11-293-8/+13
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-242-2/+2
* Moved host_t and host_resolver_t to a new networking subfolderTobias Brunner2012-10-244-4/+4
* Don't check interface of inbound message if interfaces are not filteredTobias Brunner2012-09-242-5/+16
* Made IP address enumeration more flexibleTobias Brunner2012-09-213-17/+28
* Filter ignored interfaces in kernel interfaces (for events, address enumerati...Tobias Brunner2012-09-212-2/+4
* Make it easy to check if an address is locally usable via changed get_interfa...Tobias Brunner2012-09-213-7/+9
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-213-8/+12
* Added options and a lookup function that will allow filtering of network inte...Tobias Brunner2012-09-212-2/+70
* Use source address in get_nexthop() callTobias Brunner2012-09-213-6/+11
* Added possibility to register custom kernel algorithms to kernel interfaceTobias Brunner2012-09-132-1/+172
* Moved types used by kernel_ipsec_t interface (and libipsec) to libstrongswanTobias Brunner2012-08-082-168/+1
* Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-083-4/+38
* Avoid SIGSEGV during shutdown if charon is not started as rootTobias Brunner2012-06-251-2/+2
* Define a special XFRM mark_t.value that dynamically uses the CHILD_SA reqidMartin Willi2012-03-221-0/+5
* Merge branch 'ikev1-clean' into ikev1-masterMartin Willi2012-03-201-0/+2
|\
| * Added not-yet used sa_payload parameters used in IKEv1Martin Willi2012-03-201-0/+2
* | Be less verbose if we don't have a local address for a tunnelMartin Willi2012-03-061-1/+1
|/
* Defined functions in the kernel interface to flush SAD and SPD entries.Tobias Brunner2011-10-213-0/+50
* Added kernel_ipsec/net plugin feature loading callbacksMartin Willi2011-10-144-0/+87
* Destroy kernel interface during deregistration, as the plugin goes afterwardsMartin Willi2011-09-121-2/+22
* Install fallback drop policies to avoid transmitting unencrypted packets.Tobias Brunner2011-07-271-0/+2
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-273-12/+25
* Fixed common misspellings.Tobias Brunner2011-07-201-1/+1
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-063-10/+12
* implemented PASS and DROP shunt policiesAndreas Steffen2011-06-282-1/+7
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-203-5/+7
* Implemented Traffic Flow Confidentiality padding in kernel_interfaceMartin Willi2010-12-203-6/+8
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-023-23/+32
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-023-6/+22
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-023-8/+8
* Moved ipsec_transform_t to kernel_ipsec.h in libhydra.Tobias Brunner2010-09-022-1/+26
* Moved kernel interface to libhydra.Tobias Brunner2010-09-026-0/+1594