aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-10nat: api autoendian fixFilip Varga7-76/+98
2021-11-10af_xdp: fix thread 0 and 1 using one txq slotarikachen1-2/+2
2021-11-10misc: update extras/scripts/lsnetDamjan Marion1-16/+47
2021-11-09build: install clang-format-11Dave Wallace2-6/+12
2021-11-09session: reset if ct close with dataFlorin Coras1-1/+15
2021-11-09session: postpone ct cleanupsFlorin Coras1-18/+105
2021-11-09tests: Remove the error output from the linux-cp testsNeale Ranns1-6/+3
2021-11-09build: missing clang in deps for ubuntu 20.04Damjan Marion1-2/+2
2021-11-09tests: fix missing dataclasses module in python 3.6Dave Wallace1-0/+1
2021-11-09memif: memif linkstate can't become upDaniel Béreš2-1/+48
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-06tests docs: fix jsonschema dependencyDave Wallace4-6/+20
2021-11-06vppinfra: move clib_count_equal_* codeDamjan Marion6-235/+244
2021-11-06unittest: remove clib_count_equal_* testsDamjan Marion2-98/+4
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 Luong3-388/+33
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-03tests: Apply the 'return self' pattern for the L2 objectsNeale 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-02tests: update python packagesDave Wallace5-115/+137
2021-11-02snort: fix inconsistent snort input modeSivaprasad Tummala1-1/+2
2021-11-02tests: change code to avoid gcc-11 warningKlement Sekera1-4/+10