Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | conf: Extend description of charon.plugins.kernel-netlink.xfrm_acq_expires | Tobias Brunner | 2016-08-29 | 1 | -5/+9 |
| | |||||
* | kernel-netlink: Use PAGE_SIZE as default size for the netlink receive buffer | Tobias Brunner | 2015-08-04 | 1 | -1/+1 |
| | | | | | | | | The kernel uses NLMSG_GOODSIZE as default buffer size, which defaults to the PAGE_SIZE if it is lower than 8192 or to that value otherwise. In some cases (e.g. for dump messages) the kernel might use up to 16k for messages, which might require increasing this value. | ||||
* | kernel-netlink: Make buffer size for received Netlink messages configurable | Tobias Brunner | 2015-05-21 | 1 | -0/+3 |
| | |||||
* | kernel-netlink: Add missing documentation for two options | Tobias Brunner | 2014-12-19 | 1 | -0/+6 |
| | |||||
* | kernel-netlink: Alternatively support global port based IKE bypass policies | Martin Willi | 2014-11-21 | 1 | -0/+9 |
| | | | | | | The socket based IKE bypass policies are usually superior, but not supported on all networking stacks. The port based variant uses global policies for the UDP ports we have IKE sockets for. | ||||
* | conf: Document kernel-netlink retransmission and parallelization options | Martin Willi | 2014-11-21 | 1 | -0/+17 |
| | |||||
* | kernel-netlink: Optionally install protocol and ports on transport mode SAs | Tobias Brunner | 2014-09-12 | 1 | -0/+9 |
| | |||||
* | kernel-netlink: Add global option to configure MSS-clamping on installed routes | Tobias Brunner | 2014-09-12 | 1 | -0/+3 |
| | |||||
* | kernel-netlink: Add global option to set MTU on installed routes | Tobias Brunner | 2014-09-12 | 1 | -0/+3 |
| | |||||
* | conf: Options of all plugins documented | Tobias Brunner | 2014-02-12 | 1 | -0/+18 |
Some options are still missing descriptions though. |