aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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-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-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 Coras4-10/+22
2021-05-18session: poll main thread if pending connectsFlorin Coras3-48/+76
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-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-17virtio: add the checks for descriptors chain lenMohsin Kazmi1-0/+23
2021-05-16session: rpc for connects to mainFlorin Coras3-5/+88
2021-05-15lacp: coverity fix on null pointer dereferenceSteven Luong1-2/+2
2021-05-15session: fix coverity warningFlorin Coras1-1/+1
2021-05-14tcp: remove ho lockFlorin Coras3-13/+0
2021-05-14vlib: remove unused codeDamjan Marion2-127/+0
2021-05-14vlib: pass node runtime to vlib_buffer_enqueue_to_thread()Damjan Marion17-40/+36
2021-05-14avf: free spinlock on txq removalDamjan Marion1-0/+2
2021-05-14interface: fix converity in update_runtime_dataMohammed Hawari1-1/+1
2021-05-14interface: update tx queue runtime if vector size changesDamjan Marion1-1/+5
2021-05-14vcl: fix lookup listener assertliuyacan1-0/+6
2021-05-14session: switch ct to vc and track half-opensFlorin Coras6-85/+225
2021-05-14tls: switch dtls to vc and track half-opensFlorin Coras4-14/+132
2021-05-13lacp: Prohibiting bonding with remote having different key than 1st memberSteven Luong4-23/+42
2021-05-13interface: fix tx queue runtime updateDamjan Marion1-0/+2
2021-05-13tests: move test source to vpp/testDave Wallace91-55913/+0
2021-05-12avf: avoid eating our own tailDamjan Marion1-0/+3
2021-05-12flow: fix vxlan vni convert bugChenmin Sun1-2/+2
2021-05-12tls: switch to vc service and track half-open sessionsFlorin Coras7-19/+78
2021-05-12session: return connect session handle to appFlorin Coras6-32/+36