Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use standard unsigned integer types | Andreas Steffen | 2016-03-24 | 1 | -1/+1 |
| | |||||
* | kernel-netlink: Define netlink buffer as an union having a netlink header | Martin Willi | 2014-09-24 | 1 | -1/+1 |
| | | | | | This allows us to streamline the netlink buffers, and avoid extensive casting. | ||||
* | conftest: Disable reset_seq hook on systems other than Linux | Tobias Brunner | 2013-08-21 | 1 | -0/+6 |
| | | | | Fixes #386. | ||||
* | conftest: Make outgoing sequence number set by reset_seq configurable | Thomas Klute | 2013-01-08 | 1 | -8/+69 |
| | | | | | | | | This is useful for certain test cases. Passing the sequence number to the callback requires a new struct that contains both the number and the xfrm_usersa_id. The new configuration parameter is called oseq in accordance with the kernel name, see the comment in the reset_cb callback function for details. | ||||
* | Remove unused replay variable in conftests seq number reset hook | Martin Willi | 2012-07-16 | 1 | -3/+0 |
| | |||||
* | Added a hook to reset ESP sequence numbers | Martin Willi | 2011-01-05 | 1 | -0/+158 |