Age | Commit message (Expand) | Author | Files | Lines |
2021-03-02 | ikev2: fix auth |  Filip Tehlar | 1 | -1/+1 |
2021-02-26 | ipsec: move the IPSec SA pool out of ipsec_main |  Neale Ranns | 1 | -4/+4 |
2021-02-25 | ikev2: Use the IPSec functions for UDP port management |  Neale Ranns | 2 | -46/+2 |
2021-02-19 | ikev2: start counting msgid from 0 |  Filip Tehlar | 1 | -2/+2 |
2021-02-16 | ikev2: fix coverity warnings |  Filip Tehlar | 2 | -100/+117 |
2021-02-15 | ikev2: fix rekey against strongSwan |  Filip Tehlar | 2 | -52/+94 |
2021-02-11 | tests: tag the tests that do not work with multi-worker configuration |  Andrew Yourtchenko | 1 | -0/+16 |
2021-02-10 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -23/+37 |
2021-02-09 | Revert "ipsec: Use the new tunnel API types to add flow label and TTL copy" |  Matthew Smith | 1 | -37/+23 |
2021-02-08 | ipsec: Use the new tunnel API types to add flow label and TTL copy |  Neale Ranns | 1 | -23/+37 |
2021-02-05 | ikev2: fix bad ip in logs |  Filip Tehlar | 1 | -5/+9 |
2021-02-05 | tests: ikev2: non-default table id test |  Filip Tehlar | 1 | -0/+33 |
2021-02-04 | ikev2: add hint to the log when IDs do not match |  Filip Tehlar | 1 | -1/+10 |
2021-02-04 | ikev2: fix msgid |  Filip Tehlar | 1 | -0/+1 |
2021-01-27 | ikev2: add per SA stats |  Filip Tehlar | 7 | -15/+68 |
2021-01-21 | ip: Use correct enum type in ip_address_set |  Neale Ranns | 1 | -2/+2 |
2021-01-20 | ikev2: use new counters data model & add more counters |  Filip Tehlar | 3 | -50/+169 |
2021-01-13 | ikev2: remove assert condition |  Filip Tehlar | 1 | -19/+36 |
2021-01-08 | ikev2: fix lookup in wrong ip table |  Filip Tehlar | 1 | -4/+6 |
2020-12-14 | ikev2: add reason for deleted sa debug log |  Benoît Ganne | 1 | -5/+5 |
2020-12-14 | ikev2: fix show ikev2 profile |  Benoît Ganne | 1 | -38/+18 |
2020-12-14 | misc: move to new pool_foreach macros |  Damjan Marion | 3 | -40/+40 |
2020-12-14 | api: add missing version info |  Paul Vinciguerra | 1 | -1/+1 |
2020-12-09 | ikev2: test responder behind NAT |  Filip Tehlar | 1 | -29/+49 |
2020-12-07 | tests: py2 cleanup - remove subclassing of object |  Paul Vinciguerra | 1 | -0/+1 |
2020-12-02 | ikev2: fix nat traversal |  Filip Tehlar | 2 | -3/+48 |
2020-11-26 | ikev2: better handling when no IKE DH configured |  Filip Tehlar | 2 | -34/+161 |
2020-11-25 | ikev2: fix issue when sending multiple requests at once |  Filip Tehlar | 2 | -20/+68 |
2020-11-19 | ikev2: respect punting only for ipv4 |  Benoît Ganne | 1 | -1/+7 |
2020-11-18 | ikev2: fix memleak when tunnel protect fails |  Filip Tehlar | 1 | -20/+37 |
2020-11-09 | ikev2: add tests for DPD |  Filip Tehlar | 1 | -1/+62 |
2020-11-09 | ikev2: fix msg IDs generation |  Filip Tehlar | 1 | -14/+16 |
2020-11-09 | ikev2: fix udp encap |  Filip Tehlar | 2 | -9/+23 |
2020-10-31 | ikev2: add option to disable NAT traversal |  Filip Tehlar | 9 | -34/+154 |
2020-11-04 | ikev2: fix reply during rekey |  Filip Tehlar | 2 | -44/+192 |
2020-11-04 | ikev2: increase tick interval in process node |  Filip Tehlar | 1 | -13/+2 |
2020-11-02 | ikev2: cli for disabling dead peer detection |  Filip Tehlar | 3 | -2/+30 |
2020-10-30 | ikev2: fix memory leak |  Filip Tehlar | 1 | -2/+7 |
2020-11-02 | ipsec: Tunnel SA DSCP behaviour |  Neale Ranns | 1 | -2/+6 |
2020-10-21 | ikev2: support sending requests from responder |  Filip Tehlar | 4 | -29/+146 |
2020-10-21 | ikev2: fix setting responder/initiator addresses |  Filip Tehlar | 4 | -67/+95 |
2020-10-21 | ikev2: prevent crash after no IP address |  Filip Tehlar | 1 | -196/+345 |
2020-10-21 | misc: minimize dependencies on udp.h |  Florin Coras | 2 | -2/+0 |
2020-10-13 | ikev2: fix initial contact cleanup |  Filip Tehlar | 2 | -306/+562 |
2020-10-13 | ikev2: fix coverity warning |  Filip Tehlar | 1 | -5/+21 |
2020-10-13 | ikev2: fix memory leak in auth routine |  Filip Tehlar | 1 | -0/+4 |
2020-10-07 | misc: Purge unused pg includes |  Neale Ranns | 3 | -3/+0 |
2020-10-05 | ikev2: support ipv6 traffic selectors & overlay |  Filip Tehlar | 11 | -380/+695 |
2020-10-02 | ikev2: fix leaking pending INIT requests |  Filip Tehlar | 1 | -0/+16 |
2020-10-02 | ikev2: fix cli memory leak |  Benoît Ganne | 1 | -30/+40 |