aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-06-07pg: Reduce the inclusion of pg.hNeale Ranns21-83/+87
2021-06-05vcl: epoll error handling fixes and improvementsFlorin Coras2-6/+22
2021-06-04ipsec: fix crypto ops in esp decryptBenoît Ganne1-2/+7
2021-06-04dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-06-04policer: fix vnet/policer cli <policer bind [unbind] name <name> <worker>> ha...jinshaohui1-2/+2
2021-06-03vcl: avoid updating errno on ldp init checkFlorin Coras1-71/+43
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-03linux-cp: use default adjacencyMatthew Smith1-21/+16
2021-06-03fib: fix flags updates when adding routes with a udp encap pathArthur de Kerhor1-1/+1
2021-06-02vcl: ldp placeholder for SO_LINGERFlorin Coras1-0/+3
2021-06-01srtp: cleanup build and default to disabledFlorin Coras2-12/+1
2021-06-01udp: calculate inner checksums if needed before udp encapArthur de Kerhor2-1/+7
2021-05-31nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
2021-05-31interface: fix vnet_sw_interface_update_unnumberedDave Barach1-6/+13
2021-05-29tls: fix handling of failed connectsFlorin Coras1-16/+18
2021-05-29udp: add udp decapsulationArthur de Kerhor5-10/+193
2021-05-29hsa: proxy listener support addition of fifo segmentsFlorin Coras1-0/+1
2021-05-28tls: fix handling of failed acceptsFlorin Coras1-3/+12
2021-05-28svm: fix inadequate atomic load for chunk mgrDave Wallace1-3/+3
2021-05-28gso: fix the error handlingMohsin Kazmi3-16/+52
2021-05-27vlib: handoff reworkDamjan Marion5-282/+177
2021-05-27build: kindly ask python not to polute src/Damjan Marion3-6/+7
2021-05-27dpdk: bump to 21.05Fan Zhang2-12/+29
2021-05-27interface: add tx-queue cli support for new tx infraMohsin Kazmi3-5/+109
2021-05-27ip: allow the 'ip6 enable' on tunnel interface typesNeale Ranns1-27/+19
2021-05-26dpdk: fix missing symbolFan Zhang3-11/+23
2021-05-26vppinfra: explicit blocking mode for sock connectsFlorin Coras4-5/+9
2021-05-26fib: During the mfib lookup set the unicast FIB index in the packet so that a...Neale Ranns1-26/+28
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 Marion4-0/+1538
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras13-4/+1537
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 Smith2-3/+5
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-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
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne3-9/+26
2021-05-21bfd: use vnet cryptoKlement Sekera6-106/+49
2021-05-21af_xdp: workaround kernel race between poll() and sendmsg()Benoît Ganne10-86/+213
2021-05-21nat: add maximum configured sessions to stat segmentOle Troan3-1/+13
2021-05-21linux-cp: Add delegate to adjacenciesMatthew Smith1-10/+74