aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2021-05-21af_xdp: refill rx rings when interface goes upBenoît Ganne3-9/+26
2021-05-21bfd: use vnet cryptoKlement Sekera7-107/+50
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-21doxygen: fix doxygen tagsDave Wallace6-7/+13
2021-05-21tests: add role to VCLAppWorkerDave Wallace2-8/+9
2021-05-21linux-cp: Add delegate to adjacenciesMatthew Smith1-10/+74
2021-05-21quic: add extended vcl testFlorin Coras2-1/+43
2021-05-21quic: fix timer updateFlorin Coras1-1/+3
2021-05-21quic: init crypto context on streamsFlorin Coras1-3/+2
2021-05-21quic: make sure aead crypto context matches quiclyFlorin Coras1-1/+2
2021-05-21ipsec: Default the IPSec interface MTU to 9000Neale Ranns1-0/+1
2021-05-21memif: fix gcc-10 build error on arm platformTianyu Li1-1/+1
2021-05-20memif: fix input node buffer prefetchTianyu Li1-4/+4
2021-05-20tests: don't buffer worker stdin/stdoutDave Wallace1-2/+3
2021-05-20bash: add set-quicly-ws functionDave Wallace1-0/+46
2021-05-20build: add .clang-tidyDamjan Marion1-0/+8
2021-05-20gre: Walk IPv6 adjacencies during restackMatthew Smith1-2/+4
2021-05-20hsa: test server incremental statsFlorin Coras3-35/+71
2021-05-20tls svm: prealloc tcp fifo chunks before ssl writeFlorin Coras3-1/+13
2021-05-20session: fix transport half-open cleanup callFlorin Coras1-1/+1
2021-05-19tls: fix signed unsigned comparisonFlorin Coras1-2/+2
2021-05-19bash: fix vpp-make-test -g optionDave Wallace1-2/+11
2021-05-19quic: fix memory leak & crash on connection deleteDave Wallace1-2/+8
2021-05-19session: cleanup event llist usageFlorin Coras3-41/+27
2021-05-19memif: remove dead codeDamjan Marion1-1/+1
2021-05-19avf: improve elogsDamjan Marion4-2/+227
2021-05-19vppinfra: add more llist macrosFlorin Coras2-25/+63
2021-05-19session: fix session queue node access on disableFlorin Coras1-1/+1
2021-05-19build: fix crypto_native compile flags checkDamjan Marion1-2/+2
2021-05-19interface: shared tx queue supportDamjan Marion2-4/+7
2021-05-19avf: tx queue sharing fixes and improvementsDamjan Marion3-38/+36
2021-05-19avf: print stats in separate log classDamjan Marion3-6/+38
2021-05-18tls: fix dtls with no workersFlorin Coras5-12/+24
2021-05-18session: poll main thread if pending connectsFlorin Coras3-48/+76
2021-05-18nat: refactor multiple vrf testsKlement Sekera1-25/+120
2021-05-18session: only handle old ctrl events per dispatchFlorin Coras1-6/+12
2021-05-18session: move tx-buffers to tx ctxFlorin Coras2-16/+14
2021-05-17memif: remove unused codeDamjan Marion1-46/+13
2021-05-17build: fix the "show version" output in the centos release buildsAndrew Yourtchenko1-1/+1
2021-05-17memif: remove duplicate code in txDamjan Marion1-53/+39
2021-05-17memif: optimize zero-copy rx ring refillDamjan Marion2-65/+47