Age | Commit message (Expand) | Author | Files | Lines |
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 |
2021-10-28 | interface: refactor interface output node in different processing levels | Mohsin Kazmi | 1 | -13/+9 |
2021-10-28 | ip: improve csum fold on x86_64 | Damjan Marion | 1 | -1/+15 |
2021-10-28 | vrrp: fix coverity warning/NULL dereference | Klement Sekera | 1 | -4/+25 |
2021-10-28 | tap: handle null namespace and bridge correctly | Matthew Smith | 1 | -2/+4 |
2021-10-28 | vppinfra: A bitmap copy function | Neale Ranns | 1 | -0/+18 |
2021-10-28 | perfmon: fix coverity warning | Klement Sekera | 1 | -0/+8 |
2021-10-28 | ioam: fix coverity warning/NULL dereference | Klement Sekera | 1 | -9/+12 |
2021-10-27 | devices: fix coverity warning/don't leak fd | Klement Sekera | 1 | -1/+2 |
2021-10-27 | tcp: fix use of invalid local sw_if_index | Florin Coras | 2 | -5/+6 |
2021-10-27 | vppinfra: improve clib_array_mask_u32 | Damjan Marion | 1 | -33/+52 |
2021-10-27 | vppinfra: use bzhi in pow2_mask when available | Damjan Marion | 1 | -0/+3 |
2021-10-27 | api: fix buffer overflow in vl_msg_replay_json | Benoît Ganne | 1 | -0/+4 |
2021-10-27 | libmemif: fix gcc strict-proto error | Matthew Giassa | 1 | -3/+3 |
2021-10-26 | crypto: add barrier in crypto key add | Gabriel Oginski | 1 | -0/+12 |