summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2023-10-20misc: VPP 23.10 Release Notesv23.10Andrew Yourtchenko2-0/+630
2023-10-11session: ignore app rx ntf if transport closedFlorin Coras1-1/+1
2023-10-11vppinfra: fix coverity issue CID 323952v23.10-rc2Dave Wallace1-1/+1
2023-10-10session: maintain old state on premature closeFlorin Coras1-7/+14
2023-10-09session: propagate delayed rx evts after connect/acceptFlorin Coras1-5/+20
2023-10-09tls: propagate reads to app irrespective of stateFlorin Coras2-3/+2
2023-10-09session: handle accept and connect errorsFlorin Coras2-6/+29
2023-10-09tls: no read after app closeFlorin Coras1-1/+1
2023-10-09tls: report error if connected cannot be initializedFlorin Coras1-4/+6
2023-10-09vppinfra: fix string termination in clib_file_get_resolved_basenameDamjan Marion1-0/+2
2023-10-09tls: limit openssl engine max read burstFlorin Coras2-4/+6
2023-10-09tls: init connection for prealloced app sessionsFlorin Coras1-0/+3
2023-10-09tls: ignore tx events for not fully established sessionsFlorin Coras1-6/+9
2023-10-02tls: fix formatting of half open connectionsFlorin Coras1-0/+1
2023-09-20misc: Initial changes for stable/2310 branchv23.10-rc1Andrew Yourtchenko1-0/+1
2023-09-20tests: remove unsupported qemu featureNaveen Joy1-1/+1
2023-09-19npt66: ensure feature is not configured multiple timesOle Troan2-12/+23
2023-09-18vcl: unset fifo evt before size checkFlorin Coras1-6/+8
2023-09-16vapi: fix coverity warningsDave Wallace1-12/+13
2023-09-16misc: VPP 23.06 Release NotesAndrew Yourtchenko2-0/+620
2023-09-15vpp-swan: fix configuration of policiesGabriel Oginski1-15/+16
2023-09-13nat: fix nat44_ed set_session_limit crashVladislav Grishenko2-10/+9
2023-09-13quic: fix quic sessions state updatesFlorin Coras2-11/+6
2023-09-13sr: mark sr_policies_v2_details message as productionAndrew Yourtchenko1-1/+0
2023-09-13adl: stabilize the APIAndrew Yourtchenko1-1/+1
2023-09-13flow: mark API as productionAndrew Yourtchenko1-1/+1
2023-09-13wireguard: stabilize the APIAndrew Yourtchenko1-1/+1
2023-09-13crypto-sw-scheduler: stabilize the APIAndrew Yourtchenko1-1/+1
2023-09-13hsa: fix coverity issue CID-313635Dave Wallace2-2/+8
2023-09-13api: fix vlibmemory coverity warning CID-300152Dave Wallace1-0/+4
2023-09-13vppinfra: add ARM Neoverse-N2 supportDamjan Marion3-94/+131
2023-09-13build: fix clang-16 buildDamjan Marion1-1/+3
2023-09-13idpf: make plugin default disabled until issues are fixedDamjan Marion1-0/+1
2023-09-13docs: mention how to build VPP outside gitVratko Polak3-2/+22
2023-09-13build: add vpp_plugins include directoryBenoît Ganne1-0/+1
2023-09-13vppinfra: fix coverity warning CID-313632Dave Wallace1-2/+0
2023-09-13vlib: deuglify the offset finding loop in pci.cVratko Polak1-5/+2
2023-09-13perfmon: fix perf_user_access_enabled typeTianyu Li1-1/+1
2023-09-13vppinfra: fix setns typoArtem Glazychev1-1/+1
2023-09-13pci: fix coverity issue CID-322372Dave Wallace1-1/+1
2023-09-12ipsec: improve fast path policy searching performanceXiaoming Jiang2-35/+59
2023-09-12crypto: allow changing dispatch modeVratko Polak4-2/+51
2023-09-12crypto-sw-scheduler: improve function indentationVratko Polak1-159/+156
2023-09-07session: make sure rx evt flag is cleared for builtin rxFlorin Coras1-0/+1
2023-09-07ipsec: clear L4-cksum flags when decap'ing packetsFrédéric Perrin2-1/+5
2023-09-07dpdk-cryptodev: fix cache ring stats cli commandPiotr Bronowski1-14/+12
2023-09-06build: add option to specify native -march= flag with VPP_BUILD_NATIVE_ARCHDamjan Marion1-8/+8
2023-09-06nat: improve nat44-ed outside address distributionVladislav Grishenko2-14/+15
2023-09-06virtio: add support for tx-queue-sizeMohsin Kazmi5-10/+27
2023-09-06ip: punt add punt socket support for icmp6Ole Troan3-31/+77