aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2023-10-14feature: remove unused codeDamjan Marion13-162/+29
2023-10-13linux-cp: check if lcp_itf_pair exists before creating tapStanislav Zaikin1-0/+9
2023-10-13ethernet: run callbacks for subifs too when mac changesAlexander Chernavin1-1/+10
2023-10-13vlib: properly replicate nexts when sibling node is created on runtimeDamjan Marion1-32/+33
2023-10-13vlib: allow unpriviledged vlib_pci_get_device_info()Damjan Marion2-3/+4
2023-10-13npt66: add show command and rx/tx countersOle Troan3-6/+68
2023-10-12session: fix duplicate rx eventsFlorin Coras1-10/+0
2023-10-12flowprobe: fix sending L2 flows using L2_IP6 templateAlexander Chernavin1-11/+13
2023-10-12dpdk: add Mellanox BlueField NICsAlexander Kozyrev1-0/+12
2023-10-12session: ignore connecting half_open session in session_tx_fifo_dequeue_internalSteven Luong1-1/+3
2023-10-11tls: Fix SSL_CTX leak on every client sessionBrian Morris2-11/+12
2023-10-11session: ignore app rx ntf if transport closedFlorin Coras1-1/+1
2023-10-11session: fix tx deq ntf assert for clFlorin Coras1-1/+1
2023-10-10lb: fix intermittent per-port-vip idx lookup failureDave Wallace1-0/+1
2023-10-10session: maintain old state on premature closeFlorin Coras1-7/+14
2023-10-09vppinfra: fix coverity issue CID 323952Dave Wallace1-1/+1
2023-10-09buffers: buffer allocation improvementsDamjan Marion2-38/+47
2023-10-08tls: propagate reads to app irrespective of stateFlorin Coras2-3/+2
2023-10-08tls: report error if connected cannot be initializedFlorin Coras1-4/+6
2023-10-08tls: no read after app closeFlorin Coras1-1/+1
2023-10-07session: propagate delayed rx evts after connect/acceptFlorin Coras1-5/+20
2023-10-07session: handle accept and connect errorsFlorin Coras2-6/+29
2023-10-06cnat: add flow hash config to cnat translationhedi bouattour4-7/+29
2023-10-04vppinfra: fix string termination in clib_file_get_resolved_basenameDamjan Marion1-0/+2
2023-10-03session: make port range configurableNathan Skrzypczak3-1/+16
2023-10-03build: add ability to disable some plugins from packaging and testsAndrew Yourtchenko1-1/+21
2023-10-03vppinfra: add foreach_int macroDamjan Marion1-0/+6
2023-10-03vppinfra: splat and gather vector inlinesDamjan Marion2-0/+24
2023-10-03nat: nat66 cli bug fixFilip Varga1-5/+5
2023-10-03stats: added optional CLI arg "port" to specify non-default portFahad Khan1-6/+8
2023-10-02tls: limit openssl engine max read burstFlorin Coras2-4/+6
2023-10-02tls: fix formatting of half open connectionsFlorin Coras1-0/+1
2023-10-01flow dpdk avf: add support for using l2tpv3 as RSS typeXinyao Cai3-0/+3
2023-10-01build: modify N_PREFETCH on Arm N2 to achieve best perfJieqiang Wang1-3/+2
2023-10-01fib: Crash when specify a big prefix length from CLI.Gavril Florian4-1/+33
2023-09-28dpdk-cryptodev: improve dequeue behavior, fix cache stats loggingPiotr Bronowski4-76/+88
2023-09-28dpdk: add ConnectX-6LX and ConnectX-7 supportAlexander Kozyrev1-3/+9
2023-09-26tls: init connection for prealloced app sessionsFlorin Coras1-0/+3
2023-09-26ping: Simple binary API for running ping based on eventsNikitaSkrynnik5-70/+285
2023-09-26crypto-ipsecmb: bump intel-ipsec-mb version to 1.4Ranjan Raj1-50/+59
2023-09-26fib: fix mpls label dpo drop protoVladislav Grishenko1-2/+2
2023-09-25fib: fix mpls label dpo packets prefetchingVladislav Grishenko1-16/+16
2023-09-24fib: Don't use an address from an attached prefix when sending ARP requests.Neale Ranns2-4/+12
2023-09-23udp: fix udp encap tracingDmitry Valter1-2/+2
2023-09-22tls: ignore tx events for not fully established sessionsFlorin Coras1-6/+9
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