Age | Commit message (Expand) | Author | Files | Lines |
2024-06-05 | buffers: support per-numa-domain buffer size | Lukas Stockner | 2 | -3/+46 |
2024-06-04 | ipsec: fix missing udp port check | Fan Zhang | 1 | -8/+7 |
2024-06-03 | ip: add support for drop route through vpp CLI | Mohsin Kazmi | 2 | -1/+7 |
2024-06-03 | fib: set the value of the sw_if_index for DROP route | Mohsin Kazmi | 1 | -0/+1 |
2024-06-01 | vlib: clean up r2 plugin registration relocator | Dave Barach | 1 | -9/+43 |
2024-05-29 | octeon: convert link speed from Mbps to Kbps | Monendra Singh Kushwaha | 1 | -1/+2 |
2024-05-29 | vlib: stack trace and signal handler improvements | Damjan Marion | 11 | -2739/+293 |
2024-05-28 | http_static: sanitize path before file read | Matus Fabian | 2 | -4/+75 |
2024-05-28 | octeon: add support for Marvell Octeon9 SoC | Monendra Singh Kushwaha | 5 | -2/+104 |
2024-05-28 | octeon: fix lbk vf initialization | Monendra Singh Kushwaha | 1 | -0/+1 |
2024-05-28 | urpf: export to use it externally | Maxime Peim | 5 | -22/+39 |
2024-05-28 | urpf: node refactor | Maxime Peim | 1 | -145/+179 |
2024-05-24 | udp: fix csum computation when offload disabled | Florin Coras | 2 | -7/+32 |
2024-05-24 | ip6: fix icmp throttling error index | Maxime Peim | 1 | -1/+1 |
2024-05-24 | vlib: improvement to automatic core pinning | hsandid | 2 | -0/+13 |
2024-05-23 | virtio: Add RX queue full statisitics | Steven Luong | 2 | -0/+11 |
2024-05-23 | vppinfra: support libunwind for backtrace | Guillaume Solignac | 2 | -0/+13 |
2024-05-22 | vlib: prevent some signals from being executed on workers | Guillaume Solignac | 1 | -0/+12 |
2024-05-21 | session: remove ipv6 lookup threading assert | Brian Morris | 1 | -1/+0 |
2024-05-20 | builtinurl: mark api as deprecated | Matus Fabian | 1 | -0/+1 |
2024-05-15 | ip-neighbor: show age instead of time in cli | Maxime Peim | 2 | -23/+24 |
2024-05-14 | http: fix unsupported client app method | Matus Fabian | 1 | -0/+7 |
2024-05-14 | http: notify client when connection failed | Matus Fabian | 2 | -4/+14 |
2024-05-14 | http: fix server sending all status codes | Matus Fabian | 2 | -0/+12 |
2024-05-14 | sr: move srmpls to a plugin | Scott Hutton | 12 | -34/+70 |
2024-05-14 | marvell: remove uses of uint | lajoskatona | 1 | -1/+1 |
2024-05-14 | vppinfra: Add platform cpu and domain get for FreeBSD | Tom Jones | 1 | -1/+71 |
2024-05-14 | vppinfra: fix mhash oob after unset and add tests | Vladislav Grishenko | 5 | -7/+455 |
2024-05-14 | dpdk: Only prealloc huge pages on Linux | Tom Jones | 1 | -1/+9 |
2024-05-14 | netmap: Reinstate and update netmap plugin | Tom Jones | 11 | -0/+2144 |
2024-05-13 | http: fix user agent in request | Matus Fabian | 1 | -2/+7 |
2024-05-13 | vlib: avoid pci scan without registrations | Vladimir Zhigulin | 1 | -6/+9 |
2024-05-13 | dev: fix mac address dump in trace output | Alok Mishra | 1 | -1/+1 |
2024-05-13 | wireguard: use clib helpers for endianness | Guillaume Solignac | 2 | -6/+6 |
2024-05-13 | nat: fix unitialized variable | Guillaume Solignac | 1 | -1/+1 |
2024-05-13 | octeon: add support for mac address update | Alok Mishra | 1 | -0/+41 |
2024-05-09 | http: fix client parse error handling | Matus Fabian | 1 | -10/+8 |
2024-05-08 | ethernet: check destination mac for L3 in ethernet-input node | Steven Luong | 1 | -4/+32 |
2024-05-07 | http: fix client send another request | Matus Fabian | 1 | -0/+7 |
2024-05-07 | http: notify client on request error | Matus Fabian | 2 | -4/+23 |
2024-05-07 | api: add to_net parameter to endian messages | Ole Troan | 13 | -92/+72 |
2024-05-07 | api: upgrade cjson and fix realloc | Ole Troan | 4 | -92/+125 |
2024-05-06 | vlib: fix use of RTLD_DEEPBIND for musl | Eric Sun | 1 | -0/+4 |
2024-05-06 | tests: remove uses of uint | Eric Sun | 1 | -1/+1 |
2024-05-06 | vlib: fix missing integer init | Guillaume Solignac | 1 | -4/+4 |
2024-05-06 | vlib: revert automatic core pinning changes | Hadi Rayan Al-Sandid | 4 | -103/+7 |
2024-05-06 | iavf: disable VLAN stripping when VLAN offload is set in caps | Mohsin Kazmi | 1 | -16/+27 |
2024-05-06 | dpdk: Only use --file-prefix flag on Linux | Tom Jones | 1 | -0/+2 |
2024-05-06 | vlib: Add FreeBSD specific platform files | Tom Jones | 1 | -0/+6 |
2024-05-06 | dpdk: Only reconfigure max pipe size on linux | Tom Jones | 1 | -1/+8 |