Age | Commit message (Expand) | Author | Files | Lines |
2020-04-24 | nat: ED: reduce number of hash tables used | Klement Sekera | 5 | -212/+210 |
2020-04-24 | nat: fix extended unit tests | Klement Sekera | 1 | -2/+2 |
2020-04-24 | ip: reassembly: improve type safety | Klement Sekera | 4 | -30/+24 |
2020-04-24 | ip: Setting the Link-Local address from the API enables IPv6 on the | Neale Ranns | 7 | -18/+23 |
2020-04-24 | virtio: vhost checksum problem for ipv6 | Steven Luong | 1 | -3/+3 |
2020-04-24 | ipsec: add input node bypass/discard functionality | ShivaShankarK | 3 | -164/+263 |
2020-04-24 | vapi: packed enum type generation | Neale Ranns | 1 | -1/+14 |
2020-04-23 | nat: add/del ed_ext_ports only if the table is instantiated | Dave Barach | 2 | -4/+9 |
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 | 14 | -361/+711 |
2020-04-23 | ip-neighbor: Replace feature for the ip-neighbor data-base | Neale Ranns | 6 | -15/+145 |
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 | -12383/+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 | 9 | -167/+682 |
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 | 1 | -1/+2 |
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 | 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 |