Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-04-16 | fib: fix use-after-free | Benoît Ganne | 1 | -10/+11 |
2020-04-16 | ipsec: fix use-after-free | Benoît Ganne | 1 | -1/+1 |
2020-04-16 | bier: fix vector size confusing ASan | Benoît Ganne | 1 | -1/+2 |
2020-04-16 | igmp: fix igmp proxy group merge | Benoît Ganne | 6 | -24/+25 |
2020-04-16 | udp: fix buffer trace | Andreas Schultz | 1 | -3/+2 |
2020-04-16 | nat: scavenging functionality removed | Filip Varga | 7 | -392/+9 |
2020-04-15 | vppinfra: don't use memcmp to compare keys in cuckoo | Damjan Marion | 4 | -10/+1 |
2020-04-15 | vppinfra: delay bucket2 calc in cuckoo search | Damjan Marion | 1 | -28/+25 |
2020-04-15 | vppinfra: add clib_cuckoo_search_inline_with_hash function | Damjan Marion | 1 | -3/+10 |
2020-04-15 | pg: set vnet buffer flags in pg streams | Dave Barach | 7 | -1/+78 |
2020-04-15 | vppinfra: install missing cuckoo hash header files | Damjan Marion | 1 | -0/+2 |
2020-04-15 | session: detach session from app on cleanup | Florin Coras | 1 | -1/+6 |
2020-04-15 | urpf: Allow locally generated packets on TX | Neale Ranns | 2 | -6/+9 |
2020-04-15 | tcp: allow local port sharing if 5-tuple available | Florin Coras | 1 | -1/+14 |
2020-04-15 | misc: refactor calc_checksums | Dave Barach | 5 | -81/+64 |
2020-04-14 | vat: fix socket connection | Dave Barach | 2 | -15/+18 |
2020-04-14 | session: avoid all session cleanup on unlisten | Florin Coras | 1 | -9/+7 |