aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2024-05-22vlib: prevent some signals from being executed on workersGuillaume Solignac1-0/+12
2024-05-22misc: Initial 24.10-rc0 commitv24.10-rc0Andrew Yourtchenko2-2/+2
2024-05-21session: remove ipv6 lookup threading assertBrian Morris1-1/+0
2024-05-20builtinurl: mark api as deprecatedMatus Fabian1-0/+1
2024-05-17hs-test: fixed timed out tests passing in the CIAdrian Villin3-33/+36
2024-05-17http: ignore http_proxy env in testsMatus Fabian1-4/+19
2024-05-17hs-test: updated api callsAdrian Villin5-47/+106
2024-05-15ip-neighbor: show age instead of time in cliMaxime Peim2-23/+24
2024-05-14http: fix unsupported client app methodMatus Fabian1-0/+7
2024-05-14http: notify client when connection failedMatus Fabian3-5/+29
2024-05-14http: fix server sending all status codesMatus Fabian4-9/+84
2024-05-14sr: move srmpls to a pluginScott Hutton15-36/+73
2024-05-14marvell: remove uses of uintlajoskatona1-1/+1
2024-05-14vppinfra: Add platform cpu and domain get for FreeBSDTom Jones1-1/+71
2024-05-14vppinfra: fix mhash oob after unset and add testsVladislav Grishenko5-7/+455
2024-05-14dpdk: Only prealloc huge pages on LinuxTom Jones1-1/+9
2024-05-14netmap: Reinstate and update netmap pluginTom Jones13-133/+134
2024-05-13http: fix user agent in requestMatus Fabian1-2/+7
2024-05-13vlib: avoid pci scan without registrationsVladimir Zhigulin1-6/+9
2024-05-13dev: fix mac address dump in trace outputAlok Mishra1-1/+1
2024-05-13wireguard: use clib helpers for endiannessGuillaume Solignac2-6/+6
2024-05-13nat: fix unitialized variableGuillaume Solignac1-1/+1
2024-05-13octeon: add support for mac address updateAlok Mishra1-0/+41
2024-05-10docs: Use newer Ubuntu LTS in tutorialElod Illes2-14/+9
2024-05-10hs-test: logging improvementsAdrian Villin14-31/+125
2024-05-09http: fix client parse error handlingMatus Fabian1-10/+8
2024-05-09hs-test: add make test-debug targetMatus Fabian1-0/+10
2024-05-08ethernet: check destination mac for L3 in ethernet-input nodeSteven Luong20-58/+90
2024-05-07http: fix client send another requestMatus Fabian1-0/+7
2024-05-07http: notify client on request errorMatus Fabian2-4/+23
2024-05-07api: add to_net parameter to endian messagesOle Troan13-92/+72
2024-05-07api: upgrade cjson and fix reallocOle Troan4-92/+125
2024-05-06vlib: fix use of RTLD_DEEPBIND for muslEric Sun1-0/+4
2024-05-06tests: remove uses of uintEric Sun1-1/+1
2024-05-06vlib: fix missing integer initGuillaume Solignac1-4/+4
2024-05-06vlib: revert automatic core pinning changesHadi Rayan Al-Sandid5-431/+7
2024-05-06iavf: disable VLAN stripping when VLAN offload is set in capsMohsin Kazmi1-16/+27
2024-05-06dpdk: Only use --file-prefix flag on LinuxTom Jones1-0/+2
2024-05-06vlib: Add FreeBSD specific platform filesTom Jones1-0/+6
2024-05-06dpdk: Only reconfigure max pipe size on linuxTom Jones1-1/+8
2024-05-06vppinfra: Include param.h on FreeBSDTom Jones1-1/+2
2024-05-06dpdk: Don't depend on rdma-core on FreeBSDTom Jones1-1/+4
2024-05-06dpdk: Use gnu sed on FreeBSD for header fix upsTom Jones1-3/+8
2024-05-06octeon: fix rvu vf device idMonendra Singh Kushwaha2-1/+3
2024-05-06octeon: add max packet length checkMonendra Singh Kushwaha2-2/+27
2024-05-06octeon: fix buffer free for more than 6 segmentMonendra Singh Kushwaha1-27/+37
2024-05-03vcl: allow more rx events on peekFlorin Coras1-1/+10
2024-05-03interface: fix check in set_interface_name apiStanislav Zaikin1-7/+6
2024-05-03http: fix http server in responseMatus Fabian5-4/+29
2024-05-02gso: use the header offsets from buffer metadataMohsin Kazmi5-162/+240