aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-02-02session: guard session lookup table allocsFlorin Coras2-0/+37
2024-02-02vlib: flush rpcs on worker syncFlorin Coras1-0/+1
2024-02-02vlib api: move wrkr rpc flushing to vlibFlorin Coras5-21/+18
2024-01-31tls: set app closed flag in frameworkFlorin Coras2-2/+1
2024-01-31tls: convert ctx fields to connection flagsFlorin Coras5-36/+40
2024-01-30linux-cp: add add_del_v3 and get_v2 methodsAnton Nikolaev2-6/+108
2024-01-29api: provide api definition over apiOle Troan10-29/+968
2024-01-29hs-test: update docs on debuggingFilip Tehlar1-0/+15
2024-01-29hs-test: use relative paths for docker volumesFilip Tehlar7-17/+22
2024-01-29ip: don't export useless error counters for ip6 rewriteArthur de Kerhor2-2/+4
2024-01-26hs-test: updated golang and packagesadrianvillin3-31/+38
2024-01-25udp: update rx sw_if_index to ip-local selected oneFlorin Coras1-0/+4
2024-01-24misc: Initial 24.06-rc0 commitv24.06-rc0Andrew Yourtchenko2-1/+1
2024-01-23vppinfra: fix clib_array_mask_u32 OOB readsDmitry Valter2-7/+28
2024-01-23tls: fix ho leak on tcp connect returnFlorin Coras1-1/+4
2024-01-23papi: support old style of providing apidirVratko Polak1-1/+4
2024-01-23tls: overlap parent opaque with listener ctxFlorin Coras1-5/+6
2024-01-23tls: set flag whenever app session is freedFlorin Coras1-5/+9
2024-01-22session: flag instead of state for filtering ntfFlorin Coras1-2/+2
2024-01-21build: Explicitly use gmakeTom Jones5-38/+37
2024-01-20buffers: add compile-time option to set buffer alignmentDamjan Marion5-8/+11
2024-01-19build: disable plugins which require openssl if openssl is not availableDamjan Marion4-0/+21
2024-01-19build: fix default platformBenoƮt Ganne1-0/+1
2024-01-19hs-test: change convention for skipping testsFilip Tehlar3-5/+16
2024-01-19vppinfra: fix test_bihashDmitry Valter1-2/+2
2024-01-19lldp: dump apiDenys Haryachyy3-9/+132
2024-01-19vppinfra: fix bracket balanceGeorgy Borodin1-1/+2
2024-01-19vppinfra: fix vec_prepend use-after-freeDmitry Valter1-7/+9
2024-01-19memif: use VPP cacheline size for memif when compiling within VPPMohsin Kazmi3-0/+14
2024-01-19build: Explicitly use bash for shell scriptsTom Jones19-21/+21
2024-01-19af_xdp: Backport xdp-tools fix transposed calloc() argumentsnucleo1-0/+54
2024-01-18tests: preload api filesMaxime Peim6-38/+54
2024-01-18hs-test: use specific port for http3 testFilip Tehlar1-1/+1
2024-01-17octeon: native driver for Marvell Octeon SoCDamjan Marion21-18/+2659
2024-01-17vppinfra: change fchmod to umask for unix socketGeorgy Borodin1-14/+17
2024-01-17af_packet: set next0 for AF_PACKET_IF_MODE_ETHERNET modeArtem Glazychev1-0/+6
2024-01-16build: add vapi scripts to VPP_HOST_TOOLS_ONLYGuillaume Solignac1-0/+8
2024-01-16vnet: fix log_debug message formatGeorgy Borodin1-2/+1
2024-01-16vppinfra: fix memcpy test buffer sizeDmitry Valter1-1/+1
2024-01-16dpdk: add ID for QAT 4xxx series VF supportKai Ji1-1/+2
2024-01-16dpdk: fix log_debug message formatGeorgy Borodin1-1/+1
2024-01-16vlib: remove unused codeDamjan Marion1-16/+0
2024-01-16vppinfra: enable AES tests on ARMDamjan Marion4-10/+3
2024-01-16build: Provide clang-14 for Debian12Pim van Pelt1-0/+2
2024-01-16stats: Add optional labels to prometheus metricsPim van Pelt1-59/+255
2024-01-15session: avoid spurious disconnect and reset ntfsFlorin Coras1-2/+4
2024-01-15devices: add support to check host interface offload capabilitiesMohsin Kazmi2-6/+96
2024-01-14build: Add Debian12 environmentPim van Pelt1-0/+4
2024-01-12session: fix app wrk free leakFlorin Coras1-1/+1
2024-01-12crypto-native: add AES-CTRDamjan Marion4-18/+144