aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-05ipsec: Support async mode per-SANeale Ranns11-205/+232
2021-03-05ipsec: Submit fuller async framesNeale Ranns4-178/+146
2021-03-05marvell: check return value of vlib_trace_bufferRobert Shearman1-8/+10
2021-03-05marvell: spelling fixesRobert Shearman2-3/+3
2021-03-05marvell: fix implicit declaration of functionRobert Shearman1-0/+1
2021-03-05crypto: revert "fix ops flags in crypto sw scheduler"Damjan Marion1-2/+7
2021-03-04ikev2: fix incorrect api messageFilip Tehlar1-1/+1
2021-03-04cnat: Add calico/k8s src policyNathan Skrzypczak3-2/+59
2021-03-04cnat: Prepare extended snat policiesNathan Skrzypczak14-549/+770
2021-03-04cnat: Fix snat with dhcpNathan Skrzypczak4-11/+17
2021-03-04crypto: fix ops flags in crypto sw schedulerBenoît Ganne1-7/+2
2021-03-04crypto: add support for aes-ctr+sha-1 chainsBenoît Ganne1-16/+19
2021-03-04hsa: fix builtin echo apps with multiple workersFlorin Coras2-25/+88
2021-03-04bonding: coverity woe in bond_dev_class fuctionSteven Luong1-5/+14
2021-03-04dpdk: fix include directories with system dpdkRobert Shearman1-0/+1
2021-03-04marvell: remove unused variableRobert Shearman1-1/+0
2021-03-04memif: Validate descriptors within process boudarySteven Luong1-20/+27
2021-03-04dpdk: enable AVX-512 on ICLRay Kinsella1-0/+5
2021-03-04dpdk: deprecate ipsec backendFan Zhang11-4533/+578
2021-03-04vppinfra: fix compiling error due to incompatible udphdr field namesJieqiang Wang1-6/+3
2021-03-03udp: allocate rx lock only for non-connectedFlorin Coras1-3/+7
2021-03-03api: fix crash when cf removedwanghanlin1-2/+16
2021-03-03nsh: Resolve SA errors in NSH plugin.Vengada Prasad Govindan1-15/+0
2021-03-03dhcp: calls to vnet_feature_enable_disable needs to be protectedSteven Luong1-1/+7
2021-03-02ikev2: fix authFilip Tehlar1-1/+1
2021-03-02classify: fix crash if no pcap filter has been configuredBenoît Ganne1-1/+2
2021-03-02classify: fix multiple filters supportBenoît Ganne1-11/+22
2021-03-01nat: avoid crash if plugin not enabledKlement Sekera1-18/+21
2021-03-01nat: pick outside addr based on local addrKlement Sekera6-107/+215
2021-02-28session svm: segment manager and fifo segment leaksFlorin Coras2-0/+4
2021-02-27vlib: fix clear trace buffer race conditionBenoît Ganne1-4/+15
2021-02-26vppinfra: mem leak in show memory main-heapFlorin Coras1-1/+5
2021-02-26udp: avoid locking connected udp sessions on rxFlorin Coras3-2/+8
2021-02-26cnat: coverity fixNathan Skrzypczak1-2/+4
2021-02-26virtio: place the event fds on worker threads for pci deviceMohsin Kazmi1-0/+11
2021-02-26svm: fix shared hdr migrationFlorin Coras2-7/+9
2021-02-26nat: optimize flow matching in ED NATKlement Sekera5-81/+87
2021-02-26nat: NAT44ED fail if using old plugin optionFilip Varga4-450/+498
2021-02-26interface: Fix rxq deletionNathan Skrzypczak1-2/+11
2021-02-26interface: fix sh int rxNathan Skrzypczak2-2/+2
2021-02-26ipsec: move the IPSec SA pool out of ipsec_mainNeale Ranns18-98/+85
2021-02-26cnat: add input feature nodeNathan Skrzypczak6-0/+507
2021-02-26cnat: Add maglev supportNathan Skrzypczak9-25/+253
2021-02-26cnat: fixes & prepare maglevNathan Skrzypczak16-366/+390
2021-02-26crypto: fix coverity issue 218445Piotr Bronowski1-3/+0
2021-02-25sr: Fix the coverity issue on srv6-mobile pluginTetsuya Murakami1-2/+2
2021-02-25tests: Add tests for IPSec async mode using the crypto SW schedulerNeale Ranns1-1/+2
2021-02-25ipsec: ipsec.h tidy upNeale Ranns6-56/+86
2021-02-25ikev2: Use the IPSec functions for UDP port managementNeale Ranns2-46/+2
2021-02-25linux-cp: fix vector-used-a-C-string overflowBenoît Ganne2-4/+3