Age | Commit message (Expand) | Author | Files | Lines |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 2 | -4/+9 |
2020-04-23 | misc: Markdown cleanups for the 20.01 release | Andrew Yourtchenko | 4 | -1/+89 |
2020-04-23 | session: fix session_table_get_or_alloc | Andreas Schultz | 1 | -8/+11 |
2020-04-23 | vppinfra: more bihash optimizatons | Damjan Marion | 3 | -66/+67 |
2020-04-23 | ip: Replace Sematics for Interface IP addresses | Neale Ranns | 17 | -370/+1084 |
2020-04-23 | ip-neighbor: Replace feature for the ip-neighbor data-base | Neale Ranns | 7 | -15/+262 |
2020-04-22 | tcp: avoid bt sample access after possible pool realloc | Florin Coras | 1 | -6/+6 |
2020-04-22 | api: 'api trace' CLI consumes a line of input | Neale Ranns | 1 | -16/+22 |
2020-04-22 | vppinfra: move unused code to extras/deprecated/vppinfra | Dave Barach | 37 | -23/+1 |
2020-04-22 | ip: fix format functions for u8 address_family | Neale Ranns | 1 | -1/+1 |
2020-04-22 | lisp: switch to new timer wheel code | Florin Coras | 3 | -15/+11 |
2020-04-22 | vcl: fix use-after-free | Benoît Ganne | 1 | -1/+2 |
2020-04-22 | tcp: fix use-after-free | Benoît Ganne | 1 | -1/+5 |
2020-04-22 | session: multiple dgrams per dispatch | Florin Coras | 1 | -7/+50 |
2020-04-22 | svm: asan: fix asan support | Benoît Ganne | 3 | -2/+13 |
2020-04-22 | gre: Optimise encap node for tunnel types | Neale Ranns | 3 | -9/+45 |
2020-04-22 | gso: add vxlan tunnel support | Mohsin Kazmi | 11 | -218/+933 |
2020-04-22 | misc: fix coverity warnings | Dave Barach | 2 | -3/+4 |
2020-04-22 | misc: asan: mark parsed elf memory as readable for ASan | Benoît Ganne | 1 | -0/+2 |
2020-04-22 | ethernet: leverage vlib_buffer_get_current | Zhiyong Yang | 1 | -4/+4 |
2020-04-22 | misc: asan: disable leak sanitizer by default | Benoît Ganne | 2 | -6/+5 |
2020-04-22 | ethernet: put vlib_get_buffers together | Zhiyong Yang | 1 | -11/+6 |
2020-04-22 | misc: asan: do not poison memory after munmap() | Benoît Ganne | 3 | -8/+0 |
2020-04-22 | vppinfra: fix potential race in bihash bucket lock | Damjan Marion | 1 | -11/+9 |
2020-04-22 | vppinfra: improve bihash add/del performance | Damjan Marion | 2 | -26/+36 |
2020-04-22 | dpdk: DPDK 20.05 iavf flow director backporting to DPDK 20.02 | Chenmin Sun | 17 | -0/+6436 |
2020-04-22 | devices: Adding ConnectX-6 DX Device ID for validation | Amir Zeidner | 1 | -2/+7 |
2020-04-21 | vat: fix increment_address(...) | Dave Barach | 1 | -2/+2 |
2020-04-21 | vlib: queue_hi_thresh fix to avoid deadlock | Elias Rudberg | 1 | -2/+4 |
2020-04-21 | nat: dslite ce mode in separate config entry | Vladimir Ratnikov | 2 | -4/+20 |
2020-04-21 | vppinfra: bihash improvements | Dave Barach | 17 | -62/+285 |
2020-04-20 | sr: fix non-NULL terminated string overflow | Benoît Ganne | 1 | -1/+1 |
2020-04-20 | svm: check if fifo free list index is valid on alloc | Florin Coras | 3 | -12/+38 |
2020-04-20 | session: fix use-after-free in input node | Benoît Ganne | 1 | -1/+2 |
2020-04-20 | session: avoid rx notifications on accepting sessions | Florin Coras | 1 | -0/+5 |
2020-04-20 | vcl: ensure sessions are open on select events | Florin Coras | 1 | -7/+5 |
2020-04-20 | vcl: expand vcl select maps in ldp if needed | Florin Coras | 1 | -4/+5 |
2020-04-20 | nat: remove unused code | Klement Sekera | 5 | -484/+3 |
2020-04-20 | gbp: fix l3-out anonymous test cleanup | Benoît Ganne | 1 | -3/+13 |
2020-04-20 | tls: fix Picotls tx hang issue | Simon Zhang | 1 | -2/+2 |
2020-04-19 | session: fix half-open cleanup | Florin Coras | 1 | -3/+3 |
2020-04-17 | lisp: fix use-after-free | Benoît Ganne | 1 | -8/+8 |
2020-04-17 | vat: fix static analysis warning | Andreas Schultz | 1 | -2/+1 |
2020-04-17 | tcp: cubic as default cc algorithm | Florin Coras | 1 | -1/+1 |
2020-04-17 | virtio: fix to use chained descriptors when missing indirect descriptor | Mohsin Kazmi | 2 | -7/+79 |
2020-04-17 | dpdk: fix udp-encap for esp in transport mode | Alexander Chernavin | 2 | -10/+9 |
2020-04-17 | session tcp: track half open in app wrk | Florin Coras | 10 | -20/+164 |
2020-04-17 | vcl: fix app destroy | Florin Coras | 3 | -21/+21 |
2020-04-17 | vppinfra: install missing tw_timer_2t_2w_512sl header file | Yu Sun | 1 | -0/+1 |
2020-04-17 | tap: add initial support for tun | Mohsin Kazmi | 9 | -47/+190 |