summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-08-22tests: fix make test python issues on ubuntu 24.04Dave Wallace7-11/+628
2024-08-22hs-test: nginx proxy/mirroring test cleanupMatus Fabian9-191/+232
2024-08-22http_static: added last-modified headerAdrian Villin4-12/+42
2024-08-22hs-test: proxy testing improvementMatus Fabian14-114/+580
2024-08-21hs-test: fix vppinstance logs and disable traceAdrian Villin3-4/+3
2024-08-21hs-test: generate core dump, fix docker logs in CIAdrian Villin7-84/+283
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 Villin2-5/+6
2024-08-20http_static: make max-age configurableAdrian Villin7-17/+191
2024-08-19http: make Media Types RFC9110 compliantAdrian Villin2-81/+81
2024-08-16http: http_read_message improvementMatus Fabian3-46/+113
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 Fabian4-1/+108
2024-08-08tests: fix scapy 2.4.5 IPsec patch for AH + ESNBenoît Ganne2-18/+35
2024-08-07tests: fix ipv6 fragmented esp w/ scapy 2.4.5Benoît Ganne2-5/+4
2024-08-07ikev2: handoff packetsStanislav Zaikin7-23/+267
2024-08-07vppapigen: ensure address types are nul terminatedOle Troan4-14/+27
2024-08-07ikev2: fix BN_bn2bin re-allocationStanislav Zaikin2-13/+2
2024-08-07tests: update scapy to version 2.4.5Dave Wallace30-306/+610
2024-08-06session: memory leak in show session rulesSteven Luong1-6/+9
2024-08-06http: client POST methodMatus Fabian8-61/+884
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-01http_static: web app doc updateMatus Fabian1-10/+9
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 Fabian10-546/+3
2024-07-31ip6: set buffer->error in ip6_input_checkOle Troan1-32/+34
2024-07-31npt66: replace clib_warnings() with error countersOle Troan2-41/+43
2024-07-29tcp: fix typo in show tcp config CLI commandAritra Basu1-2/+2
2024-07-29hs-test: disable color output only in CIMatus Fabian1-1/+5
2024-07-29hs-test: save VPP logs with timestampsMatus Fabian1-9/+9
2024-07-29http: client code improvementMatus Fabian9-165/+626
2024-07-27tcp: CLI command to print tcp_cfgAritra Basu1-0/+68
2024-07-26tcp: improve tcp listener CLIAritra Basu3-0/+18
2024-07-25hs-test: fix docker warning messageAdrian Villin2-2/+5
2024-07-24hs-test: check container state after startupAdrian Villin2-2/+25
2024-07-24hs-test: fix logs once againAdrian Villin1-6/+6
2024-07-24prom: test_prom fixMatus Fabian1-0/+1
2024-07-24hs-test: update envoyAdrian Villin2-1/+3
2024-07-24prom: mem leak testMatus Fabian1-5/+45
2024-07-24http_static: fix coverity warningMatus Fabian1-1/+1
2024-07-24session: delete and add application namespace do not create the global sessio...Steven Luong5-93/+56
2024-07-23prom: concurrent connections fixMatus Fabian3-5/+42
2024-07-23http: state machine fixMatus Fabian5-4/+287