aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-11-17ipfix-export: tidy code style in flow_report.cPaul Atkins1-46/+46
2021-11-17ipfix-export: set msg id correctly for dump msgPaul Atkins1-1/+2
2021-11-17misc: Volunteer as maintainer for ipfix-exportPaul Atkins1-0/+1
2021-11-17nat: VPP crashes when route is not reachableDaniel Béreš1-0/+3
2021-11-17nat: det44 plugin session scavenging fixFilip Varga1-15/+27
2021-11-17misc: Add maintainer entry for ipfix-exportPaul Atkins1-0/+5
2021-11-16vlib: fix coverity warningKlement Sekera1-1/+0
2021-11-16build: upgrade to enchant-2Dave Wallace1-9/+9
2021-11-16docs: consume fd.io version listNathan Skrzypczak2-6/+35
2021-11-16perfmon: fix coverity warningKlement Sekera1-2/+9
2021-11-16build: Remove ubuntu-18.04 install dependenciesDave Wallace1-6/+2
2021-11-16session: add per worker ct contextFlorin Coras1-26/+43
2021-11-16vapi: verify message size when receivedKlement Sekera3-18/+51
2021-11-15docs: add jira linkNathan Skrzypczak1-0/+2
2021-11-15session: postpone ct segment deleteFlorin Coras1-47/+70
2021-11-15vcl: add DSCP support in VCLFilip Tehlar5-0/+17
2021-11-15misc: vppctl - remove the dependency on vppinfraAndrew Yourtchenko2-105/+162
2021-11-15vppinfra: fix masks in AVX512 clib_count_equal_*Dmitry Valter2-31/+40
2021-11-15memif: fix the coverity warningMohsin Kazmi1-5/+8
2021-11-15perfmon: rename bundle to memory stallsRay Kinsella2-9/+9
2021-11-15fib: re-evaluate the import/export state of a prefix.Neale Ranns6-77/+360
2021-11-14flowprobe: right values in records from subinterfacesDaniel Béreš1-2/+14
2021-11-12session: add support for DSCPFilip Tehlar3-7/+12
2021-11-12hash: refactor crc32_5tupleDamjan Marion4-121/+96
2021-11-12srtp: fix uninitialized valueDamjan Marion1-1/+1
2021-11-12build: remove unnecesary link depsDamjan Marion3-4/+3
2021-11-12session: fix ct tracking of actual transport protoFlorin Coras1-1/+1
2021-11-12virtio: improve the inline of clib_memcpy_fastMohsin Kazmi1-1/+1
2021-11-12memif: fix the default txq placementMohsin Kazmi1-3/+9
2021-11-11tests: make code coverage for unit tests optionalOle Troan3-3/+10
2021-11-11vcl: notify vpp if connected inexistent sessionFlorin Coras1-1/+11
2021-11-11nat: nat44-ei/ed nat objects cleanup improvementsFilip Varga5-259/+489
2021-11-10vppinfra: new vectorized ip checksum functions incl. csum_and_copyDamjan Marion8-100/+487
2021-11-10vppinfra: deprecate test_mheap.cDave Barach1-0/+0
2021-11-10ip: crash in ip_csum_fold due to illegal instruction shrxSteven Luong1-1/+1
2021-11-10vppinfra: new memcpy for x86_64Damjan Marion12-942/+790
2021-11-10ip: always set ip rx_sw_if_indexFlorin Coras3-10/+12
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