summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-06-14session: fix listener ct transport retrieval on acceptv21.06-rc2Florin Coras1-6/+8
2021-06-14tcp: fix proto in port reuse checkFlorin Coras1-2/+2
2021-06-13vlib: fix dangling reference in node_by_name hashDave Barach1-1/+4
2021-06-11memif: fix crash with zero-copy slaveDamjan Marion1-1/+1
2021-06-11session: half-open free only on main threadFlorin Coras1-4/+3
2021-06-11docs: cleanup, remove stale materialDave Barach78-2370/+16
2021-06-10vcl: touch fifo on epoll del only if session openFlorin Coras1-3/+6
2021-06-09fib: make sure dpo is valid even when path pool expandsBenoît Ganne1-8/+22
2021-06-09fib: make sure adj is valid during walkBenoît Ganne1-0/+3
2021-06-09ipsec: fix crypto ops in esp decryptBenoît Ganne1-2/+7
2021-06-08vppinfra: pool_free_elts() now supports fixed-size poolsDave Barach4-29/+112
2021-06-07vcl: avoid multiple reads on peekFlorin Coras1-0/+4
2021-06-07vcl: avoid updating errno on ldp init checkFlorin Coras1-71/+43
2021-06-07tls: change picotls plugin crypto module to accommodate new version picotlsSimon Zhang2-3/+3
2021-06-07vcl: accept zero length writesFlorin Coras1-7/+8
2021-06-07vcl: epoll error handling fixes and improvementsFlorin Coras2-6/+22
2021-06-07dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-06-07build: fix build error after make wipeTianyu Li1-1/+1
2021-06-07nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
2021-06-05build: fix centos-8 cmake missing package dependencyDave Wallace1-1/+1
2021-06-04tests: Fix 'test-wipe'Neale Ranns1-1/+0
2021-06-03dpdk: disable i40evf in favor of iavf patchJuraj Linkeš1-0/+232
2021-06-03svm: release mem order for fifo chunk list CASFlorin Coras1-6/+9
2021-06-03session: avoid ct connects loopFlorin Coras1-1/+2
2021-06-03session: lcl transport info on acceptFlorin Coras3-2/+5
2021-06-03srtp: cleanup build and default to disabledFlorin Coras2-12/+1
2021-06-03misc: bug fixes and improvements for stats Fuse fsArthur de Kerhor8-122/+267
2021-06-01interface: fix vnet_sw_interface_update_unnumberedDave Barach1-6/+13
2021-06-01tls: fix handling of failed acceptsFlorin Coras1-3/+12
2021-05-29hsa: proxy listener support addition of fifo segmentsFlorin Coras1-0/+1
2021-05-28svm: fix inadequate atomic load for chunk mgrDave Wallace2-6/+4
2021-05-26vppinfra: explicit blocking mode for sock connectsFlorin Coras4-5/+9
2021-05-26misc: Initial changes for stable/2106 branchv21.06-rc1Andrew Yourtchenko1-0/+1
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns2-28/+67
2021-05-26pg: revert exec file fixesRay Kinsella1-6/+1
2021-05-26nat: add thread index assertionsKlement Sekera4-0/+11
2021-05-26api: socket client connect set to blockingFlorin Coras2-1/+9
2021-05-26vlib: revert exec cmd handle scripts with blank linesRay Kinsella1-21/+3
2021-05-26perfmon: revert raw column supportRay Kinsella3-30/+0
2021-05-26tests: move vapi C/C++ test files into src/Damjan Marion7-73/+58
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras15-4/+1543
2021-05-25linux-cp: A V2 variant of pair create API that returns the hostNeale Ranns5-22/+88
2021-05-25nat: report correct EI per-user session limitMatthew Smith3-3/+11
2021-05-25dpdk: disable DPDK iAVF interrupt supportMohammed Hawari1-2/+3
2021-05-25interface: show if tx queue is sharedDamjan Marion1-4/+6
2021-05-24tests: skip hoststack iperf3 cut thru test on aarch64Dave Wallace1-1/+3
2021-05-22tls: prealloc chunks for dtls dgram enqFlorin Coras2-3/+5
2021-05-21session: improve main thread connects rpcFlorin Coras2-18/+26
2021-05-21stats: catch stat segment overrun in retry loopOle Troan1-3/+3
2021-05-21af_xdp: use desc offset on rxBenoît Ganne2-41/+26