aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-11-09session: postpone ct cleanupsFlorin Coras1-18/+105
2021-11-09memif: memif linkstate can't become upDaniel Béreš1-1/+8
2021-11-08tcp: refactor reset nodeFlorin Coras1-49/+71
2021-11-08vppinfra: vectorized index to pointer functionDamjan Marion4-92/+343
2021-11-08vppinfra: clib_count_equal_* testsDamjan Marion2-1/+101
2021-11-08vppinfra: AVX512 in clib_count_equal_*Damjan Marion2-13/+98
2021-11-08build: -Wno-stringop-overflow during LTO phaseDamjan Marion2-0/+7
2021-11-08perfmon: fix iio-bw coverity issuesRay Kinsella3-5/+3
2021-11-07l2: fix array-bounds error for prefetch on ArmTianyu Li1-1/+2
2021-11-07crypto-native: fix uninitialized variableGabriel Oginski1-1/+1
2021-11-07perfmon: numa node list probing should use '/online' instead of '/has_cpu'Xiaoming Jiang1-1/+1
2021-11-06tcp: fix reset with packet ack numberFlorin Coras1-0/+1
2021-11-06vppinfra: move clib_count_equal_* codeDamjan Marion6-235/+244
2021-11-06unittest: remove clib_count_equal_* testsDamjan Marion1-97/+3
2021-11-06tcp: in place tcp header for buffer resetsFlorin Coras1-2/+2
2021-11-06build: print compiler and library dirDamjan Marion1-0/+2
2021-11-05dpdk: remove dead codeDamjan Marion1-4/+1
2021-11-05pci: remove dead codeDamjan Marion1-4/+0
2021-11-05vlib: remove dead codeDamjan Marion1-7/+0
2021-11-05devices: remove dead code in pipeDamjan Marion1-2/+1
2021-11-05vppinfra: remove dead code in elf.cDamjan Marion1-2/+0
2021-11-05ip: remove dead codeDamjan Marion1-3/+0
2021-11-05snort: default logging level should not be debugDamjan Marion1-1/+0
2021-11-05snort: fix unused result warning for gcc-10Tianyu Li1-2/+1
2021-11-05unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s...Steven Luong2-385/+30
2021-11-05virtio: fix the initializationMohsin Kazmi1-1/+1
2021-11-04ip: speed up reassembly code compilationKlement Sekera4-50/+36
2021-11-04ip: reassembly: avoid reading truncated L4 headersKlement Sekera3-81/+151
2021-11-03vppinfra: strstr_s_inline checks string unterminated wrongSteven Luong1-1/+1
2021-11-03pci: allocate and set length pci product nameRay Kinsella1-1/+1
2021-11-03wireguard: reduce memcopy and prefetch headerGabriel Oginski6-35/+48
2021-11-03tcp: make buffer reset function publicFlorin Coras2-32/+28
2021-11-03vcl: fix event triggered after closing connections.liuyacan1-1/+15
2021-11-03linux-cp: Cleanup any existing pairs when an interface is deletedNeale Ranns1-0/+17
2021-11-03ipsec: Support the single IPSec interface dumpNeale Ranns1-0/+5
2021-11-02ip: fix coverity warningKlement Sekera1-1/+1
2021-11-02fib: allow vnet rewrite max size to be smaller the pre_dataBenoît Ganne2-3/+5
2021-11-02snort: fix inconsistent snort input modeSivaprasad Tummala1-1/+2
2021-11-02tests: change code to avoid gcc-11 warningKlement Sekera1-4/+10
2021-11-02build: remove unnecessary executable bitsRay Kinsella18-0/+0
2021-11-02perfmon: added bundle to measure pci bandwidthRay Kinsella2-0/+259
2021-11-02perfmon: added intel internal io pmu supportRay Kinsella2-9/+82
2021-11-02vlib: retrieve the root bus of a given pci deviceRay Kinsella3-3/+70
2021-11-02vlib: add format pci link portRay Kinsella2-0/+14
2021-11-02vlib: allocate pci product_name with vec_allocRay Kinsella1-1/+1
2021-11-02vppinfra: initial RISC-V supportDamjan Marion4-1/+65
2021-11-02interface: avoid dependency on crc32 for eth handoffFlorin Coras3-21/+32
2021-11-02ip: fix build without vector unitDamjan Marion1-0/+13
2021-11-02classify: fix build on systems without crc32f and vector unitDamjan Marion1-2/+6
2021-11-02flowprobe: missing headerDamjan Marion1-0/+1