aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2021-12-16vppinfra: fix clib_fifo_elt_at_indexFlorin Coras1-1/+1
2021-12-16api: Fix reaper functions for socket clientsNeale Ranns1-1/+2
2021-12-15vppinfra: toeplitz hash four in parallelDamjan Marion6-76/+622
2021-12-14virtio: integrate with new tx infraMohsin Kazmi11-58/+251
2021-12-14vppinfra: toeplitz hashDamjan Marion5-0/+704
2021-12-14vppinfra: display cpu frequency in test_vector_funcs perf testDamjan Marion2-8/+24
2021-12-14interface: Add interface monitor cliNathan Skrzypczak4-0/+141
2021-12-14crypto-native: fix build error on Arm using clang-13Jieqiang Wang1-2/+2
2021-12-14misc: vppctl fix heap-buffer-overflow & memleaksTianyu Li1-0/+8
2021-12-14vxlan: crash on configuring vxlan tunnel on l3 modeSteven Luong2-7/+9
2021-12-14api: verify message size on receiptKlement Sekera16-88/+280
2021-12-14ip: reassembly: drop zero length fragmentsKlement Sekera3-0/+17
2021-12-13vppinfra: multiple perf bundle support in test_vector_funcsDamjan Marion2-10/+79
2021-12-12arp: fix arp_vft callbackMercury1-1/+1
2021-12-12tcp: fix the tcp src-address cliMercury1-0/+2
2021-12-10ip: reassembly: handle atomic fragments correctlyKlement Sekera2-45/+93
2021-12-09dpdk: disable l4 csum offload for vmxnet3Florin Coras1-1/+4
2021-12-09build: fix PYTHONPYCACHEPREFIX pathDamjan Marion1-1/+1
2021-12-08vcl: validate closed sessions on disconnect and resetFlorin Coras1-2/+2
2021-12-08memif: fix the memory leak when memif cli getting wrong parameters inputsHan Wu1-4/+12
2021-12-08api: improve REPLY_MACRO safetyKlement Sekera3-134/+167
2021-12-08session: stricter tx checks for ct sessionsFlorin Coras1-1/+11
2021-12-08session: fix duplicate segment del messageFlorin Coras1-6/+1
2021-12-07vcl: debug code improvementsFlorin Coras1-36/+33
2021-12-07vcl: handle reordering of disconnect and reset msgsFlorin Coras2-11/+61
2021-12-07fib: fix coverity warning/don't dereference NULLKlement Sekera1-1/+1
2021-12-06vcl: fix ldp shared listener bitmap leakFlorin Coras1-1/+2
2021-12-06vppinfra: add 'filter' option to test_vector_funcsDamjan Marion2-1/+9
2021-12-06vppinfra: sha2 testsDamjan Marion4-3/+345
2021-12-06build: leave to CMake to deal with -fPIEDamjan Marion1-2/+1
2021-12-04ipsec: fix async buffer leakMatthew Smith3-3/+2
2021-12-03interface: add multi tx-queues support for new tx infraMohsin Kazmi15-138/+869
2021-12-03api: refactor to use REPLY_MSG_ID_BASE #defineKlement Sekera10-50/+41
2021-12-03ip: extension header parsing fails for fragment headerOle Troan8-294/+277
2021-12-03fib: Fix the display (or lack of) for fib node types in dependent children listsNeale Ranns13-31/+48
2021-12-02tests: add segment manager testsFilip Tehlar1-29/+25
2021-12-02perfmon: compile dispatch wrapper once for each number of countersDamjan Marion3-35/+27
2021-12-02vppinfra: add perf testing to test_vector_funcDamjan Marion9-23/+386
2021-12-02perfmon: refactor perf metric supportRay Kinsella4-189/+80
2021-12-02build: bump min cmake version to 3.13 and remove workaroundsDamjan Marion1-12/+3
2021-12-02vppinfra: vector shuffle cleanupDamjan Marion6-53/+80
2021-12-02vppinfra: add SIMD masked bitwise opsDamjan Marion1-0/+28
2021-12-01api: add api macros for native endianMohsin Kazmi1-35/+289
2021-11-30interface: add support for outer header checksumsMohsin Kazmi3-0/+43
2021-11-30vcl: improve handling of failed connectsFlorin Coras1-10/+13
2021-11-30vcl: avoid ip format function vnet dependencyFlorin Coras3-169/+187
2021-11-30dpdk: cryptodev AES-CTR+SHA1 support addedPiotrX Kleski1-1/+4
2021-11-30dpdk-cryptodev: scalable session countDastin Wilski2-96/+143
2021-11-30vppinfra: remove duplicate api function definitionFlorin Coras2-13/+0
2021-11-29vcl: fix build with older gccFlorin Coras1-1/+1