aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
9 dayssr: use correct reply to sr_policy_add_v2stable/2402Vratko Polak1-1/+1
2024-04-08misc: in crcchecker.py, don't check for uncommitted changes in CIDave Wallace1-7/+9
2024-03-12flowprobe: fix flush callbacks when multiple workersAlexander Chernavin2-2/+86
2024-03-11ipsec: check each packet for no algs in esp-encryptMatthew Smith2-11/+36
2024-03-11linux-cp: add add_del_v3 and get_v2 methodsAnton Nikolaev2-6/+108
2024-03-08ip: force full reassembly before virtualMatthew Smith1-14/+5
2024-03-01tls: mark ho done atomically after ctx initFlorin Coras1-1/+2
2024-03-01session: postpone ct cleanup if rx evt pendingFlorin Coras1-3/+4
2024-02-28misc: VPP 24.02 Release Notesv24.02Andrew Yourtchenko2-0/+568
2024-02-19buffers: bring back cache occupancy improvementVratko Polak1-0/+4
2024-02-13vcl: fix epollet test for unhandled evtsv24.02-rc2Florin Coras1-1/+1
2024-01-24misc: Initial changes for stable/2402 branchv24.02-rc1Andrew Yourtchenko1-0/+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
2024-01-12vppinfra: native AES-CTR implementationDamjan Marion7-210/+882