Age | Commit message (Expand) | Author | Files | Lines |
2022-04-18 | session: add support for listen proxies | Florin Coras | 2 | -5/+27 |
2022-04-18 | nat: fix deleting nat ei out interface feature | Alexander Skorichenko | 1 | -2/+2 |
2022-04-16 | hsa: vcl test client allow non-blocking connects | Florin Coras | 3 | -45/+66 |
2022-04-15 | hsa: support configurable vcl client wrk loop | Florin Coras | 1 | -69/+128 |
2022-04-15 | stats: store heap in the directory_entry vector | Damjan Marion | 2 | -15/+2 |
2022-04-15 | build: c compiler version warnings | Damjan Marion | 1 | -11/+34 |
2022-04-15 | api: fix infinite loop in show api dump CLI | Andrew Yourtchenko | 1 | -1/+1 |
2022-04-14 | vlib: disable cpu pinning if not configured | Benoît Ganne | 3 | -23/+24 |
2022-04-14 | gtpu: fix memory leak | Leung Lai Yung | 1 | -0/+1 |
2022-04-14 | ipsec: perf improvement of ipsec4_input_node using flow cache | Zachary Leaf | 8 | -54/+311 |
2022-04-13 | crypto-openssl: use getrandom syscall | Guillaume Solignac | 1 | -2/+2 |
2022-04-13 | vppinfra: fix GCC 7.3 build error with asm inline | Guillaume Solignac | 1 | -4/+4 |
2022-04-13 | vppinfra: fix clang-10 build error with asm inline | Tianyu Li | 1 | -1/+1 |
2022-04-12 | vppinfra: vector perf improvements | Damjan Marion | 15 | -139/+326 |
2022-04-12 | ip: fix arc start in ip46-local for local mfib entries | Alexander Chernavin | 2 | -25/+25 |
2022-04-12 | hsa: fix coverity warning | Florin Coras | 1 | -0/+1 |
2022-04-12 | hsa: vcl test client option to close only client | Florin Coras | 2 | -2/+12 |
2022-04-12 | tcp: limit persist segment size if window available | Florin Coras | 1 | -1/+3 |
2022-04-12 | tests: fix bihash unit test threads count | Jing Peng | 1 | -4/+4 |
2022-04-11 | teib: use nexthop table id | Benoît Ganne | 1 | -3/+0 |
2022-04-11 | interface: fix the offloads | Mohsin Kazmi | 1 | -0/+2 |
2022-04-11 | tls: fix connected notifications with no app wrk | Florin Coras | 2 | -6/+14 |
2022-04-11 | tests: fix bihash unittest error reporting | Jing Peng | 1 | -15/+21 |
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 | 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-05 | wireguard: prevent segfault on non-adj packets | Jon Loeliger | 2 | -0/+7 |
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 |