aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/kernel/kernel_interface.c
Commit message (Collapse)AuthorAgeFilesLines
* linked-list: Change return value of find_first() and signature of its callbackTobias Brunner2017-05-261-6/+3
| | | | This avoids the unportable five pointer hack.
* kernel-interface: Add method to enumerate locally attached subnetsTobias Brunner2017-02-081-0/+11
|
* kernel-net: Let get_nexthop() return an optional interface nameTobias Brunner2016-06-101-2/+3
| | | | | The returned name should be the interface over which the destination address/net is reachable.
* kernel-interface: Always set `vip` if get_address_by_ts() returns successfullyTobias Brunner2016-06-101-0/+4
|
* kernel: Use structs to pass information to the kernel-ipsec interfaceTobias Brunner2016-04-091-43/+25
|
* Use standard unsigned integer typesAndreas Steffen2016-03-241-29/+29
|
* libhydra: Move kernel interface to libcharonTobias Brunner2016-03-031-0/+1085
| | | | This moves hydra->kernel_interface to charon->kernel.
* Moved kernel interface to libhydra.Tobias Brunner2010-09-021-523/+0
|
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-021-7/+7
| | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t).
* All kernel listener hooks are optional.Tobias Brunner2010-09-021-5/+9
|
* Added listener handling to kernel interface.Tobias Brunner2010-09-021-1/+132
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-021-17/+19
|
* Moving charon to libcharon.Tobias Brunner2010-03-191-0/+386