aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2021-02-25ipsec: enable input features on tunnelsBrian Russell4-30/+93
2021-02-24nat: Final NAT44 EI/ED split patchFilip Varga44-5781/+10760
2021-02-24virtio: enable the interrupt support for uio_pci_genericMohsin Kazmi1-11/+4
2021-02-24session: init ctrl msg without mq lockFlorin Coras1-102/+96
2021-02-24fib: fix sa selection for fib routed destinationsJúlius Milan1-4/+14
2021-02-24wireguard: coverity fixArtem Glazychev1-11/+12
2021-02-24crypto: A more memory efficient layout of the frame element structNeale Ranns2-18/+26
2021-02-24docs: move pnat doc link into dev doc sectionDave Wallace1-1/+1
2021-02-23l2: coverity woe in l2_api.cSteven Luong1-23/+20
2021-02-23hsa: fifo detach cleanupFlorin Coras2-0/+27
2021-02-23vcl: segment index leak on attachFlorin Coras1-1/+1
2021-02-23vcl: fix coverity warningFlorin Coras1-7/+9
2021-02-23vlib: fix offload flags value resetBenoît Ganne1-2/+11
2021-02-22vcl: fix vls_intercept_sigchld_handler be called recursivelynandfan1-0/+5
2021-02-22api: fix memory leak in vl_api_cli_inband_t_handlerAndrew Yourtchenko1-0/+1
2021-02-22vcl: cleanup fifos detached from segmentsFlorin Coras4-3/+60
2021-02-22svm: free shared fifo on detachFlorin Coras1-2/+4
2021-02-22vcl: support sockopt of SO_REUSEPORT and SO_DOMAINwanghanlin3-0/+26
2021-02-22ip-neighbor: add set ip neighbor-config CLI commandIvan Shvedunov1-0/+54
2021-02-20svm: return chunks to slice on fifo detachFlorin Coras2-18/+14
2021-02-19dpdk: fix cryptodev offset updateFan Zhang1-11/+8