Age | Commit message (Expand) | Author | Files | Lines |
2020-04-29 | tap: fix missing "num-rx-queues" from cli help | Mohsin Kazmi | 1 | -6/+6 |
2020-04-29 | vcl: add separate fcntl64 ldp handler | Florin Coras | 1 | -5/+12 |
2020-04-29 | interface: fix interface_types.api enums | Paul Vinciguerra | 1 | -9/+8 |
2020-04-29 | flow: explicit rss function enum cast | Florin Coras | 1 | -1/+1 |
2020-04-28 | vlib: add ASSERT to vlib_time_now(...) | Dave Barach | 3 | -2/+10 |
2020-04-28 | svm: fix fifo alignemnt in batch prealloc | Florin Coras | 1 | -3/+9 |
2020-04-28 | vlib: use flexible array in vlib_buffer for GCC-10 | Benoît Ganne | 1 | -1/+1 |
2020-04-28 | vppinfra: type prove vec_new and vec_resize | Andreas Schultz | 1 | -6/+10 |
2020-04-28 | flow: add RSS support | Chenmin Sun | 6 | -34/+190 |
2020-04-28 | tap: use one tap fd per rx queue | Aloys Augustin | 3 | -35/+64 |
2020-04-28 | ipsec: fix buffer alloc | Filip Tehlar | 1 | -1/+7 |
2020-04-28 | nat: remove unused code | Klement Sekera | 1 | -9/+0 |
2020-04-28 | vppinfra: improve test coverage | Dave Barach | 3 | -1/+78 |
2020-04-28 | tests: implement ipaddress convenience methods | Paul Vinciguerra | 3 | -9/+42 |
2020-04-28 | lisp: API cleanup | Jakub Grajciar | 14 | -1267/+912 |
2020-04-28 | vlib: startup multi-arch variant configuration | Ray Kinsella | 5 | -1/+240 |
2020-04-28 | stats: add apis to delete simple/combined counters | Ole Troan | 4 | -0/+75 |
2020-04-28 | tests: move defaults from defaultmapping to .api files | Paul Vinciguerra | 11 | -34/+34 |
2020-04-28 | tcp: remove sack reneging verbose logging | Florin Coras | 1 | -2/+0 |
2020-04-28 | svm: null instead of panic if fifo hdr alloc fails | Florin Coras | 1 | -1/+4 |
2020-04-28 | tls: fix wrong usage of session close function issue | Simon Zhang | 1 | -1/+1 |
2020-04-27 | virtio: support virtio 1.1 packed ring in vhost | Steven Luong | 10 | -161/+1621 |
2020-04-27 | l2: merge two clib_memcpy_fast into one | Zhiyong Yang | 1 | -11/+16 |
2020-04-27 | vlib: deprecate i2c and cj | Dave Barach | 11 | -676/+0 |
2020-04-27 | ioam: do not reuse existing vnet symbol | Benoît Ganne | 1 | -2/+2 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 3 | -0/+24 |
2020-04-27 | ip: reassembly: fix one possible use-after-free | Gao Feng | 2 | -10/+11 |
2020-04-27 | vppinfra: selectively disable false-positive GCC-10 warnings | Benoît Ganne | 1 | -0/+9 |
2020-04-27 | build: add vppinfra/warnings.h to exported headers list | Benoît Ganne | 1 | -0/+1 |
2020-04-27 | rdma: tx: interleave prefetches | Benoît Ganne | 1 | -24/+13 |
2020-04-27 | devices: allow link state down with netlink | Matthew Smith | 1 | -1/+1 |
2020-04-27 | nat: improve perf - long read after short write | Klement Sekera | 7 | -363/+424 |
2020-04-26 | dhcp: fix dhcp proxy behavior for qinq and dot1q subinterfaces | Stanislav Zaikin | 2 | -14/+57 |
2020-04-25 | tls: improve cli state reporting | Florin Coras | 1 | -3/+12 |
2020-04-25 | session vcl: propagate transport cleanup notifications | Florin Coras | 5 | -6/+26 |
2020-04-25 | vcl: generate select events on read/write errors | Florin Coras | 2 | -8/+9 |
2020-04-24 | vppinfra: finish deprecating qsort.c | Dave Barach | 2 | -272/+7 |
2020-04-24 | acl: ACL creation CLI parsing fix | Neale Ranns | 1 | -2/+4 |
2020-04-24 | nat: ignore user hash in ED NAT | Klement Sekera | 8 | -362/+273 |
2020-04-24 | nat: make usage of vnet_buffer2 transparent | Klement Sekera | 6 | -21/+19 |
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 |