Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 | vppapigen: crcchecker: report in-progress messages | Andrew Yourtchenko | 1 | -0/+6 |
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 | vppapigen: crcchecker: report deprecated messages | Andrew Yourtchenko | 1 | -5/+15 |
2020-09-16 | flowprobe: add show commands for params and list of interfaces for recording | jan_cavojsky | 1 | -0/+87 |
2020-09-16 | docs: improve plugin developer's guide | Dave Barach | 1 | -5/+55 |
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-15 | build: fix the the build on centos/rhel 8 | Yichen Wang | 2 | -2/+2 |
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 |
2020-09-14 | nat: delay datastructure allocation until configured | Ole Troan | 2 | -18/+33 |
2020-09-14 | vppinfra: add clib_log2_page_sz and format/unformat functions | Damjan Marion | 5 | -22/+98 |
2020-09-10 | ikev2: fix copy-paste error when freeing memory | Filip Tehlar | 1 | -1/+1 |
2020-09-12 | wireguard: Fix for tunnel encap | Neale Ranns | 7 | -89/+468 |
2020-09-11 | lisp: fix spelling mistake in option name | Onong Tayeng | 1 | -1/+1 |
2020-09-11 | misc: edit the MAINTAINERS entries for crypto plugins for common style | Andrew Yourtchenko | 1 | -3/+3 |
2020-09-11 | quic: Clean quic_crypto_setup_cipher | Nathan Skrzypczak | 1 | -16/+13 |
2020-09-11 | lisp: fix help msg of show eid-table command | Onong Tayeng | 2 | -4/+4 |
2020-09-11 | dpdk: fix coverity defect #214232, #182930 | Chenmin Sun | 2 | -1/+8 |