aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-12-01flowprobe: fix corrupted packets sent after feature disablingAlexander Chernavin3-2/+54
2023-12-01ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-12-01flowprobe: fix sending L2 flows using L2_IP6 templateAlexander Chernavin1-11/+13
2023-12-01memif: contention between memif_disconnect and memif RX/TX threadsSteven Luong1-0/+11
2023-11-30fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns2-4/+12
2023-10-25tcp: allow fins in syns in syn-rcvdFlorin Coras1-7/+11
2023-10-25tcp: handle syn-ack in fin-wait-2 in rcv processFlorin Coras1-0/+2
2023-10-25tcp: initialize connection index on rst w packetFlorin Coras1-0/+1
2023-10-25session: fix duplicate rx eventsFlorin Coras1-10/+0
2023-10-25session: ignore connecting half_open session in session_tx_fifo_dequeue_internalSteven Luong1-1/+3
2023-10-25tls: Fix SSL_CTX leak on every client sessionBrian Morris2-11/+12
2023-10-25session: fix tx deq ntf assert for clFlorin Coras1-1/+1
2023-10-25dpdk-cryptodev: improve dequeue behavior, fix cache stats loggingPiotr Bronowski4-76/+88
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-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-13nat: fix nat44_ed set_session_limit crashVladislav Grishenko1-8/+4
2023-09-13quic: fix quic sessions state updatesFlorin Coras1-11/+5
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-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