aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/kernel
Commit message (Collapse)AuthorAgeFilesLines
* Refer to scheduler and processor via lib and not hydra.Tobias Brunner2010-09-021-5/+5
|
* Refer to kernel interface via hydra and not charon.Tobias Brunner2010-09-021-4/+4
|
* Moved kernel interface to libhydra.Tobias Brunner2010-09-027-1569/+1
|
* Removed references to protocol_id_t from kernel interface.Tobias Brunner2010-09-025-26/+43
| | | | | Instead we use the actual IP protocol identifier (the conversion now happens in child_sa_t and kernel_handler_t).
* Moved roam job creation to kernel event handler.Tobias Brunner2010-09-021-0/+11
|
* Moved migrate job creation to kernel event handler.Tobias Brunner2010-09-021-1/+18
|
* Moved update SA job creation to kernel event handler.Tobias Brunner2010-09-021-0/+14
|
* Moved delete/rekey CHILD_SA job creation to kernel event handler.Tobias Brunner2010-09-021-0/+23
|
* Moved acquire job creation to kernel event handler.Tobias Brunner2010-09-021-1/+22
|
* Added kernel event handler stub.Tobias Brunner2010-09-022-0/+110
|
* All kernel listener hooks are optional.Tobias Brunner2010-09-022-5/+11
|
* Added listener handling to kernel interface.Tobias Brunner2010-09-022-2/+202
|
* Added an interface for kernel event listeners.Tobias Brunner2010-09-021-0/+94
|
* Some whitespace and code style fixes.Tobias Brunner2010-09-023-24/+32
|
* support of xfrm marks for IKEv2Andreas Steffen2010-07-023-33/+55
|
* Moving charon to libcharon.Tobias Brunner2010-03-195-0/+1238