aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-05-11interface: tx queue infraDamjan Marion13-57/+503
2021-05-11build: compiler flags handling cleanupDamjan Marion5-49/+49
2021-05-11quic: alloc ctx on udp threadFlorin Coras1-9/+10
2021-05-11vppinfra: Add missing %oNathan Skrzypczak1-0/+4
2021-05-11vlib: exec cmd handle scripts with blank linesDave Barach1-3/+21
2021-05-10misc: fix crash in lawful intercept CLIhemant_mnkcg1-6/+6
2021-05-10session: use half-open sessions for vc establishmentFlorin Coras9-119/+126
2021-05-10dpdk: do not crash when failing to bring interface upBenoît Ganne1-5/+9
2021-05-10svm: try chunk alloc only if enough space availableFlorin Coras1-1/+2
2021-05-10gso: fix the gro coalesced chain lenMohsin Kazmi1-1/+2
2021-05-10api: fix crash in vl_msg_api_freewanghanlin1-1/+15
2021-05-08vhost: low performance in interrupt mode in some casesSteven Luong1-35/+19
2021-05-08memif: Fix delete on errorNathan Skrzypczak1-8/+0
2021-05-08avf: fix coverityMohammed Hawari1-7/+4
2021-05-07dpdk: fix cryptodev session handlerFan Zhang1-0/+4
2021-05-07session: connects seg manager is always firstFlorin Coras9-89/+32
2021-05-07avf: Fix cksum offload / ipsecNathan Skrzypczak1-1/+6
2021-05-07vppinfra: add universal array mask_compare and compress funcsDamjan Marion9-143/+496
2021-05-06build: add FORCE_ON option for multiarch variantsDamjan Marion3-4/+26
2021-05-06vcl: move tests to src/testsFlorin Coras1-872/+0
2021-05-06stats: move vector_rate counters into providerOle Troan3-66/+96
2021-05-06vlib: remove unused simple counters fieldsOle Troan1-6/+0
2021-05-06vcl: reduce iperf tests outputFlorin Coras1-8/+8
2021-05-06vppinfra: fix testsDamjan Marion17-87/+78
2021-05-06vlib: rename vl_counter_t to vlib_error_desc_tOle Troan8-16/+14
2021-05-06stats: memory heap countersOle Troan7-94/+246
2021-05-06pnat: coverity errorsOle Troan4-5/+13
2021-05-06memif: add severity to countersOle Troan5-19/+19
2021-05-06vlib: fix the offload flags sizeMohsin Kazmi14-36/+39
2021-05-05vppinfra: enfoce function pointer cast in CLIB_MARCH_FN_POINTERDamjan Marion1-2/+2
2021-05-05vppinfra: fix x86 packs / packus wrappersDamjan Marion4-94/+52
2021-05-05avf: remove dead storeDamjan Marion1-1/+0
2021-05-05vlib: fix adaptive mode flag unset on nodes reforkingMaxime Peim1-0/+4
2021-05-05nat: cli commands parsing fixFilip Varga2-235/+200
2021-05-05nat: fixing cfg file parsing cli issuesFilip Varga4-93/+92
2021-05-05build: set CMAKE_EXPORT_COMPILE_COMMANDSDamjan Marion1-0/+2
2021-05-05vlib: move offload flags to 1st cacheline in vlib_buffer_tMohsin Kazmi11-23/+22
2021-05-05misc: ipfix process node wait time adjustmentMatthew Smith2-3/+15
2021-05-05api: fix crash in custom dumpPaul Vinciguerra1-1/+1
2021-05-05crypto crypto-openssl: support hashing operationsFilip Tehlar6-15/+226
2021-05-05tcp: cleanup rcv-process and bulk buffer translationFlorin Coras1-141/+160
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