aboutsummaryrefslogtreecommitdiffstats
path: root/src/vnet
AgeCommit message (Expand)AuthorFilesLines
14 dayssession: do not match listeners when looking for lcl portv25.02-rc2stable/2502Florin Coras3-5/+73
2025-02-05l2: fix segment faultfenglei1-1/+4
2025-01-21crypto: add async algo macros for ctr sha2Nithinsen Kaithakadan1-1/+10
2025-01-16crypto: combine sync and async algos and opsDamjan Marion12-770/+419
2025-01-16ipsec: make algo data constantDamjan Marion4-162/+193
2025-01-16arp: fix command resolve and config filed exist differfenglei1-1/+2
2025-01-16ipsec: don't add crypto key if cipher is NONEDamjan Marion1-6/+10
2025-01-15tcp: export sdl header file for out-of-tree pluginsFlorin Coras1-0/+1
2025-01-13ip: fix local csum checkFlorin Coras1-5/+12
2025-01-13crypto: remove AEAD opt typesDamjan Marion2-17/+6
2025-01-10crypto: key storage improvementsDamjan Marion2-34/+47
2025-01-10dev: assign tx queue to all threadsMonendra Singh Kushwaha1-5/+9
2025-01-09sr: fix aarch64 build issueGuillaume Solignac1-0/+1
2025-01-08ipsec: fix spd fast path single match compare for ipv6Piotr Bronowski1-15/+91
2024-12-30session: proxy session migration fixMatus Fabian2-6/+12
2024-12-23session: add auto sdlSteven Luong8-33/+198
2024-12-18crypto: move crypto engines outside of pluginsDamjan Marion3-6/+174
2024-12-16policer: Add return_dsc for policer_add_command_fnfenglei1-2/+5
2024-12-16policer: fix policer_input coredumpfenglei1-0/+3
2024-12-12armada: fix feature arc for secondary interfacesGuillaume Solignac1-1/+1
2024-12-12pg: misc improvements and fixesBenoƮt Ganne6-80/+174
2024-12-12session: disable fifo tuning on app closeFlorin Coras1-0/+3
2024-12-11bpf_trace_filter: allow pcap filtering without classifierHadi Rayan Al-Sandid3-13/+12
2024-12-10ip: add enable ip4 apiOle Troan4-0/+78
2024-12-08session: add ip4-fib-id and ip6-fib-id to app ns CLISteven Luong3-11/+158
2024-12-08session: enhance display for show appSteven Luong4-10/+72
2024-12-07tls: add async processing supportVarun Rapelly2-2/+19
2024-12-06misc: move ppp to a pluginJoel Ahn10-1128/+0
2024-12-06session: clean up session table when re-adding an existing application namespaceSteven Luong1-0/+13
2024-12-05tap: update tap_flagsAdrian Villin1-0/+1
2024-12-04dev: include limits.h for PATH_MAXRenato Botelho do Couto1-0/+1
2024-11-27api: fix bug in pcap capture apiHadi Rayan Al-Sandid1-1/+1
2024-11-22pg: fix the buffer deletionMohsin Kazmi1-11/+40
2024-11-21fib: fix `show ip fib memory` output errorJay Wang1-3/+2
2024-11-21session: fix ct get peer if peer freedFlorin Coras1-0/+2
2024-11-18session: track number of tries to alloc lcl portFlorin Coras6-8/+71
2024-11-12sr : enable SRv6 uSID in the SRv6 APIAhmed Abdelsalam4-29/+44
2024-11-11tcp: handle multiple syns in time-waitFlorin Coras1-1/+1
2024-11-11sr : adding support to SRv6 uA behaviorAhmed Abdelsalam3-52/+116
2024-11-08session: validate appns index in vnet_session_rule_add_delSteven Luong3-1/+12
2024-11-07dev: secondary interfaces supportDamjan Marion11-183/+765
2024-11-07dev: introduce consistent_qp featureMohammed Hawari6-5/+14
2024-11-06session: session table holding free appns indexSteven Luong8-23/+403
2024-10-31virtio: introduce the consistent-qp featureMohammed Hawari8-15/+29
2024-10-30session: sesssion_rule_add_del API parsing port in wrong orderSteven Luong1-6/+6
2024-10-30ipsec: fix UDP flow in ipsec inbound policyGabriel Oginski1-25/+52
2024-10-29udp: connected mode only for connectsFlorin Coras1-10/+1
2024-10-29session: improve migration rx ntfFlorin Coras1-3/+1
2024-10-25http: pass timeout using extended configMatus Fabian2-3/+2
2024-10-25session: support of multiple extended configsMatus Fabian5-19/+105