Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | kernel-netlink: Check existence of linux/fib_rules.h, don't include it in ↵ | Tobias Brunner | 2013-10-18 | 2 | -75/+3 |
| | | | | | | distribution This reverts commit b0761f1f0a5abd225edc291c8285f99a538e6a66. | ||||
* | Add linux/fip_rules.h to include files | Andreas Steffen | 2013-10-13 | 2 | -3/+75 |
| | |||||
* | jhash.h is not part of the distribution anymore. | Tobias Brunner | 2011-08-02 | 1 | -1/+1 |
| | |||||
* | Remove the Linux jhash.h copy, as the implementation changed for 2.6.37 | Martin Willi | 2011-08-02 | 1 | -143/+0 |
| | | | | | There are now different version for jhash, use --with-linux-headers targeting the headers of the kernel used with the HA plugin. | ||||
* | Allow routing table IDs > 255 when filtering them. | Tobias Brunner | 2011-07-29 | 1 | -0/+1 |
| | |||||
* | Fixed common misspellings. | Tobias Brunner | 2011-07-20 | 1 | -1/+1 |
| | | | | Mostly found by 'codespell'. | ||||
* | Updated copy of linux/xfrm.h to 2.6.39, featuring ESN support | Martin Willi | 2011-04-20 | 1 | -0/+13 |
| | |||||
* | include linux/if_alg.h in the strongSwan distribution | Andreas Steffen | 2011-03-17 | 1 | -1/+1 |
| | |||||
* | Added Linux AF_ALG header | Martin Willi | 2010-12-20 | 1 | -0/+40 |
| | |||||
* | Implemented Traffic Flow Confidentiality padding in kernel_interface | Martin Willi | 2010-12-20 | 1 | -0/+1 |
| | |||||
* | upgraded xfrm.h to linux-2.6.34 | Andreas Steffen | 2010-06-27 | 1 | -21/+18 |
| | |||||
* | added a copy of the linux jenkins hash to dist | Martin Willi | 2010-04-07 | 2 | -1/+144 |
| | |||||
* | Adding support for AES GMAC (RFC4543). | Tobias Brunner | 2010-02-12 | 1 | -0/+1 |
| | |||||
* | Updated XFRM linux header, includes specified truncations for auth algos | Martin Willi | 2009-11-26 | 1 | -1/+9 |
| | |||||
* | remove spaces before tabs at the beginning of lines (^( )+\t) | Martin Willi | 2009-09-04 | 3 | -4/+4 |
| | |||||
* | removed trailing spaces ([[:space:]]+$) | Martin Willi | 2009-09-04 | 2 | -10/+10 |
| | |||||
* | upgrade to linux-2.6.28 headers with support for kmaddress struct | Andreas Steffen | 2008-10-29 | 2 | -1/+29 |
| | |||||
* | merging kernel_pfkey plugin back from kernel-interface branch | Tobias Brunner | 2008-10-14 | 1 | -2/+3 |
| | |||||
* | userland support to process notifies for new NAT mappings detected in UDP ↵ | Martin Willi | 2008-10-07 | 1 | -5/+20 |
| | | | | encapsulation | ||||
* | The XFRM_STATE_AF_UNSPEC flag added to xfrm.h allows IPv4-over-IPv6 and ↵ | Andreas Steffen | 2008-07-15 | 1 | -0/+1 |
| | | | | IPv6-over-IPv6 tunnels with the 2.6.26 and later Linux kernels | ||||
* | including sys/queue.h to support TAILQ_LAST() macro | Martin Willi | 2008-06-20 | 2 | -1/+559 |
| | |||||
* | shipping own linux/types.h for introduced __be32 in linux/xfrm.h | Martin Willi | 2008-06-20 | 1 | -0/+172 |
| | |||||
* | updated xfrm.h to the version from the 2.6.25.4 kernel sources | Tobias Brunner | 2008-05-16 | 1 | -12/+128 |
| | |||||
* | updated pfkeyv2.h | Andreas Steffen | 2008-04-18 | 1 | -1/+4 |
| | |||||
* | added udp.h4.1.2 | Andreas Steffen | 2007-04-29 | 1 | -1/+2 |
| | |||||
* | local include of pfkeyv2.h and netlink.h | Andreas Steffen | 2007-04-29 | 2 | -2/+2 |
| | |||||
* | reverted to original header files | Andreas Steffen | 2007-04-29 | 6 | -245/+315 |
| | |||||
* | actually not needed | Andreas Steffen | 2007-04-28 | 3 | -191/+1 |
| | |||||
* | actually not needed | Andreas Steffen | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | actually not needed | Andreas Steffen | 2007-04-28 | 2 | -316/+0 |
| | |||||
* | added compiler.h filter.h in.h and udp.h to src/include/linux/ | Andreas Steffen | 2007-04-28 | 8 | -8/+508 |
| | |||||
* | added netlink.h and rtnetlink.h to src/include/linux | Andreas Steffen | 2007-04-28 | 1 | -1/+1 |
| | |||||
* | added netlink.h and rtnetlink.h to src/include/linux | Andreas Steffen | 2007-04-28 | 2 | -0/+1314 |
| | |||||
* | removed dependencies on linux/types.h | Andreas Steffen | 2007-04-27 | 2 | -94/+94 |
| | |||||
* | added most problematic linux headers to distribution | Martin Willi | 2007-04-19 | 4 | -0/+736 |
other/real linux header may be selected using --with-linux-headers=dir |