Age | Commit message (Expand) | Author | Files | Lines |
2017-11-22 | use intel intrinsics in clib_memcpy64_x4 |  Damjan Marion | 1 | -47/+54 |
2017-11-21 | use REV on aarch64 for endianness swapping (VPP-1067) |  Gabriel Ganne | 1 | -0/+19 |
2017-11-18 | Call a plugin init function by name |  Dave Barach | 1 | -0/+3 |
2017-11-15 | armv8 crc32 - fix macro name |  Gabriel Ganne | 1 | -1/+1 |
2017-11-14 | vppinfra: fix pool_get_aligned_will_expand for fixed pools |  Florin Coras | 1 | -3/+4 |
2017-11-13 | dpdk: introduce AVX512 variants of node functions |  Damjan Marion | 3 | -0/+77 |
2017-11-11 | Update CPU list |  Damjan Marion | 1 | -17/+35 |
2017-11-10 | add warning control macro set |  Gabriel Ganne | 1 | -0/+103 |
2017-11-10 | vppinfra: add 512-bit vector definitions and types |  Damjan Marion | 1 | -0/+25 |
2017-11-09 | lock init |  JingLiuZTE | 1 | -0/+1 |
2017-11-03 | silence clib_mem_unaligned() invalid read found by address-sanitizer |  Gabriel Ganne | 1 | -19/+28 |
2017-11-03 | vppinfra: make _vec_resize_will_expand read-only |  Florin Coras | 1 | -7/+3 |
2017-11-01 | fix clib_mem_unaligned() invalid read |  Gabriel Ganne | 1 | -17/+18 |
2017-10-30 | Add the bihash_vec8_8 variant |  Dave Barach | 2 | -0/+425 |
2017-10-25 | Do not include x86intrin.h if unavailable |  Gabriel Ganne | 1 | -0/+2 |
2017-10-20 | add cuckoo hash |  Klement Sekera | 7 | -0/+2472 |
2017-10-17 | VPP-1032: fix coverity warnings |  Dave Barach | 1 | -4/+6 |
2017-10-15 | Fix minor issues in clib_spinlock_unlock() |  Dave Barach | 1 | -1/+3 |
2017-10-14 | change format_get_indent() to use u32 instead of uword |  Gabriel Ganne | 2 | -2/+3 |
2017-10-04 | [aarch64] Fixes CLI crashes on dpaa2 platform. |  Christophe Fontaine | 6 | -9/+9 |
2017-10-03 | Repair vlib API socket server |  Dave Barach | 10 | -40/+40 |
2017-09-27 | Various fixes for issues found by Coverity (VPP-972) |  Chris Luke | 1 | -0/+6 |
2017-09-19 | format_sockaddr: add trivial support for AF_LOCAL sockets |  Dave Barach | 1 | -0/+12 |
2017-09-18 | Fixes for issues Coverity has reported (VPP-972) |  Chris Luke | 1 | -1/+1 |
2017-09-15 | vppinfra: add clib_mem_vm_ext_alloc function |  Damjan Marion | 8 | -268/+696 |
2017-09-14 | clib_socket: add sendmsg / recvmsg with ancillary data support |  Damjan Marion | 3 | -24/+161 |
2017-09-12 | tcp: horizontal scaling improvments |  Florin Coras | 1 | -4/+7 |
2017-09-09 | move unix_file_* code to vppinfra |  Damjan Marion | 1 | -0/+134 |
2017-09-08 | Fixes for issues reported by Coverity (VPP-972) |  Chris Luke | 1 | -2/+14 |
2017-09-07 | Add fd/socket name to clib_socket_* error msgs. |  Dave Wallace | 1 | -12/+22 |
2017-09-06 | Fixes for issues raised by Coverity (VPP-972) |  Chris Luke | 1 | -1/+2 |
2017-09-01 | Add fixed-size, preallocated pool support |  Dave Barach | 12 | -38/+431 |
2017-08-31 | Fix BIHASH_KVP_CACHE_SIZE == 0 case |  Dave Barach | 3 | -4/+37 |
2017-08-22 | acl-plugin: Recreate the bihash_40_8.h in the proper place |  Andrew Yourtchenko | 1 | -0/+87 |
2017-08-02 | Fix tcp tx buffer allocation |  Florin Coras | 1 | -1/+1 |
2017-07-23 | Atomic bucket lock |  Dave Barach | 2 | -41/+58 |
2017-07-19 | Add a bihash prefetchable bucket-level cache |  Dave Barach | 7 | -37/+320 |
2017-07-13 | Use clib_crc32c_uses_intrinsics instead of __SSE4_2__ |  Christophe Fontaine | 1 | -1/+1 |
2017-07-10 | VPP-904: fixes zero length CLI parameters parse |  Alexander Kotov | 1 | -2/+3 |
2017-07-09 | format: Check for NaN when rendering doubles |  Chris Luke | 2 | -1/+14 |
2017-07-06 | vppinfra: revert clib_memcpy optimization |  Damjan Marion | 2 | -10/+14 |
2017-07-01 | Refactor API message handling code |  Klement Sekera | 2 | -13/+36 |
2017-06-30 | VPP-893: handle multiple simultaneous event registrations |  Dave Barach | 2 | -1/+7 |
2017-06-28 | switch vlib process model to tw_timer_template timer impl |  Dave Barach | 8 | -0/+107 |
2017-06-27 | FLOWPROBE: Add flowstartns, flowendns and tcpcontrolbits |  Ole Troan | 1 | -0/+14 |
2017-06-21 | Add option to create clib_socket with group write permissions |  Damjan Marion | 2 | -0/+10 |
2017-06-21 | Add knob to specify effective group id (gid) for VPP process |  Damjan Marion | 2 | -0/+29 |
2017-06-20 | Parenthesize the usage of the macro argument within vec_search() macro defini... |  Andrew Yourtchenko | 1 | -1/+1 |
2017-06-14 | VPP-874: fix coverity warnings in tw_timer_template.c |  Dave Barach | 1 | -4/+4 |
2017-06-12 | three-level timer wheel implementation w/ overflow vector |  Dave Barach | 12 | -77/+1325 |