aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet/ipsec
AgeCommit message (Expand)AuthorFilesLines
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
2018-07-04fix VPP-1312 Invalid UDP packet length in ipsecKlement Sekera1-1/+2
2018-06-29ipsec: fix VPP-1333 - crash in ipsec policy cliKlement Sekera1-0/+6
2018-06-24Revert "Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums""Klement Sekera5-194/+180
2018-06-22Revert "ipsec: VPP-1316 calculate IP/TCP/UDP inner checksums"Ole Troan5-180/+194
2018-06-21ipsec: VPP-1316 calculate IP/TCP/UDP inner checksumsKlement Sekera5-194/+180
2018-06-20ipsec: VPP-1308 fix sorting of SPD entriesKlement Sekera2-10/+11
2018-05-29ipsec: fix IKEv2 crash when rsa cert is used for authenticationRadu Nicolau1-0/+1
2018-05-22CSIT-928 dpdk/ipsec: performance improvementRadu Nicolau1-7/+5
2018-05-16Drop IPsec packets when interface is downMatthew Smith1-10/+32
2018-05-11VPP-1275 Fix memory leaks in IPsec CLIKlement Sekera1-54/+83
2018-05-10Change the way IP header pointer is calculated in esp_decrypt nodesSzymon Sliwa2-3/+11
2018-05-09ipsec: support UDP encap/decap for NAT traversalKlement Sekera8-33/+89
2018-05-04ipsec: allow null/null for crypto/integ algorithms pairRadu Nicolau2-3/+3
2018-05-04Harmonize vec/pool_get_aligned object sizes and alignment requestsDave Barach1-0/+2
2018-04-25Fix some build warnings about "Old Style VLA"Juraj Sloboda1-2/+2
2018-04-19Allow an IPsec tunnel interface to be renumberedMatthew Smith5-29/+42
2018-04-18Fix the ip header offset counting in vnet/ipsecSzymon Sliwa1-5/+4
2018-04-10Make IPsec tunnel intf work with IPv4 output featuresMatthew Smith1-0/+7
2018-03-23IPSEC_AH: broken initialization (VPP-1208)Marco Varlese1-1/+1
2018-03-16IPSec: fix IPv6 policy deletingMatus Fabian1-1/+1
2018-01-24SCTP stack (RFC4960)Marco Varlese1-2/+6
2018-01-23VPPAPIGEN: vppapigen replacement in Python PLY.Ole Troan1-1/+1
2018-01-11api: remove transport specific code from handlersFlorin Coras1-12/+13
2018-01-09api: refactor vlibmemoryFlorin Coras1-5/+4
2017-12-15ESP_AH_test_automation_scripts rev1“mystarrocks”1-7/+0
2017-11-29DES-CBC/3DES-CBC support for VPP IPSec Core“mukeshyadav1984”4-26/+57
2017-11-28IPSec AH protocol enhancement in VPP native core“mukeshyadav1984”12-55/+889
2017-11-10Allow Openssl 1.1.0Marco Varlese5-12/+159
2017-11-10Fix bug in key calculation for IPsec tunnel interfaceMatthew Smith1-2/+2
2017-10-26Allow IPsec interface to have SAs resetMatthew Smith5-1/+123
2017-10-24Add extern to *_main global variable declarations in header files.Dave Wallace6-3/+8