aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/kernel/kernel_interface.c
Commit message (Expand)AuthorAgeFilesLines
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-1086/+0
* kernel-interface: Pass the same data to del_policy() that was passed to add_p...Tobias Brunner2015-11-101-5/+6
* kernel-interface: Return bool for kernel interface registrationThomas Egerer2015-11-101-4/+12
* kernel-interface: Add a separate "update" flag to add_sa()Martin Willi2015-03-091-2/+2
* kernel-interface: Raise mapping event with a proto/SPI/dst tupleMartin Willi2015-02-201-3/+4
* kernel-interface: Raise expires with a proto/SPI/dst tuple instead of reqidMartin Willi2015-02-201-3/+4
* child-sa: Replace reqid based marks by "unique" marksMartin Willi2015-02-201-57/+13
* kernel-interface: Add reqid allocation and release functionsMartin Willi2015-02-201-0/+292
* kernel-interface: Pass full list of traffic selectors to add_sa()Martin Willi2015-02-201-1/+1
* kernel-interface: Remove reqid parameter from get_spi/get_cpi() methodsMartin Willi2015-02-201-4/+4
* kernel-interface: Add destination prefix to get_nexthop()Tobias Brunner2014-06-191-2/+2
* kernel-interface: Add a replay_window parameter to add_sa()Martin Willi2014-06-171-4/+6
* libhydra: Use lib->ns instead of hydra->daemonTobias Brunner2014-02-121-2/+2
* kernel: Use a time_t to report use time in query_policy()Martin Willi2013-10-111-1/+1
* kernel: Use a time_t to report use time in query_sa()Martin Willi2013-10-111-1/+1
* kernel: Restore enumeration of all addresses when searching for address in TSTobias Brunner2013-08-211-3/+6
* kernel: Add an event kernel interfaces can raise if they create/destroy a TUN...Tobias Brunner2013-06-211-1/+21
* kernel-interface: add an exchange initiator parameter to add_sa()Martin Willi2013-06-111-2/+2
* kernel-interface: query SAD for last use time if SPD query didn't yield oneMartin Willi2013-05-061-2/+2
* kernel-interface: get_address_by_ts() can tell if a returned IP is virtualMartin Willi2013-05-061-2/+26
* kernel_ipsec_t.query_sa() additionally returns the number of processed packetsMartin Willi2013-03-141-2/+4
* Introduce "features" for the kernel backends returning kernel capabilitiesMartin Willi2013-03-011-1/+17
* Don't wait while removing external IPs used for load testingMartin Willi2012-11-291-2/+2
* Install virtual IPs via interface name, and use an interface lookup where req...Martin Willi2012-11-291-2/+2
* Add an optional kernel-interface parameter to install IPs with a custom prefixMartin Willi2012-11-291-4/+5
* Moved debug.[ch] to utils folderTobias Brunner2012-10-241-1/+1
* Moved data structures to new collections subfolderTobias Brunner2012-10-241-1/+1
* Don't check interface of inbound message if interfaces are not filteredTobias Brunner2012-09-241-4/+8
* Made IP address enumeration more flexibleTobias Brunner2012-09-211-5/+3
* Make it easy to check if an address is locally usable via changed get_interfa...Tobias Brunner2012-09-211-3/+3
* Don't ignore loopback devices and allow addresses on them being enumeratedTobias Brunner2012-09-211-3/+3
* Added options and a lookup function that will allow filtering of network inte...Tobias Brunner2012-09-211-0/+59
* Use source address in get_nexthop() callTobias Brunner2012-09-211-2/+2
* Added possibility to register custom kernel algorithms to kernel interfaceTobias Brunner2012-09-131-1/+124
* Let kernel interfaces decide how to enable UDP decapsulation of ESP packets.Tobias Brunner2012-08-081-1/+12
* Avoid SIGSEGV during shutdown if charon is not started as rootTobias Brunner2012-06-251-2/+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-211-0/+22
* Destroy kernel interface during deregistration, as the plugin goes afterwardsMartin Willi2011-09-121-2/+22
* Remove policies in kernel interfaces based on their priority.Tobias Brunner2011-07-271-4/+4
* Add the reqid to kernel_ipsec_t.del_policy.Tobias Brunner2011-07-061-4/+4
* Added an esn parameter to the kernel interface add_sa functionsMartin Willi2011-04-201-3/+3
* Implemented Traffic Flow Confidentiality padding in kernel_interfaceMartin Willi2010-12-201-4/+4
* Fixing installation of trap policies (SPI=0) in kernel interface.Tobias Brunner2010-09-021-5/+3
* Added an option to specify the type of a policy to kernel_ipsec.add_policy.Tobias Brunner2010-09-021-2/+3
* Replaced the protocol argument in add_policy with an optional SPI for an AH SA.Tobias Brunner2010-09-021-2/+2
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-0/+523