Age | Commit message (Expand) | Author | Files | Lines |
2021-11-06 | build: print compiler and library dir | Damjan Marion | 1 | -0/+2 |
2021-11-05 | dpdk: remove dead code | Damjan Marion | 1 | -4/+1 |
2021-11-05 | pci: remove dead code | Damjan Marion | 1 | -4/+0 |
2021-11-05 | vlib: remove dead code | Damjan Marion | 1 | -7/+0 |
2021-11-05 | devices: remove dead code in pipe | Damjan Marion | 1 | -2/+1 |
2021-11-05 | vppinfra: remove dead code in elf.c | Damjan Marion | 1 | -2/+0 |
2021-11-05 | ip: remove dead code | Damjan Marion | 1 | -3/+0 |
2021-11-05 | snort: default logging level should not be debug | Damjan Marion | 1 | -1/+0 |
2021-11-05 | snort: fix unused result warning for gcc-10 | Tianyu Li | 1 | -2/+1 |
2021-11-05 | unittest: gcc-11 errors for clib_strcpy, clib_strstr, clib_strcat, and clib_s... | Steven Luong | 3 | -388/+33 |
2021-11-05 | virtio: fix the initialization | Mohsin Kazmi | 1 | -1/+1 |
2021-11-04 | ip: speed up reassembly code compilation | Klement Sekera | 4 | -50/+36 |
2021-11-04 | ip: reassembly: avoid reading truncated L4 headers | Klement Sekera | 3 | -81/+151 |
2021-11-03 | vppinfra: strstr_s_inline checks string unterminated wrong | Steven Luong | 1 | -1/+1 |
2021-11-03 | pci: allocate and set length pci product name | Ray Kinsella | 1 | -1/+1 |
2021-11-03 | wireguard: reduce memcopy and prefetch header | Gabriel Oginski | 6 | -35/+48 |
2021-11-03 | tcp: make buffer reset function public | Florin Coras | 2 | -32/+28 |
2021-11-03 | vcl: fix event triggered after closing connections. | liuyacan | 1 | -1/+15 |
2021-11-03 | linux-cp: Cleanup any existing pairs when an interface is deleted | Neale Ranns | 1 | -0/+17 |
2021-11-03 | ipsec: Support the single IPSec interface dump | Neale Ranns | 1 | -0/+5 |
2021-11-03 | tests: Apply the 'return self' pattern for the L2 objects | Neale Ranns | 1 | -0/+5 |
2021-11-02 | ip: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2021-11-02 | fib: allow vnet rewrite max size to be smaller the pre_data | Benoît Ganne | 2 | -3/+5 |
2021-11-02 | tests: update python packages | Dave Wallace | 5 | -115/+137 |
2021-11-02 | snort: fix inconsistent snort input mode | Sivaprasad Tummala | 1 | -1/+2 |
2021-11-02 | tests: change code to avoid gcc-11 warning | Klement Sekera | 1 | -4/+10 |
2021-11-02 | build: remove unnecessary executable bits | Ray Kinsella | 33 | -0/+0 |
2021-11-02 | perfmon: added bundle to measure pci bandwidth | Ray Kinsella | 2 | -0/+259 |
2021-11-02 | perfmon: added intel internal io pmu support | Ray Kinsella | 2 | -9/+82 |
2021-11-02 | vlib: retrieve the root bus of a given pci device | Ray Kinsella | 3 | -3/+70 |
2021-11-02 | vlib: add format pci link port | Ray Kinsella | 2 | -0/+14 |
2021-11-02 | vlib: allocate pci product_name with vec_alloc | Ray Kinsella | 1 | -1/+1 |
2021-11-02 | vppinfra: initial RISC-V support | Damjan Marion | 4 | -1/+65 |
2021-11-02 | interface: avoid dependency on crc32 for eth handoff | Florin Coras | 3 | -21/+32 |
2021-11-02 | ip: fix build without vector unit | Damjan Marion | 1 | -0/+13 |
2021-11-02 | classify: fix build on systems without crc32f and vector unit | Damjan Marion | 1 | -2/+6 |
2021-11-02 | flowprobe: missing header | Damjan Marion | 1 | -0/+1 |
2021-11-02 | build: clang-13 support | Damjan Marion | 3 | -2/+3 |
2021-11-02 | l2: fix outside array bounds errors | Damjan Marion | 2 | -2/+2 |
2021-11-02 | lisp: fix outside array bounds | Damjan Marion | 1 | -1/+1 |
2021-11-02 | vppinfra: add CLIB_ASSUME() macro | Damjan Marion | 1 | -0/+7 |
2021-11-02 | tcp: fix uninitializad value | Damjan Marion | 1 | -1/+1 |
2021-11-02 | vppinfra: fix calljmp test | Damjan Marion | 1 | -14/+12 |
2021-11-02 | hash: check if crc32c is available | Damjan Marion | 1 | -0/+4 |
2021-10-31 | ipsec: silence gcc-11 parentheses warning | Damjan Marion | 1 | -1/+1 |
2021-10-31 | interface: handoff refactor and optimizations | Florin Coras | 6 | -65/+171 |
2021-10-30 | build: add missing fib headers in packages | Benoît Ganne | 2 | -0/+9 |
2021-10-30 | nat: fix coverity warning | Klement Sekera | 1 | -1/+1 |
2021-10-29 | policer: fix coverity warning/NULL dereference | Klement Sekera | 1 | -2/+10 |
2021-10-29 | devices: default mode eth in the api | Nathan Skrzypczak | 2 | -2/+4 |