Age | Commit message (Expand) | Author | Files | Lines |
2021-09-20 | vppinfra: format table improvements | Nathan Skrzypczak | 2 | -10/+32 |
2021-09-20 | hash: add support for hashing infra | Mohsin Kazmi | 9 | -0/+731 |
2021-09-17 | build: use GNUInstallDirs install destinations | Nick Brown | 8 | -11/+12 |
2021-09-17 | dpdk: enable ENA tx offload | Benoît Ganne | 1 | -0/+7 |
2021-09-17 | vppinfra: move format_table from perfmon | Nathan Skrzypczak | 5 | -17/+19 |
2021-09-17 | misc: put devtools plugins into separate component/package | Damjan Marion | 6 | -3/+18 |
2021-09-17 | ebuild: cleanup of DPDK options in external.mk | Mohammed Hawari | 1 | -19/+0 |
2021-09-17 | memif: avoid double pool_put on a clib_file | Steven Luong | 1 | -1/+2 |
2021-09-16 | dpdk: fix checksum offload | Florin Coras | 1 | -2/+1 |
2021-09-16 | avf: fix RSS hash key | Benoît Ganne | 1 | -4/+11 |
2021-09-16 | session: Add sock_name option to add_ns | Nathan Skrzypczak | 5 | -44/+183 |
2021-09-16 | vxlan: improve to use the hardware offload | Mohsin Kazmi | 3 | -84/+49 |
2021-09-16 | dpdk: add support for outer udp and ipv4 checksums | Mohsin Kazmi | 4 | -16/+70 |
2021-09-16 | dpdk: fix the outer ipv4 checksum | Mohsin Kazmi | 2 | -0/+110 |
2021-09-16 | ip6-nd: add ip6-nd proxy | Mohsin Kazmi | 7 | -2/+639 |
2021-09-15 | vlib: add option to plugin registration to prefer deep binding | Damjan Marion | 2 | -6/+7 |
2021-09-15 | tap: set device name on creation via TUNSETIFF | Duncan Eastoe | 1 | -17/+8 |
2021-09-14 | vlib: add graceful termination with status | Pierre Pfister | 2 | -1/+12 |
2021-09-14 | misc: volunteer as extra maintainer for DPDK | Mohammed Hawari | 1 | -0/+1 |
2021-09-13 | interface: fix init fib_index_by_sw_if_index | Nathan Skrzypczak | 13 | -69/+18 |
2021-09-13 | snort: fix epoll_wait unsigned return value | Tianyu Li | 1 | -3/+9 |
2021-09-13 | tcp session: initialize sw_if_index at connect time | Florin Coras | 5 | -12/+13 |
2021-09-13 | dpdk: fix prefetch assert on Arm | Tianyu Li | 1 | -4/+4 |
2021-09-13 | ip: show ip table CLI | Nathan Skrzypczak | 1 | -0/+77 |
2021-09-13 | build: verbose dpdk build requiring meson 0.55 | Nick Brown | 2 | -3/+11 |
2021-09-13 | ip-neighbor: Handle local MAC address change for incomplete adjacencies | Neale Ranns | 6 | -44/+80 |
2021-09-10 | vcl: avoid duplicated events in epoll lt | liuyacan | 1 | -4/+6 |
2021-09-10 | vcl: fix free segments assert | Florin Coras | 1 | -1/+1 |
2021-09-09 | vlib: fix vlib_buffer_enqueue_to_next() overflow | Benoît Ganne | 3 | -7/+32 |
2021-09-09 | nat: Revert "nat: nat44-ed add session timing out indicator in api" | Andrew Yourtchenko | 2 | -150/+1 |
2021-09-09 | srtp: fix header len assert | Florin Coras | 1 | -1/+1 |
2021-09-09 | nat: nat44-ed add session timing out indicator in api | Alexander Chernavin | 2 | -1/+150 |
2021-09-09 | stats: revert enable/disable segments polls | Ray Kinsella | 3 | -29/+16 |
2021-09-09 | session: fix non-NULL terminated string | Benoît Ganne | 1 | -18/+7 |
2021-09-09 | flowprobe: simplify test logic | Klement Sekera | 1 | -55/+18 |
2021-09-09 | linux-cp: fix non-NULL terminated string | Benoît Ganne | 1 | -1/+1 |
2021-09-09 | linux-cp: Complete interface creation logic | Pim van Pelt | 6 | -86/+268 |
2021-09-08 | linux-cp: fix crash on failed vlib_buffer_copy | Pim van Pelt | 1 | -12/+24 |
2021-09-08 | vrrp: fix source address on advertisements | Matthew Smith | 1 | -2/+13 |
2021-09-08 | interface: add custom interface name support | Steven Luong | 3 | -1/+100 |
2021-09-08 | perfmon: sort 'show perfmon bundle' output | Zachary Leaf | 1 | -0/+11 |
2021-09-08 | interface: fix coverity issue | Mohammed Hawari | 1 | -1/+1 |
2021-09-08 | perfmon: add membw-bound bundle | Ray Kinsella | 4 | -1/+80 |
2021-09-08 | perfmon: adding support for papi TMAM | Ray Kinsella | 4 | -54/+113 |
2021-09-08 | nat: remove unusued parameters and use correct parameter types | Klement Sekera | 2 | -20/+15 |
2021-09-08 | tests: fix DEBUG=attach multiple worker config | Klement Sekera | 1 | -0/+3 |
2021-09-08 | dpdk: fix coverity | Mohammed Hawari | 1 | -0/+2 |
2021-09-07 | devices: restore regular af-packet tx path | Mohammed Hawari | 2 | -21/+28 |
2021-09-07 | dpdk: lro support | Mohammed Hawari | 5 | -19/+110 |
2021-09-07 | interface: full poll vector on adaptive mode | Maxime Peim | 4 | -10/+42 |