Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | ipsec: ipsec-if optimizations & bug fixes |  Kingwel Xie | 2 | -254/+309 |
2019-03-06 | ipsec: esp-encrypt and esp-decrypt cleanup |  Damjan Marion | 4 | -558/+447 |
2019-03-06 | IPSEC: tunnel encap/decap dual loop speedups |  Neale Ranns | 3 | -89/+255 |
2019-03-05 | ipsec: cleanup, remove unnecessary code, |  Kingwel Xie | 5 | -13/+7 |
2019-03-04 | IPSEC: script to bounce IPSEC traffic through a pipe to test encrypt and decrpyt |  Neale Ranns | 1 | -0/+33 |
2019-03-01 | IPSEC: tunnel-input; don't load the HW interface struct |  Neale Ranns | 4 | -43/+41 |
2019-02-28 | TEST: IPSEC NAT-T with UDP header |  Neale Ranns | 1 | -0/+1 |
2019-02-25 | IKEv2 to plugin |  Neale Ranns | 10 | -7245/+19 |
2019-02-22 | IPSEC: header exports |  Neale Ranns | 7 | -1/+6 |
2019-02-20 | IPSEC: API coverity error of unitialised stat_index value |  Neale Ranns | 1 | -0/+2 |
2019-02-18 | IPSEC: move SA counters into the stats segment |  Neale Ranns | 11 | -18/+66 |
2019-02-14 | ipsec: memory leak fixup |  Kingwel Xie | 1 | -1/+4 |
2019-02-14 | Add -fno-common compile option |  Benoît Ganne | 1 | -0/+2 |
2019-02-13 | IPSEC: restack SAs on backend change |  Neale Ranns | 3 | -13/+42 |
2019-02-12 | ipsec: cli bug fix |  Kingwel Xie | 1 | -6/+23 |
2019-02-11 | IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in ... |  Neale Ranns | 2 | -8/+11 |
2019-02-11 | ipsec: multi-arch, next-node-index cleanup |  Kingwel Xie | 4 | -27/+52 |
2019-02-07 | IPSEC: remove unused members of main struct |  Neale Ranns | 1 | -4/+0 |
2019-02-07 | IPSEC: no second lookup after tunnel encap |  Neale Ranns | 14 | -443/+713 |
2019-02-05 | IPSEC: SPD counters in the stats sgement |  Neale Ranns | 12 | -505/+411 |
2019-02-04 | ipsec: cli 'create ipsec tunnel' more options |  Kingwel Xie | 1 | -3/+7 |
2019-02-01 | IPSEC: minor refactor |  Neale Ranns | 10 | -754/+999 |
2019-01-31 | IPSEC: API modernisation |  Neale Ranns | 3 | -257/+396 |
2019-01-30 | ipsec: fix check support functions |  Klement Sekera | 2 | -5/+17 |
2019-01-28 | Add Ipsec IKE support to openssl 3.0.0 master branch |  Ping Yu | 1 | -0/+24 |
2019-01-25 | IPSEC: tests use opbject registry |  Neale Ranns | 1 | -1/+11 |
2019-01-24 | IPSEC Tests: to per-test setup and tearDown |  Neale Ranns | 1 | -4/+4 |
2019-01-23 | AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce... |  Neale Ranns | 1 | -5/+0 |
2019-01-20 | fix data_length in IpSec API call (VPP-1548) |  Michal Cmarada | 1 | -4/+6 |
2019-01-02 | ipsec: fix support check when using AES-GCM |  Matthew Smith | 1 | -10/+15 |
2018-12-12 | fix spurious error setting SA on ipsec intf |  Matthew Smith | 1 | -1/+1 |
2018-12-12 | Change ipsec feature node names |  Pierre Pfister | 4 | -24/+24 |
2018-12-11 | Add IPSec interface FIB index for TX packet |  Pierre Pfister | 6 | -6/+36 |
2018-12-11 | Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failing |  jackiechen1985 | 1 | -1/+9 |
2018-12-07 | Fix VPP-1515 IPSec receive packet error in transport mode with udp encap |  jackiechen1985 | 2 | -4/+14 |
2018-12-04 | ipsec: simplify bumping counters - cosmetic change |  Klement Sekera | 4 | -116/+35 |
2018-12-03 | Add UDP encap flag |  Filip Tehlar | 2 | -0/+3 |
2018-12-02 | IPSEC-AH: anti-replay testing |  Neale Ranns | 2 | -6/+9 |
2018-11-30 | IPSEC-AH: fix packet drop |  Neale Ranns | 2 | -7/+0 |
2018-11-29 | ipsec: move ipsec defs to ipsec.h |  Klement Sekera | 2 | -51/+54 |
2018-11-26 | Fix IPSec CLI key parsing |  Pierre Pfister | 2 | -4/+11 |
2018-11-20 | IPSEC: remove duplicate memcy |  Neale Ranns | 1 | -6/+0 |
2018-11-15 | ipsec: infra for selecting backends |  Klement Sekera | 6 | -177/+622 |
2018-11-14 | Remove c-11 memcpy checks from perf-critical code |  Dave Barach | 4 | -42/+43 |
2018-11-13 | ipsec: fix typo |  Klement Sekera | 1 | -1/+1 |
2018-11-05 | VPP-1450: binary api call for dumping SPD to interface registration |  Filip Varga | 2 | -1/+81 |
2018-10-29 | migrate ipsec to new multiarch infra |  Klement Sekera | 7 | -73/+42 |
2018-10-25 | buffer trace is broken in ipsec-output. copy it from node->flags to frame->fr... |  Kingwel Xie | 1 | -0/+5 |
2018-10-23 | c11 safe string handling support |  Dave Barach | 11 | -39/+39 |
2018-10-23 | ipsec: fix wrong counter bump |  Klement Sekera | 1 | -1/+1 |