aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-03-10session: check if fifo exists in cl bound notificationFlorin Coras1-1/+2
2021-03-10interface: fix interface-output and interface-tx multiarch selectionDamjan Marion3-38/+46
2021-03-09tests: re-enable the rest of NAT44ED tests for multiworkerAndrew Yourtchenko1-1/+0
2021-03-09nat: fix dst nat thread issuesKlement Sekera4-123/+129
2021-03-09vlib: remove unused functionDamjan Marion1-9/+0
2021-03-09pnat: coverity fixesOle Troan2-3/+5
2021-03-08cnat: Coverity fixNathan Skrzypczak1-1/+1
2021-03-08tcp: account for option alignment in initial snd_mssFlorin Coras1-2/+3
2021-03-07nat: replace main vlib with per-thread vlibKlement Sekera6-67/+53
2021-03-07nat: fix worker selectionKlement Sekera7-89/+73
2021-03-07nat: test - add show traceKlement Sekera1-0/+1
2021-03-07dispatch-trace: move dispatch trace pcap code to pluginDamjan Marion9-573/+609
2021-03-06nat: use correct node indexes for queuesKlement Sekera1-2/+2
2021-03-05vppapigen: expose the values of per-message "options" in the api.json filesAndrew Yourtchenko2-1/+2
2021-03-05avf: don't memcpy if adminq output buffer size is 0Damjan Marion1-1/+1
2021-03-05fib: format function for adjacency flagsNeale Ranns2-0/+18
2021-03-05interface: move vnet_pcap_t to vnetDamjan Marion5-30/+33
2021-03-05mss_clamp: TCP MSS clamping pluginNeale Ranns7-0/+1331
2021-03-05api: crchcecker ignore version < 1.0.0 and outside of src directoryOle Troan2-0/+4
2021-03-05l2: coverity woe in l2_rw_mod_entrySteven Luong1-3/+0
2021-03-05dpdk: fix rte mempool for rx_queuesVladimir Ratnikov1-1/+9
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