Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | virtio: refactor tx trace | Mohsin Kazmi | 1 | -33/+37 |
2020-09-24 | wireguard: coverity fix | Artem Glazychev | 1 | -1/+1 |
2020-09-24 | vlib: fix the last error | Mohsin Kazmi | 1 | -1/+2 |
2020-09-24 | build: fix missing openssl package on debian-10 | Dave Wallace | 1 | -0/+1 |
2020-09-24 | session tcp udp tls quic: improve cli formatting | Florin Coras | 8 | -17/+28 |
2020-09-23 | session: fix sapi coverity warning | Florin Coras | 1 | -0/+2 |
2020-09-23 | build: fix fts.py to run on debian-9/python3.5 | Dave Wallace | 1 | -15/+16 |
2020-09-23 | ip: use main heap for mtrie, part 2 (remove args) | Damjan Marion | 2 | -32/+0 |
2020-09-23 | lldp: fix format string for hw->name | Vladimir Isaev | 1 | -3/+3 |
2020-09-23 | cnat: Disable default scanner process | Nathan Skrzypczak | 8 | -24/+120 |
2020-09-23 | wireguard: add handoff node | Artem Glazychev | 18 | -448/+889 |
2020-09-23 | vppapigen: crcchecker: harmonize the in_progress marking | Andrew Yourtchenko | 2 | -6/+44 |
2020-09-23 | tls: fix session format assert crash in connected callback | jiangxiaoming | 1 | -9/+8 |
2020-09-22 | ipip: Add option to tunnel create help string | Neale Ranns | 2 | -2/+3 |
2020-09-22 | build: allow for rc3/rc4 style tags | Andrew Yourtchenko | 1 | -1/+1 |
2020-09-22 | lisp: Move to plugin | Neale Ranns | 62 | -5801/+6341 |
2020-09-22 | vxlan-gbp: Mark APIs as in-progress | Neale Ranns | 1 | -0/+5 |
2020-09-21 | crypto: revert crypto set handler all API | Yulong Pei | 1 | -36/+3 |
2020-09-21 | session: use wrk instead of thread index in node | Florin Coras | 1 | -10/+12 |
2020-09-21 | geneve: Move to plugin | Neale Ranns | 15 | -74/+146 |
2020-09-21 | misc: Move l2tp to plugin | Neale Ranns | 16 | -502/+385 |
2020-09-21 | lldp: Move to plugin | Neale Ranns | 19 | -220/+239 |
2020-09-21 | vrrp: set up multicast for both address families | Matthew Smith | 1 | -2/+14 |
2020-09-21 | ip: use main heap for mtrie | Damjan Marion | 3 | -69/+3 |
2020-09-21 | acl: remove custom ACL-plugin heap | Andrew Yourtchenko | 7 | -232/+17 |
2020-09-21 | dpdk: hugepage availibility check using new api | Damjan Marion | 1 | -11/+9 |
2020-09-21 | build: touch files when extracting rpm tarballs | Dave Wallace | 1 | -2/+5 |
2020-09-21 | build: remove opensuse build infra | Dave Wallace | 13 | -470/+9 |
2020-09-18 | session: grab worker barrier for sapi msgs | Florin Coras | 1 | -0/+5 |
2020-09-18 | dpdk: prevent linking dpdk against libbsd | Mohammed Hawari | 1 | -1/+16 |
2020-09-18 | build: missing deb pkg on ubuntu-20.04 | Dave Wallace | 1 | -1/+1 |
2020-09-18 | fib: skip byte swap on n_paths in mroute details | Matthew Smith | 1 | -2/+2 |
2020-09-18 | vat: add infrastructure to align vnet test code and plugin test code | Ole Troan | 14 | -519/+486 |
2020-09-18 | vlib: add decrement counter method | Sergey Matov | 1 | -0/+19 |
2020-09-18 | tap: do not use strlen on vector | Vladimir Isaev | 1 | -2/+1 |
2020-09-18 | session: fix vpp exit abnormal due to application as a proxy server with ldp | fanyf | 1 | -1/+9 |
2020-09-18 | dpdk: call the meson-based build instead of Makefiles | Mohammed Hawari | 2 | -271/+220 |
2020-09-18 | virtio: fix txq locking | Benoît Ganne | 3 | -2/+23 |
2020-09-18 | vpp: make main heap page size configurable from startup.conf | Damjan Marion | 3 | -15/+74 |
2020-09-17 | stats: configurable page size | Damjan Marion | 7 | -91/+163 |
2020-09-17 | teib: Use ip_address_t not ip46_address_t | Neale Ranns | 9 | -149/+116 |
2020-09-17 | vlib: show FD in 'show memory map' | Damjan Marion | 3 | -4/+15 |
2020-09-17 | teib: Add adj-fibs for peers/adjacencies on p2mp interface | Neale Ranns | 9 | -39/+310 |
2020-09-17 | vlib: map thread stack instead of allocating them from heap | Damjan Marion | 2 | -30/+18 |
2020-09-17 | vppinfra: support main heap with different page sizes | Damjan Marion | 9 | -84/+498 |
2020-09-17 | vppinfra: detect memory attributes on clib_mem_init | Damjan Marion | 3 | -4/+82 |
2020-09-17 | vppinfra: allow handoff to main thread | Damjan Marion | 1 | -18/+16 |
2020-09-17 | vcl: avoid heap use for ldp debug | Florin Coras | 1 | -5/+5 |
2020-09-16 | avf: wrong argument passed to avf_log_err | Steven Luong | 1 | -1/+1 |
2020-09-16 | vppinfra: introduce clib_mem_main | Damjan Marion | 6 | -32/+70 |