aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec
AgeCommit message (Expand)AuthorFilesLines
2019-02-14ipsec: memory leak fixupKingwel Xie1-1/+4
2019-02-14Add -fno-common compile optionBenoƮt Ganne1-0/+2
2019-02-13IPSEC: restack SAs on backend changeNeale Ranns3-13/+42
2019-02-12ipsec: cli bug fixKingwel Xie1-6/+23
2019-02-11IPSEC-tun: The tunnel DB uses the network order SPI to save the byte swap in ...Neale Ranns2-8/+11
2019-02-11ipsec: multi-arch, next-node-index cleanupKingwel Xie4-27/+52
2019-02-07IPSEC: remove unused members of main structNeale Ranns1-4/+0
2019-02-07IPSEC: no second lookup after tunnel encapNeale Ranns14-443/+713
2019-02-05IPSEC: SPD counters in the stats sgementNeale Ranns12-505/+411
2019-02-04ipsec: cli 'create ipsec tunnel' more optionsKingwel Xie1-3/+7
2019-02-01IPSEC: minor refactorNeale Ranns10-754/+999
2019-01-31IPSEC: API modernisationNeale Ranns3-257/+396
2019-01-30ipsec: fix check support functionsKlement Sekera2-5/+17
2019-01-28Add Ipsec IKE support to openssl 3.0.0 master branchPing Yu1-0/+24
2019-01-25IPSEC: tests use opbject registryNeale Ranns1-1/+11
2019-01-24IPSEC Tests: to per-test setup and tearDownNeale Ranns1-4/+4
2019-01-23AH encrypt; don't double enqueue nor emit clib_warnings when seq-num max exce...Neale Ranns1-5/+0
2019-01-20fix data_length in IpSec API call (VPP-1548)Michal Cmarada1-4/+6
2019-01-02ipsec: fix support check when using AES-GCMMatthew Smith1-10/+15
2018-12-12fix spurious error setting SA on ipsec intfMatthew Smith1-1/+1
2018-12-12Change ipsec feature node namesPierre Pfister4-24/+24
2018-12-11Add IPSec interface FIB index for TX packetPierre Pfister6-6/+36
2018-12-11Fix [csit-dev] CSIT IPv6 IPSec transport mode tests are failingjackiechen19851-1/+9
2018-12-07Fix VPP-1515 IPSec receive packet error in transport mode with udp encapjackiechen19852-4/+14
2018-12-04ipsec: simplify bumping counters - cosmetic changeKlement Sekera4-116/+35
2018-12-03Add UDP encap flagFilip Tehlar2-0/+3
2018-12-02IPSEC-AH: anti-replay testingNeale Ranns2-6/+9
2018-11-30IPSEC-AH: fix packet dropNeale Ranns2-7/+0
2018-11-29ipsec: move ipsec defs to ipsec.hKlement Sekera2-51/+54
2018-11-26Fix IPSec CLI key parsingPierre Pfister2-4/+11
2018-11-20IPSEC: remove duplicate memcyNeale Ranns1-6/+0
2018-11-15ipsec: infra for selecting backendsKlement Sekera6-177/+622
2018-11-14Remove c-11 memcpy checks from perf-critical codeDave Barach4-42/+43
2018-11-13ipsec: fix typoKlement Sekera1-1/+1
2018-11-05VPP-1450: binary api call for dumping SPD to interface registrationFilip Varga2-1/+81
2018-10-29migrate ipsec to new multiarch infraKlement Sekera7-73/+42
2018-10-25buffer trace is broken in ipsec-output. copy it from node->flags to frame->fr...Kingwel Xie1-0/+5
2018-10-23c11 safe string handling supportDave Barach11-39/+39
2018-10-23ipsec: fix wrong counter bumpKlement Sekera1-1/+1
2018-10-22ipsec: split ipsec nodes into ip4/ip6 nodesKlement Sekera10-311/+502
2018-10-03ipsec: add missing ipv6 ah code & ipv6 testsKlement Sekera4-27/+103
2018-10-02IPsec: add API for SPDs dump (VPP-1363)Matus Fabian2-1/+60
2018-09-26forget to assign spd_index to configKingwel Xie1-0/+2
2018-09-24Trivial: Clean up some typos.Paul Vinciguerra6-10/+10
2018-08-30Add SHA2 support to IKEv2 implementationBerenger Foucher2-8/+89
2018-08-03ipsec: add udp-encap option to debug cli commandsRadu Nicolau5-10/+17
2018-07-19Remove unused argument to vlib_feature_nextDamjan Marion2-10/+3
2018-07-13VPP-1338: fix ipsec api coverity warningsDave Barach1-4/+3
2018-07-11avoid using thread local storage for thread indexDamjan Marion4-7/+7
2018-07-08Fix IPsec intf tx node setup at intf creationMatthew Smith1-2/+2