Age | Commit message (Expand) | Author | Files | Lines |
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 | 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 | 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 | 61 | -5801/+6547 |
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 | 14 | -74/+448 |
2020-09-21 | misc: Move l2tp to plugin |  Neale Ranns | 16 | -502/+432 |
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-18 | session: grab worker barrier for sapi msgs |  Florin Coras | 1 | -0/+5 |
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 | 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 | 2 | -15/+68 |
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 | 7 | -35/+258 |
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 |
2020-09-16 | vpp: fix main heap init |  Benoît Ganne | 1 | -4/+1 |
2020-09-16 | vmxnet3: gso fixes |  Steven Luong | 4 | -13/+29 |
2020-09-16 | vcl: refactor bapi client index for sapi reuse |  Florin Coras | 6 | -23/+29 |
2020-09-16 | crypto: Crypto set handler API to support set all as CLI |  Yulong Pei | 2 | -4/+37 |
2020-09-16 | misc: fix the formatting style |  Mohsin Kazmi | 3 | -9/+10 |
2020-09-16 | api: clean up use of deprecated flag |  Ole Troan | 7 | -20/+20 |
2020-09-16 | flowprobe: add show commands for params and list of interfaces for recording |  jan_cavojsky | 1 | -0/+87 |
2020-09-16 | tcp: make max gso packet size configurable |  Simon Zhang | 3 | -2/+8 |