aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-05tcp: cleanup listen node and bulk buffer translationFlorin Coras1-41/+48
2021-05-05tcp: cleanup syn-sent and bulk buffer translationFlorin Coras1-112/+124
2021-05-04tcp: cleanup established and bulk buffer translationFlorin Coras1-29/+28
2021-05-04virtio: add simple drop counter for interfaceMohsin Kazmi1-30/+33
2021-05-04virtio: fix the interruptMohsin Kazmi3-162/+202
2021-05-04stats: adding symlinks for nodes and interfaces in the stat segmentArthur de Kerhor5-92/+337
2021-05-04dpdk: allow configuration of max-simd-bitwidthRay Kinsella3-2/+37
2021-05-04avf: fix simultaneous txq wrap and tx retryMohammed Hawari1-1/+2
2021-05-04rdma: add support for RSS configurationBenoît Ganne7-14/+338
2021-05-04rdma: support non-power-of-2 number of rxqBenoît Ganne1-13/+19
2021-05-04build: add set-build-type-* targets to CMakeDamjan Marion1-2/+10
2021-05-03quic: fix coverity warningFlorin Coras1-2/+2
2021-05-03session: lookup listener with iface addressliuyacan1-0/+26
2021-05-03rdma: avoid unnencessary inliningDamjan Marion1-27/+29
2021-05-03vlib: multiarch vlib_frame_queue_dequeue()Damjan Marion5-143/+131
2021-05-03quic: improve udp dgram writeFlorin Coras1-10/+7
2021-05-02tls: cleanup dtls migrated contextFlorin Coras2-8/+16
2021-05-01vcl: attr api to set endpt ext configFlorin Coras4-6/+25
2021-05-01vlib: refactor trajectory trace debug featureBenoît Ganne44-275/+98
2021-05-01build: add option to turn off some march variantsDamjan Marion2-42/+82
2021-04-30build: declare some CMake variables as advancedDamjan Marion11-18/+28
2021-04-30misc: experimental configure scriptDamjan Marion9-24/+144
2021-04-30quic: report number of packets sent on custom txFlorin Coras1-14/+8
2021-04-30hsa: vcl test client incremental statsFlorin Coras2-22/+82
2021-04-30build: switch release build to -O3Damjan Marion4-21/+14
2021-04-29session: accept notifies for sessions in created stateFlorin Coras1-0/+2
2021-04-29session: cleanup CREATED sessions when listener goes downliuyacan3-0/+63
2021-04-29crypto: fix chained buffer integrity supportBenoît Ganne1-1/+15
2021-04-29hsa: vcl test perf improvementsFlorin Coras3-88/+93
2021-04-28vcl: fix epoll wait with indefinite timeoutFlorin Coras2-32/+20
2021-04-28vppinfra: AArch64 NEON implementation of clib_compare_u16_x64()Damjan Marion2-2/+21
2021-04-28vppinfra: don't fail if config.h is missing, fallback to defaults insteadDamjan Marion2-0/+7
2021-04-28papi: change default to use socket transport instead of shared memory transportOle Troan1-2/+2
2021-04-28pg: exec file fixesmdr781-1/+6
2021-04-28hsa: fix quic vcl testFlorin Coras1-9/+21
2021-04-28hsa: support sigint in vcl test clientFlorin Coras1-2/+33
2021-04-28ip: extend the punt cli to accept reason filter for sockets registrationArthur de Kerhor1-0/+6
2021-04-28nat: fix byte order on ipfix message fieldsMatthew Smith4-7/+10
2021-04-27gre: Remove the debugging logging from the mGRE testsNeale Ranns1-6/+1
2021-04-27misc: fix dead storesDamjan Marion2-5/+2
2021-04-27vlib: improve enqueue_to_next buffer indices extractionDamjan Marion7-430/+266
2021-04-27hsa: custom proto vfts for vcl testsFlorin Coras5-314/+836
2021-04-27session: fix mq ext config cleanupFlorin Coras1-2/+1
2021-04-27misc: add StatementMacros to .clang-formatDamjan Marion1-9/+12
2021-04-27vppinfra: silence coverity warnings related to clib_memcpy_u32()Damjan Marion1-0/+10
2021-04-27vppinfra: Fix a bug related to path_searchRyo Nishikawa1-1/+1
2021-04-27vrrp: increase stack size of process nodeMatthew Smith1-2/+2
2021-04-27misc: auto-generate go bindingsVladimir Lavor1-0/+183
2021-04-27perfmon: top down level 1 supportmdr789-25/+248
2021-04-27hsa: use only one conn type for vcl testsFlorin Coras3-139/+80