aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
13 daysmisc: move ppp to a pluginJoel Ahn17-40/+104
13 dayssession: clean up session table when re-adding an existing application namespaceSteven Luong1-0/+13
13 daysmemif: add num pkts received/sent per queueDau Do3-3/+69
14 dayshsa: fix proxy udp issueAdrian Villin2-4/+5
14 daystap: update tap_flagsAdrian Villin1-0/+1
14 dayscrypto: add config option to adjust crypto sw scheduler queue sizeDau Do2-37/+73
2024-12-04dev: include limits.h for PATH_MAXRenato Botelho do Couto1-0/+1
2024-12-02vcl: fix poll supportFlorin Coras3-2/+24
2024-11-29svm: fix overflow when no region is big enoughBenoît Ganne1-32/+20
2024-11-29vapi: fix vapi_ctx_allocBenoît Ganne1-5/+4
2024-11-28vcl: store libc_epfd in vls instead of vclFlorin Coras6-36/+59
2024-11-27api: fix bug in pcap capture apiHadi Rayan Al-Sandid1-1/+1
2024-11-27vapi: only wait if queue is emptyMatthew Smith1-1/+2
2024-11-27vapi: remove plugin dependency from testsStanislav Zaikin2-93/+117
2024-11-26build: add SHA256 checksums for downloaded dependenciesAndrew Yourtchenko1-3/+3
2024-11-22pg: fix the buffer deletionMohsin Kazmi1-11/+40
2024-11-22papi: remove deprecated pkg_resourcesOle Troan3-9/+11
2024-11-21fib: fix `show ip fib memory` output errorJay Wang1-3/+2
2024-11-21vcl: make ldp workers thread localFlorin Coras1-21/+5
2024-11-21hsa: added request repeating to http clientAdrian Villin1-124/+238
2024-11-21session: fix ct get peer if peer freedFlorin Coras1-0/+2
2024-11-20build: add vpp-opt-deps packageDave Wallace1-0/+4
2024-11-19http: track requests as independent objectsMatus Fabian2-182/+203
2024-11-19http: HTTP Datagrams and the Capsule ProtocolMatus Fabian2-0/+265
2024-11-19quic: update to quicly version 0.1.5Dave Wallace4-22/+16
2024-11-19api: support api clients with real-time schedulingFlorin Coras1-7/+44
2024-11-18session: track number of tries to alloc lcl portFlorin Coras6-8/+71
2024-11-14hsa: configurable connect-proxy idle timeoutMatus Fabian2-1/+13
2024-11-14http: state machine improvementMatus Fabian3-233/+235
2024-11-14mss_clamp: export functionsMaxime Peim1-2/+2
2024-11-13http_static: api add keepalive-timeoutMatus Fabian5-23/+38
2024-11-13octeon: set rss flowkey after mac updateMonendra Singh Kushwaha1-0/+20
2024-11-13tracenode: fix pcap capture if packet is also tracedBenoît Ganne1-7/+3
2024-11-13vlib: add clib_stack_frame_get_raw()Benoît Ganne4-16/+31
2024-11-13octeon: fix compilation for octeonMonendra Singh Kushwaha3-12/+15
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-11octeon: add support for hmac_md5 and chachapolyKishor Dhanawade2-1/+39
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-07hsa: proxy fix assert placementFlorin Coras1-3/+4
2024-11-07armada: initial DSA supportDamjan Marion6-85/+441
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 Luong9-23/+407
2024-11-05svm: mq use poll instead of SO_RCVTIMEOFlorin Coras1-11/+15
2024-11-04hsa: added GET method to clientAdrian Villin3-582/+744
2024-11-01http: CONNECT method for tunnellingMatus Fabian4-66/+341
2024-11-01http: fix invalid listener handle timeout configDave Wallace1-1/+1
2024-11-01vcl: fix vls mt detection and select handlingFlorin Coras3-3/+29