aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2020-07-17pppoe: fix uninitialized memory bugTimotheeChauvin3-1/+7
2020-07-16misc: add callback hooks and refactor pmcTom Seidenberg9-164/+326
2020-07-16dpdk: fix coverity warning in the flow codeChenmin Sun1-1/+1
2020-07-16crypto: fix coverity issue for cryptodevFan Zhang1-65/+103
2020-07-16vppinfra: fix format_c_identifier vector overflowBenoît Ganne1-4/+2
2020-07-16misc: add tracedump API pluginDave Barach5-0/+571
2020-07-16adl: move allow/deny list function to pluginDave Barach13-2/+2044
2020-07-16ikev2: fix race condition in child_sa updateBenoît Ganne1-0/+3
2020-07-15nat: add prefetching to in2out_ed/out2in_edKlement Sekera2-2/+27
2020-07-15ikev2: add support for AES-GCM cipher in IKEFilip Tehlar6-120/+345
2020-07-14ikev2: API downgrade due to lack of ikev2 testsFilip Tehlar1-19/+17
2020-07-13hsa: set connected mode for echo_server app in udp mode.jiangxiaoming1-7/+20
2020-07-13session: reduce verbosity on fifo alloc failureFlorin Coras1-3/+14
2020-07-09dpdk: add txq struct and fix dpdk tx lockBenoît Ganne4-19/+23
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