aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-07-07ikev2: per thread usage of openssl contextFilip Tehlar3-77/+47
2020-07-06ikev2: add profile dump APIJan Cavojsky6-0/+436
2020-07-06ikev2: add more ikev2 testsFilip Tehlar1-18/+135
2020-07-02vrrp: fix feature declaration for v6 accept-modeMatthew Smith1-1/+1
2020-07-02ikev2: use remote proposals when installing tunnelFilip Tehlar1-2/+2
2020-07-02nat: nat66 to pluginOle Troan14-480/+607
2020-06-30tests: ikev2: add nat traversal & cert based auth testFilip Tehlar6-49/+253
2020-06-27vrrp: backup processes priority 255 advertisementMatthew Smith2-1/+381
2020-06-27lacp: add unit testSteven Luong1-0/+364
2020-06-27nat: replace speculative buffer enqueue modelKlement Sekera5-2278/+2107
2020-06-27ikev2: add FEATURE.yamlBenoît Ganne1-0/+17
2020-06-27flow: add IPSec ESP/AH flowChenmin Sun1-0/+71
2020-06-27ikev2: remove unused fieldFilip Tehlar1-1/+0
2020-06-25nat: avoid division by zeroKlement Sekera1-1/+8
2020-06-24nat: deterministic: disallow invalid configKlement Sekera2-5/+20
2020-06-23nat: fix broken testKlement Sekera1-2/+14
2020-06-22nat: set buf error if can't create userKlement Sekera4-27/+9
2020-06-18ikev2: use both local and remote ID for profile lookupFilip Tehlar2-22/+50
2020-06-18tests: add ikev2 test framework with basic test caseFilip Tehlar2-0/+651
2020-06-19nat: remove unused codeKlement Sekera2-47/+0
2020-06-17docs: add more FEATURE.yaml documentationDave Barach1-0/+18
2020-06-17nat: print hash table parameters in CLIKlement Sekera1-2/+13
2020-06-17nat: add more trex test scriptsKlement Sekera3-0/+206
2020-06-16misc: fix sonarclound warningsDave Barach3-2/+11
2020-06-16nat: improve outside port selection & perfKlement Sekera4-87/+110
2020-06-16gtpu: support separate rx-decap and encap-tx teid valuesJohn Lo6-76/+232
2020-06-15dpdk: cryptodev: fix non-null terminated stringsBenoît Ganne1-4/+4
2020-06-15ikev2: announce both 'ESN' and 'No ESN'Filip Tehlar1-1/+0
2020-06-11ikev2: don't add DH group in ESP transform proposalsFilip Tehlar2-10/+10
2020-06-11nat: properly scale out2in-ed hash on initKlement Sekera1-1/+3
2020-06-11nat: simplify bihash buckets/mem configKlement Sekera8-31/+95
2020-06-10nat: optimize prefetchingKlement Sekera6-18/+18
2020-06-08nat: more long read after short write optimizationKlement Sekera15-1060/+1051
2020-06-07mactime: print error if feature not enabledDave Barach1-1/+8
2020-06-04nat: fix coverity warningKlement Sekera1-1/+1
2020-06-04ikev2: session cleanup after profile is deletedFilip Tehlar2-52/+119
2020-06-04dpdk: cleanup, add rx queue structDamjan Marion5-59/+31
2020-06-04nat: fixed input validationFilip Varga7-21/+22
2020-06-04nat: add tracing for nat44-hairpinningKlement Sekera3-15/+84
2020-06-03nat: refactor mss_clamping to not depend on snat_main_tOle Troan9-68/+83
2020-06-02ikev2: remove unused hash computationFilip Tehlar1-4/+1
2020-06-01nat: update ip4-udp src port for checksum == 0 pktsDave Barach1-3/+6
2020-05-28dhcp: use per-thread vlib main instead of global oneBenoît Ganne1-2/+2
2020-05-27dhcp: vat support for the dhcp_client_dump APIDave Barach2-4/+33
2020-05-27ethernet: fix DMAC check and skip unnecessary ones (VPP-1868)John Lo3-39/+68
2020-05-27dpdk: bump to DPDK v20.05Damjan Marion1-0/+7
2020-05-27nat: fix regarding vm arg for vlib_time_now callElias Rudberg1-1/+2
2020-05-27api: make vpp api handlers endian independentOle Troan1-4/+7
2020-05-26ipsec: DES/3DES fixing the iv_len for openssl cryptoRajesh Goel1-1/+2
2020-05-25tcp: fix sack block validation on wrapFlorin Coras1-0/+26