Age | Commit message (Expand) | Author | Files | Lines |
2022-04-11 | devices: refactor fanout support | Mohsin Kazmi | 3 | -27/+37 |
2022-04-10 | build: add clang-14 | Damjan Marion | 1 | -0/+1 |
2022-04-08 | devices: fix the offset for af-packet | Mohsin Kazmi | 1 | -14/+7 |
2022-04-08 | linux-cp: fix setting mtu on hardware interfaces | Matthew Smith | 1 | -1/+1 |
2022-04-08 | dpdk: add multi-txq support | Mohsin Kazmi | 4 | -13/+31 |
2022-04-08 | build: opensuse: remove nasm, change to clang | Laszlo Kiraly | 3 | -7/+6 |
2022-04-08 | stats: fix vector overrun in expend check | Dmitry Valter | 1 | -2/+2 |
2022-04-08 | vppinfra: introduce clib_perfmom | Damjan Marion | 11 | -216/+530 |
2022-04-08 | vppinfra: clib_interrupt_get_next reading unallocated memory | Paul Atkins | 2 | -1/+82 |
2022-04-08 | vppinfra: add bright colors to format_table | Damjan Marion | 2 | -2/+20 |
2022-04-08 | api: Do not assert of short message lengths | Neale Ranns | 1 | -1/+0 |
2022-04-07 | tls http: run config fns after init ones | Florin Coras | 2 | -2/+2 |
2022-04-07 | tls: fix session pool realloc on accept | Florin Coras | 1 | -0/+3 |
2022-04-07 | devices: add cli support for checksum and gso disable | Mohsin Kazmi | 5 | -20/+29 |
2022-04-06 | vppinfra: add vec_new_heap() | Damjan Marion | 2 | -5/+15 |
2022-04-06 | devices: add cli support to disable qdisc bypass | Mohsin Kazmi | 5 | -12/+39 |
2022-04-06 | stats: avoid linear search for empty entry | Damjan Marion | 3 | -10/+16 |
2022-04-06 | interface: unregister node counters on interface delete | Damjan Marion | 3 | -7/+21 |
2022-04-06 | vppinfra: add MAX macros for clib types | Damjan Marion | 1 | -0/+18 |
2022-04-06 | vlib: clear frame flags on free | Stanislav Zaikin | 1 | -0/+2 |
2022-04-06 | build: remove nasm | Damjan Marion | 6 | -52/+3 |
2022-04-05 | wireguard: prevent segfault on non-adj packets | Jon Loeliger | 2 | -0/+7 |
2022-04-05 | dpdk: bump to DPDK v22.03 | Dastin Wilski | 2 | -1/+59 |
2022-04-05 | dpdk: macros changes for dpdk 22.03 | Dastin Wilski | 4 | -60/+62 |
2022-04-05 | dpdk: compatibility layer for dpdk 22.03 bump | Dastin Wilski | 2 | -26/+87 |
2022-04-05 | dpdk: fix max frame size | Damjan Marion | 2 | -11/+11 |
2022-04-05 | nat: nat44 cli bug fix | Filip Varga | 5 | -42/+38 |
2022-04-05 | vppinfra: refactor address sanitizer | Damjan Marion | 25 | -247/+121 |
2022-04-05 | tap: fix the coverity warning | Mohsin Kazmi | 1 | -1/+1 |
2022-04-05 | devices: remove redundant code af-packet | Mohsin Kazmi | 2 | -23/+3 |
2022-04-05 | devices: fix the received blocks counters | Mohsin Kazmi | 1 | -5/+4 |
2022-04-05 | crypto-openssl: use getrandom to reseed openssl | Benoît Ganne | 1 | -13/+8 |
2022-04-05 | rdma: bump to rdma-core 39.1 | Benoît Ganne | 1 | -2/+2 |
2022-04-05 | vppinfra: use AVX512 compare for equality testing | Benoît Ganne | 1 | -45/+59 |
2022-04-05 | devices: fix the coverity warnings for af-packet v3 | Mohsin Kazmi | 1 | -9/+14 |
2022-04-05 | build: ./configure basic cross-compilation support | Damjan Marion | 1 | -12/+38 |
2022-04-04 | vppinfra: make _vec_len() read-only | Damjan Marion | 119 | -299/+300 |
2022-04-04 | udp: use pool safe reallocs | Florin Coras | 3 | -81/+8 |
2022-04-04 | tcp: use safe realloc pool | Florin Coras | 1 | -3/+3 |
2022-04-04 | interface api: restore order of context value | Vratko Polak | 1 | -1/+2 |
2022-04-04 | tls: set client ckpair only for non-test ckp | Florin Coras | 1 | -13/+15 |
2022-04-04 | tls: null terminate openssl chiphers | Florin Coras | 1 | -2/+2 |
2022-04-04 | vlib: remove unused fields | Damjan Marion | 4 | -25/+0 |
2022-04-04 | vlib: improve exec path search | Damjan Marion | 4 | -9/+35 |
2022-04-04 | session: use session layer rpc for evts sent to main | Florin Coras | 1 | -5/+9 |
2022-04-04 | vlib: fix memory leak in load_one_plugin | Damjan Marion | 1 | -0/+2 |
2022-04-04 | vppinfra: fix alloc and alignment in fifo | Damjan Marion | 2 | -45/+56 |
2022-04-04 | devices: add multi-queue support for af-packet | Mohsin Kazmi | 6 | -270/+571 |
2022-04-04 | interface: read only one line in show hardware | Vratko Polak | 1 | -9/+16 |
2022-04-03 | svm: Close client shm fd | root | 1 | -0/+1 |