Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libhydra: Move all kernel plugins to libcharon | Tobias Brunner | 2016-03-03 | 1 | -104/+0 |
| | |||||
* | kernel-netlink: Allow Netlink send buffer size to be configured via compile ↵ | Tobias Brunner | 2016-02-12 | 1 | -3/+11 |
| | | | | | | | option The receive buffer size can already be changed via strongswan.conf if necessary. | ||||
* | kernel-netlink: Add options to enable parallel Netlink queries explicitly | Martin Willi | 2014-11-21 | 1 | -1/+3 |
| | | | | | | As under vanilla Linux the kernel can't handle parallel dump queries and returns EBUSY, it makes not much sense to use them. Disable parallel queries by default to basically restore original behavior, improving performance. | ||||
* | kernel-netlink: Pass protocol specific enum names to socket constructor | Martin Willi | 2014-09-24 | 1 | -2/+3 |
| | | | | | This avoid the hard dependency on enum names, and makes kernel_netlink_shared independent of kernel_netlink_ipsec. | ||||
* | kernel-netlink: Define netlink buffer as an union having a netlink header | Martin Willi | 2014-09-24 | 1 | -1/+4 |
| | | | | | This allows us to streamline the netlink buffers, and avoid extensive casting. | ||||
* | Add a Netlink utility function to add a RTA header and reserve space for data | Martin Willi | 2013-03-15 | 1 | -0/+11 |
| | |||||
* | Correctly check buffer length in netlink_add_attribute() | Martin Willi | 2013-03-15 | 1 | -6/+8 |
| | |||||
* | Moved all kernel plugins to libhydra. | Tobias Brunner | 2010-09-02 | 1 | -0/+77 |