Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-09-15 | lisp: fix lisp|one_eid_table_dump's local|remote options in vat | Onong Tayeng | 1 | -1/+1 |
2020-09-15 | crypto: Crypto SW Scheduler Coverity Warnings | Neale Ranns | 1 | -1/+1 |
2020-09-15 | crypto-native: fix issues detected by coiverity | Damjan Marion | 2 | -3/+11 |
2020-09-14 | l2: allocate l2fib only when needed | Damjan Marion | 5 | -10/+99 |
2020-09-14 | session: del app worker on socket detach | Florin Coras | 1 | -5/+11 |
2020-09-14 | wireguard: coverity fixes | Neale Ranns | 2 | -6/+10 |
2020-09-14 | vcl: add support for app socket api | Florin Coras | 7 | -12/+456 |
2020-09-14 | vcl: cleanup bapi and wrk registration | Florin Coras | 6 | -361/+360 |
2020-09-14 | session: add unix socket api for app attachment | Florin Coras | 6 | -18/+743 |
2020-09-14 | vcl: always fill buffer or drain rx fifo | Florin Coras | 1 | -4/+16 |
2020-09-14 | wireguard: increase FIB source priority | Neale Ranns | 1 | -2/+7 |