Age | Commit message (Expand) | Author | Files | Lines |
2024-12-18 | hsa: http client honor configured timeout |  Florin Coras | 1 | -2/+3 |
2024-12-18 | hsa: fix http client connect failures |  Florin Coras | 1 | -2/+2 |
2024-12-18 | crypto: move crypto engines outside of plugins |  Damjan Marion | 24 | -305/+497 |
2024-12-18 | dns: cli support enable dns and config server addr |  fenglei | 1 | -0/+81 |
2024-12-16 | docs: add examples for BPF trace filtering |  Hadi Rayan Al-Sandid | 1 | -1/+64 |
2024-12-16 | policer: Add return_dsc for policer_add_command_fn |  fenglei | 1 | -2/+5 |
2024-12-16 | policer: fix policer_input coredump |  fenglei | 1 | -0/+3 |
2024-12-16 | papi: vpp_papi asyncio support |  Ole Troan | 2 | -1/+769 |
2024-12-16 | nat: add clear session for nat44-ed |  Ole Troan | 1 | -0/+22 |
2024-12-16 | map: map_domain_dump fails for empty tag |  Ole Troan | 1 | -6/+13 |
2024-12-12 | vapi: remove directory name from include guards |  Oleksandr Hnatiuk | 1 | -1/+1 |
2024-12-12 | build: use VPP_BUILD_TOPDIR from environment if set |  Oleksandr Hnatiuk | 1 | -1/+2 |
2024-12-12 | armada: fix feature arc for secondary interfaces |  Guillaume Solignac | 1 | -1/+1 |
2024-12-12 | pg: misc improvements and fixes |  Benoît Ganne | 6 | -80/+174 |
2024-12-12 | session: disable fifo tuning on app close |  Florin Coras | 1 | -0/+3 |
2024-12-11 | bpf_trace_filter: allow pcap filtering without classifier |  Hadi Rayan Al-Sandid | 3 | -13/+12 |
2024-12-10 | http: fix http_free_header_table |  Matus Fabian | 1 | -1/+0 |
2024-12-10 | ip: add enable ip4 api |  Ole Troan | 4 | -0/+78 |
2024-12-10 | http: connection upgrade mechanism |  Matus Fabian | 5 | -197/+415 |
2024-12-09 | cnat: add support for icmp traceroute |  Mohsin Kazmi | 1 | -33/+154 |
2024-12-08 | session: add ip4-fib-id and ip6-fib-id to app ns CLI |  Steven Luong | 3 | -11/+158 |
2024-12-08 | session: enhance display for show app |  Steven Luong | 4 | -10/+72 |
2024-12-08 | http: http_decap_udp_payload_datagram fix |  Matus Fabian | 2 | -3/+31 |
2024-12-08 | vcl: fix ldp getsockopt tcp_info length check |  Florin Coras | 1 | -3/+7 |
2024-12-07 | vcl: improve handling of thread cancelation in vls |  Florin Coras | 1 | -0/+7 |
2024-12-07 | tls: add async processing support |  Varun Rapelly | 5 | -70/+783 |
2024-12-07 | vcl: fix epoll wait assert |  Florin Coras | 1 | -1/+1 |
2024-12-06 | misc: move ppp to a plugin |  Joel Ahn | 17 | -40/+104 |
2024-12-06 | session: clean up session table when re-adding an existing application namespace |  Steven Luong | 1 | -0/+13 |
2024-12-06 | memif: add num pkts received/sent per queue |  Dau Do | 3 | -3/+69 |
2024-12-05 | hsa: fix proxy udp issue |  Adrian Villin | 2 | -4/+5 |
2024-12-05 | tap: update tap_flags |  Adrian Villin | 1 | -0/+1 |
2024-12-05 | crypto: add config option to adjust crypto sw scheduler queue size |  Dau Do | 2 | -37/+73 |
2024-12-04 | dev: include limits.h for PATH_MAX |  Renato Botelho do Couto | 1 | -0/+1 |
2024-12-02 | vcl: fix poll support |  Florin Coras | 3 | -2/+24 |
2024-11-29 | svm: fix overflow when no region is big enough |  Benoît Ganne | 1 | -32/+20 |
2024-11-29 | vapi: fix vapi_ctx_alloc |  Benoît Ganne | 1 | -5/+4 |
2024-11-28 | vcl: store libc_epfd in vls instead of vcl |  Florin Coras | 6 | -36/+59 |
2024-11-27 | api: fix bug in pcap capture api |  Hadi Rayan Al-Sandid | 1 | -1/+1 |
2024-11-27 | vapi: only wait if queue is empty |  Matthew Smith | 1 | -1/+2 |
2024-11-27 | vapi: remove plugin dependency from tests |  Stanislav Zaikin | 2 | -93/+117 |
2024-11-26 | build: add SHA256 checksums for downloaded dependencies |  Andrew Yourtchenko | 1 | -3/+3 |
2024-11-22 | pg: fix the buffer deletion |  Mohsin Kazmi | 1 | -11/+40 |
2024-11-22 | papi: remove deprecated pkg_resources |  Ole Troan | 3 | -9/+11 |
2024-11-21 | fib: fix `show ip fib memory` output error |  Jay Wang | 1 | -3/+2 |
2024-11-21 | vcl: make ldp workers thread local |  Florin Coras | 1 | -21/+5 |
2024-11-21 | hsa: added request repeating to http client |  Adrian Villin | 1 | -124/+238 |
2024-11-21 | session: fix ct get peer if peer freed |  Florin Coras | 1 | -0/+2 |
2024-11-20 | build: add vpp-opt-deps package |  Dave Wallace | 1 | -0/+4 |
2024-11-19 | http: track requests as independent objects |  Matus Fabian | 2 | -182/+203 |