aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-04-02api: fix rx timeout thread busy loop after reconnectVladislav Grishenko1-0/+2
2024-04-02map: BR rule lookup updateDan Geist4-7/+39
2024-04-02vapi: avoid memory leakKlement Sekera1-1/+1
2024-04-02lb: fix using vip after freeGeorgy Borodin1-3/+3
2024-04-02l2: fix vxlan src port entropy with mpls payloadVladislav Grishenko1-1/+5
2024-04-01linux-cp: add support for tap num queues configVladislav Grishenko3-2/+39
2024-04-01fib: add early config support for IP and IP6 default FIB table namesJon Loeliger5-12/+82
2024-04-01vhost: Only enable plugin on LinuxTom Jones1-0/+2
2024-04-01vlib: fix counter_index checklijinhui1-3/+5
2024-04-01octeon: specify pool when alloc buffersDamjan Marion1-1/+2
2024-04-01octeon: refill even if nothing dequeued from rx queueDamjan Marion1-5/+6
2024-03-30ipsec: fix clang compile issueKai Ji1-3/+0
2024-03-30tls: fix rescheduling when no data availableFlorin Coras1-2/+5
2024-03-29session: fix api coverity warningsFlorin Coras1-2/+4
2024-03-29session: add new api for enq tx io eventsFlorin Coras2-2/+10
2024-03-29session: use custom types for session flags and stateFlorin Coras1-16/+16
2024-03-29session: improve use of session handlesFlorin Coras7-76/+75
2024-03-29vlib: improve automatic core pinninghsandid4-7/+103
2024-03-29misc: deprecate lawful-intercepthsandid7-487/+5
2024-03-28acl: rework headers to enable out-of-tree usageMohammed Hawari4-8/+19
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