aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-09-09dpdk: add support to disable interrupt modeMohsin Kazmi3-0/+13
2024-09-08http: large POST handlingMatus Fabian3-67/+202
2024-09-06session: add Source Deny ListSteven Luong30-329/+2247
2024-09-06linux-cp: auto select tap id when creating lcp pairStanislav Zaikin3-3/+6
2024-09-05flowprobe: run input nodes before inacl nodesScott Hutton1-2/+2
2024-09-05dev: add platform bus and devicetree supportDamjan Marion6-1/+623
2024-09-05api: fix endian issue for api trace save-jsonOle Troan1-1/+1
2024-09-04vcl: fix vcl issue in multi-thread-workers modeMohamed Feroz1-1/+7
2024-09-03iavf: fully support off-by-one driver behaviorVratko Polak2-5/+12
2024-08-29vcl: add support to write segmentsAritra Basu4-5/+106
2024-08-29virtio: RSS supportSteven Luong9-56/+190
2024-08-29build: add Marvell CN913x platformDamjan Marion1-0/+3
2024-08-29avf: add num tx/rx packets per queueDau Do5-0/+28
2024-08-29buffers: support disabling allocation per numa domainLukas Stockner1-7/+13
2024-08-29octeon: use proper refs for roc item spec and maskSriram Vatala1-43/+59
2024-08-29vppinfra: Use affinity for online cpus on FreeBSDTom Jones1-15/+7
2024-08-29crypto-native: aes_cbc_encrypt in vppinfraMohammed Hawari2-175/+227
2024-08-28ip6: fix error in ip6_input_checkBenoƮt Ganne1-1/+1
2024-08-28hsa: http_cli coverity fixMatus Fabian1-1/+1
2024-08-28http: http_send_data cleanupMatus Fabian1-36/+38
2024-08-28interface: do not update runtime data if input node is not setDamjan Marion1-0/+3
2024-08-28http: http_state_wait_app_reply improvementMatus Fabian2-6/+24
2024-08-23http: status line parsing fixMatus Fabian1-9/+25
2024-08-22sr: fix gcc 13.2.0 build errors on ubuntu 24.04Dave Wallace1-0/+2
2024-08-22misc: move osi to pluginHadi Rayan Al-Sandid11-33/+69
2024-08-22tests: fix make test python issues on ubuntu 24.04Dave Wallace1-0/+3
2024-08-22http_static: added last-modified headerAdrian Villin3-11/+30
2024-08-21vppinfra: cleaner way of getting libdl in CMakeGuillaume Solignac1-9/+1
2024-08-21dpdk: Move file-prefix flag processing into linux only blockTom Jones1-1/+3
2024-08-21octeon: add support for max_rx_frame_size updateAlok Mishra2-8/+27
2024-08-21octeon: enable tx checksum offload capabilityMonendra Singh Kushwaha2-5/+7
2024-08-21octeon: sync mac address to cgx/rpm tableMonendra Singh Kushwaha1-0/+17
2024-08-20vppinfra: fix format_clib_timebase_timeAdrian Villin1-5/+4
2024-08-20http_static: make max-age configurableAdrian Villin5-12/+168
2024-08-19http: make Media Types RFC9110 compliantAdrian Villin1-77/+77
2024-08-16http: http_read_message improvementMatus Fabian2-45/+78
2024-08-13tls: add basic tls record parsersFlorin Coras3-0/+532
2024-08-13session: problem in session_rules_details APISteven Luong1-0/+4
2024-08-09http: authority-form target parsing/serializingMatus Fabian3-0/+87
2024-08-07ikev2: handoff packetsStanislav Zaikin6-0/+232
2024-08-07vppapigen: ensure address types are nul terminatedOle Troan4-14/+27
2024-08-07ikev2: fix BN_bn2bin re-allocationStanislav Zaikin1-3/+2
2024-08-06session: memory leak in show session rulesSteven Luong1-6/+9
2024-08-06http: client POST methodMatus Fabian6-50/+722
2024-08-06session: session_lookup_local_endpoint returns the wrong valueSteven Luong1-1/+1
2024-08-06vlib: add 'exit' as alias to 'quit'Maxime Peim1-0/+6
2024-08-01vcl: handle EINTR in epoll_wait callsAritra Basu1-11/+37
2024-08-01tcp: add establish timer pops to statsAritra Basu2-13/+19
2024-08-01misc: remove deprecated builtinurl pluginMatus Fabian7-537/+0
2024-07-31ip6: set buffer->error in ip6_input_checkOle Troan1-32/+34