Age | Commit message (Expand) | Author | Files | Lines |
2021-01-05 | ebuild: follow symbolic links in find_newer_filtered_fn | Dave Barach | 1 | -1/+1 |
2021-01-05 | tap: fix the buffering index for gro | Mohsin Kazmi | 1 | -6/+8 |
2021-01-05 | nat: refactor and split fo EI/ED features | Filip Varga | 17 | -1026/+999 |
2021-01-05 | teib: fix typo in cli | Paul Vinciguerra | 1 | -4/+2 |
2021-01-05 | ipsec: ipsec cli nexthop error | yedg | 1 | -1/+1 |
2020-12-30 | svm: fifo segment sptr for fifo hdr free list | Florin Coras | 5 | -52/+91 |
2020-12-29 | session: remove fifo segment va allocator | Florin Coras | 4 | -47/+8 |
2020-12-29 | svm vcl: allow random offsets for fifo segments in apps | Florin Coras | 6 | -41/+57 |
2020-12-29 | svm: allow mq attachments at random offsets | Florin Coras | 23 | -179/+408 |
2020-12-28 | session: convert evt q segment to fifo segment | Florin Coras | 3 | -19/+21 |
2020-12-28 | svm: move active fifo list to private slice | Florin Coras | 2 | -16/+30 |
2020-12-28 | vlib: add missing file template descriptions | Paul Vinciguerra | 6 | -2/+17 |
2020-12-27 | ip: Use full reassembly for fragments in ip6-local | Neale Ranns | 2 | -3/+1 |
2020-12-26 | svm: change fifo pointers to offsets | Florin Coras | 6 | -167/+242 |
2020-12-25 | virtio: Extend vhost multi-queues support beyond 8 queue pairs | Steven Luong | 3 | -60/+122 |
2020-12-25 | build: add plugin dependencies only when present | Ruslan Babayev | 1 | -1/+3 |
2020-12-24 | svm: split fifo into private and shared structs | Florin Coras | 25 | -445/+590 |
2020-12-23 | hsa: detach fifo segments in echo app | Florin Coras | 3 | -38/+60 |
2020-12-23 | vppinfra: mem bulk test | Florin Coras | 3 | -1/+147 |
2020-12-23 | tests: move bier tests to src/vnet/bier/test | Dave Wallace | 2 | -0/+0 |
2020-12-23 | svm: separate private from shared fifo segment ptrs | Florin Coras | 4 | -57/+62 |
2020-12-23 | svm: remove fifo segment heap | Florin Coras | 9 | -176/+203 |
2020-12-22 | vppinfra: add bulk memory allocator | Damjan Marion | 3 | -0/+249 |
2020-12-22 | tests: move bfd tests to src/vnet/bfd/test | Dave Wallace | 2 | -0/+0 |
2020-12-22 | tests: fix gathering of test src files | Dave Wallace | 1 | -1/+1 |
2020-12-21 | docs: update list of plugins | Paul Vinciguerra | 5 | -13/+81 |
2020-12-21 | svm: honor max requested bytes in fifo segments | Florin Coras | 1 | -1/+1 |
2020-12-21 | tcp: terminate options with nops | Florin Coras | 1 | -8/+4 |
2020-12-20 | tls: use fifo segments instead of chunks | Florin Coras | 3 | -33/+77 |
2020-12-19 | avf: fix gcc compiling warning on Arm | Jieqiang Wang | 1 | -4/+4 |
2020-12-18 | papi: remove import vpp_transport_socket | Paul Vinciguerra | 1 | -2/+2 |
2020-12-18 | docs: fix missing quotes in ubuntu install instructions | Paul Vinciguerra | 1 | -5/+5 |
2020-12-18 | tls: add custom openssl bio | Florin Coras | 6 | -184/+245 |
2020-12-18 | perfmon: new perfmon plugin | Damjan Marion | 19 | -2/+2273 |
2020-12-18 | misc: deprecate old perfmon | Damjan Marion | 30 | -54/+0 |
2020-12-18 | dpdk: rebase cryptodev engine for dpdk 20.11 | Fan Zhang | 2 | -121/+127 |
2020-12-18 | ipsec: fixed esp_decrypt pkt len after icv moved | PiotrX Kleski | 1 | -6/+11 |
2020-12-18 | avf: optimized with NEON SIMD instruction | Lijian.Zhang | 1 | -1/+27 |
2020-12-18 | misc: migrate from GNU indent to clang-format | Damjan Marion | 4 | -196/+119 |
2020-12-18 | fib: Remove unused FIB path-list DB variable | Neale Ranns | 2 | -7/+0 |
2020-12-17 | hsa: http server: memset after pool_put will cause ASAN issue | jiangxiaoming | 1 | -1/+2 |
2020-12-17 | hsa: http server: fix http response format type error | jiangxiaoming | 1 | -1/+1 |
2020-12-16 | vppinfra: fix vec_max_len | Florin Coras | 1 | -1/+2 |
2020-12-16 | docs: revise home gateway use-case documentation | Dave Barach | 3 | -286/+498 |
2020-12-16 | tests: move fib tests to src/vnet/fib/test | Dave Wallace | 2 | -0/+0 |
2020-12-16 | misc: Initial 21.06-rc0 commitv21.06-rc0 | Andrew Yourtchenko | 2 | -0/+13 |
2020-12-16 | ip: fix possible missing trace indexes | Klement Sekera | 5 | -0/+129 |
2020-12-16 | misc: update MAINTAINERS file | Dave Barach | 1 | -31/+32 |
2020-12-16 | build: remove centos-7 directive from Makefile | Dave Wallace | 1 | -3/+0 |
2020-12-16 | nat: refactor & MW support for NAT tests | Filip Varga | 3 | -3598/+3662 |