aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins
AgeCommit message (Expand)AuthorFilesLines
2021-06-11memif: fix crash with zero-copy slaveDamjan Marion1-1/+1
2021-06-08vppinfra: pool_free_elts() now supports fixed-size poolsDave Barach2-0/+63
2021-06-07tls: change picotls plugin crypto module to accommodate new version picotlsSimon Zhang2-3/+3
2021-06-07dpdk: silence coverity warning on use of uninitialized valuepibr1-0/+1
2021-06-07nat: fix broken nat44-ed cliRuslan Babayev2-10/+1
2021-06-03srtp: cleanup build and default to disabledFlorin Coras2-12/+1
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-26vppinfra: explicit blocking mode for sock connectsFlorin Coras1-2/+3
2021-05-26nat: add thread index assertionsKlement Sekera4-0/+11
2021-05-26perfmon: revert raw column supportRay Kinsella3-30/+0
2021-05-25srtp: basic implementation based on libsrtp2Florin Coras8-1/+1524
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-22tls: prealloc chunks for dtls dgram enqFlorin Coras2-3/+5
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 Sekera2-1/+5
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 Troan2-0/+11
2021-05-21linux-cp: Add delegate to adjacenciesMatthew Smith1-10/+74
2021-05-21quic: add extended vcl testFlorin Coras1-1/+1
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-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-20hsa: test server incremental statsFlorin Coras3-35/+71
2021-05-20tls svm: prealloc tcp fifo chunks before ssl writeFlorin Coras1-0/+7
2021-05-19tls: fix signed unsigned comparisonFlorin Coras1-2/+2
2021-05-19quic: fix memory leak & crash on connection deleteDave Wallace1-2/+8
2021-05-19memif: remove dead codeDamjan Marion1-1/+1
2021-05-19avf: improve elogsDamjan Marion4-2/+227
2021-05-19vppinfra: add more llist macrosFlorin Coras1-25/+25
2021-05-19build: fix crypto_native compile flags checkDamjan Marion1-2/+2
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-17memif: remove unused codeDamjan Marion1-46/+13
2021-05-17memif: remove duplicate code in txDamjan Marion1-53/+39
2021-05-17memif: optimize zero-copy rx ring refillDamjan Marion2-65/+47
2021-05-17memif: fix "remove barriers" commitDamjan Marion1-2/+2
2021-05-17memif: remove barriersDamjan Marion2-22/+33
2021-05-15lacp: coverity fix on null pointer dereferenceSteven Luong1-2/+2
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion7-16/+13
2021-05-14avf: free spinlock on txq removalDamjan Marion1-0/+2
2021-05-14session: switch ct to vc and track half-opensFlorin Coras1-8/+5
2021-05-13lacp: Prohibiting bonding with remote having different key than 1st memberSteven Luong4-23/+42
2021-05-13tests: move test source to vpp/testDave Wallace61-45331/+0
2021-05-12avf: avoid eating our own tailDamjan Marion1-0/+3