aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-03-26tls: init session for accepted ctxFlorin Coras1-7/+7
2024-03-26tcp: avoid fr segments less than mss if possibleFlorin Coras1-1/+5
2024-03-26tests: Add a socket timeoutTom Jones1-0/+6
2024-03-26papi: Use CMSG_SPACE for sizing ancillary buffer spaceTom Jones1-1/+1
2024-03-26nat: Include platform specific headers on FreeBSDTom Jones1-0/+5
2024-03-26vrrp: fix vrrp_garp_or_na_send()'s memory leakluoyaozu1-0/+2
2024-03-25vcl: add api to retrieve num bytes for txFlorin Coras3-2/+21
2024-03-24tls: pass session state to engine on client initFlorin Coras1-1/+3
2024-03-23fib: fix vectorized impl buffer typoDmitry Valter1-1/+1
2024-03-22ipsec: esp_decrypt code clean upFan Zhang1-43/+42
2024-03-22dpdk-cryptodev: fix coverity issuesDmitry Valter1-1/+1
2024-03-22mss_clamp: fix next layer in ipv6Maxime Peim1-16/+13
2024-03-21session: fix workers race to allocate lookup tableFlorin Coras1-24/+39
2024-03-21ip: add support for buffer offload metadata in ip midchainArthur de Kerhor5-44/+78
2024-03-21ipsec: remove unused parameter for esp_add_footer_and_icvFan Zhang1-4/+3
2024-03-20tls: avoid app session preallocationFlorin Coras3-56/+15
2024-03-20vppinfra: Define EBADFD on FreeBSDTom Jones1-0/+4
2024-03-19vcl: Only build vcl_ldpreload on LinuxTom Jones1-1/+6
2024-03-18tls: handle attepts to renegotiate hsFlorin Coras3-2/+16
2024-03-18vapi: uds transport supportStanislav Zaikin6-171/+783
2024-03-18vppinfra: os agnostic api for getting CPU informationDamjan Marion9-30/+77
2024-03-18build: add option to specify supported OS list for pluginDamjan Marion5-1/+13
2024-03-15ip: reassembly - return correct valueKlement Sekera2-2/+2
2024-03-15misc: Add platform specific header on FreeBSDTom Jones1-0/+4
2024-03-13vcl: fix bitfield truncation with clang16Florin Coras1-1/+1
2024-03-13misc: fix the static vppctl buildAndrew Yourtchenko1-1/+3
2024-03-13papi: use correct size for fixed length stringsKlement Sekera1-1/+1
2024-03-12misc: remove GNU Indent directivesDamjan Marion649-4341/+1
2024-03-12vpp: set asan default optionsDmitry Valter2-0/+20
2024-03-11urpf: fix uprf_update prototypeMaxime Peim1-1/+1
2024-03-10session: use no for ports in transport port allocatorFlorin Coras3-11/+17
2024-03-09session: fix port alloc for fixed lcl port reuseFlorin Coras1-2/+3
2024-03-07flowprobe: fix flush callbacks when multiple workersAlexander Chernavin1-0/+86
2024-03-05ip: force full reassembly before virtualMatthew Smith1-14/+5
2024-03-05dpdk: correct waiting timesGeorgy Borodin2-9/+53
2024-03-05vpp: fix stdin vs non-interactive command clashVladislav Grishenko1-10/+13
2024-03-05octeon: add support for VF deviceMonendra Singh Kushwaha3-6/+19
2024-03-05vlib: fix initial stats time for the process nodesVladislav Grishenko1-1/+2
2024-03-05vnet: fix format of deleted sw interfacesVladislav Grishenko16-82/+49
2024-03-04vppinfra: SHA2-256 ARM ISA supportDamjan Marion1-55/+104
2024-03-04af_packet: fix the device input feature arc supportMohsin Kazmi1-32/+13
2024-03-04misc: fix icmpMaxime Peim2-1/+1
2024-03-04bpf_trace_filter: support bpf filter optimization and dumpVladislav Grishenko5-14/+95
2024-03-04vppinfra: add os_get_online_cpu_core() and os_get_online_cpu_node()Damjan Marion6-22/+47
2024-03-04ip: fix warning on interface ipv6 prefix removeVladislav Grishenko1-1/+1
2024-03-04fib: fix crash while adding intf-rx routesVladislav Grishenko6-5/+31
2024-03-03svm: fix svm queue overwrite while adding 2 elementsVladislav Grishenko1-2/+2
2024-03-03udp: fix ipv6 udp punt showSamvel Vartapetov1-1/+1
2024-03-01session: add api cb for listen and unlistenFlorin Coras4-17/+24
2024-03-01crypto-native: fix AES-CBC encrypt loopDamjan Marion1-6/+6