Age | Commit message (Expand) | Author | Files | Lines |
2018-05-25 | bond: performance harvesting | Steven | 2 | -0/+71 |
2018-05-25 | Vectorized bihash_{48,40,24,16}_8 key compare | Damjan Marion | 6 | -24/+83 |
2018-05-22 | vppinfra: add clib_count_equal_uXX and clib_memset_uXX functions | Damjan Marion | 4 | -5/+339 |
2018-05-20 | vector functions cleanup and improvements | Damjan Marion | 7 | -93/+97 |
2018-05-19 | Disable vector code in vlib_buffer_enqueue_to_next if no msb mask function | Damjan Marion | 1 | -0/+2 |
2018-05-18 | Add vlib_buffer_enqueue_to_next inline function | Damjan Marion | 3 | -1/+22 |
2018-05-17 | Add buffer pointer-to-index and index-to-pointer array functions | Damjan Marion | 1 | -0/+22 |
2018-05-11 | Periodic scan and probe of IP neighbors to maintain neighbor pools | John Lo | 2 | -0/+6 |
2018-05-11 | VPP-1275 Fix memory leaks in IPsec CLI | Klement Sekera | 1 | -1/+1 |
2018-05-10 | vppinfra: use count_trailing_zeros in sparse_vec_index | Damjan Marion | 3 | -68/+30 |
2018-05-10 | vppinfra: use popcnt instruction when available | Damjan Marion | 1 | -0/+8 |
2018-05-09 | dpdk: tx code rework | Damjan Marion | 1 | -0/+12 |
2018-05-05 | autodetect alignment during _vec_resize | Damjan Marion | 5 | -8/+12 |
2018-05-04 | Harmonize vec/pool_get_aligned object sizes and alignment requests | Dave Barach | 2 | -0/+4 |
2018-04-30 | Remove historical README file | Dave Barach | 1 | -43/+0 |
2018-04-25 | dpdk: complete rework of the dpdk-input node | Damjan Marion | 4 | -5/+149 |
2018-04-18 | vppinfra: make set_mempolicy failure non-critical unless NUMA_FORCE is set | Damjan Marion | 1 | -1/+2 |
2018-04-11 | Clean up temp dir in failure cases | Dave Barach | 1 | -0/+3 |
2018-03-22 | Add circular logging | Dave Barach | 3 | -21/+85 |
2018-03-12 | Remove md5.[ch] from vppinfra | Dave Barach | 3 | -515/+0 |
2018-03-09 | Correct address calculation for VPP-1168 | Lee Roberts | 1 | -1/+1 |
2018-03-06 | glibc 2.27 fix | Marco Varlese | 1 | -0/+2 |
2018-03-04 | vppinfra: fix clib_mem_vm_ext_alloc non-shared allocations | Damjan Marion | 2 | -3/+9 |
2018-02-26 | Added u8x16,u32x4,u64x2 variants of _zero_byte_mask(x) for ARM/NEON platform.... | Adrian Oanca | 1 | -0/+20 |
2018-02-24 | u8x16_compare_byte_mask - optimize to use 128bit registers as suggested by Ni... | Adrian Oanca | 1 | -24/+9 |
2018-02-23 | Add prefetch inlines, update bi-hash doc tags | Dave Barach | 2 | -12/+90 |
2018-02-22 | bihash table size perf/scale improvements | Dave Barach | 3 | -41/+73 |
2018-02-21 | vppinfra: change default cache line size 64 bytes | Damjan Marion | 1 | -10/+2 |
2018-02-21 | vppinfra: remove vector_iwmmxt.h | Damjan Marion | 2 | -126/+0 |
2018-02-21 | add 'is_all_zero(x)' for NEON | Adrian Oanca | 1 | -0/+24 |
2018-02-20 | vppinfra: autogerate vector typedefs and basic inline functions | Damjan Marion | 5 | -379/+83 |
2018-02-20 | Reset expired timer vector length after callback | Dave Barach | 1 | -1/+4 |
2018-02-20 | vppinfra: CLIB_HAVE_VEC128 mandates SSE4.2 | Damjan Marion | 2 | -9/+3 |
2018-02-19 | Use neutral vector code for ethernet_frame_is_tagged | Damjan Marion | 1 | -0/+25 |
2018-02-18 | fix format_hexdump | Damjan Marion | 1 | -1/+2 |
2018-02-14 | vppinfra: Remove empty file | Mohsin Kazmi | 1 | -0/+0 |
2018-02-09 | GBP plugin | Neale Ranns | 1 | -0/+0 |
2018-02-08 | add CLIB_HAVE_VEC128 with NEON intrinsics (VPP-1127) | Gabriel Ganne | 2 | -8/+64 |
2018-02-08 | Minimize bihash memory consumption | Dave Barach | 3 | -118/+207 |
2018-02-06 | vlib: epoll on worker threads | Damjan Marion | 1 | -0/+25 |
2018-02-06 | Provide page-aligned length to ftruncate. | Igor Mikhailov (imichail) | 1 | -1/+1 |
2018-02-05 | session: segment manager refactor | Florin Coras | 1 | -2/+19 |
2018-02-01 | Add flowhash hash table to vppinfra | Pierre Pfister | 4 | -0/+998 |
2018-01-30 | Compile valloc.c, install header file, etc. | Dave Barach | 1 | -1/+1 |
2018-01-30 | Arm system counter cleanup | Brian Brooks | 2 | -18/+19 |
2018-01-27 | First-fit virtual space allocator | Dave Barach | 3 | -0/+700 |
2018-01-25 | vppinfra: add readers-writer lock | Florin Coras | 1 | -14/+98 |
2018-01-25 | session: add support for memfd segments | Florin Coras | 2 | -2/+3 |
2018-01-24 | Adding a format function for bihash init routine to format the key, value, wh... | Vijayabhaskar Katamreddy | 2 | -3/+28 |
2018-01-19 | Sub-Interface deletion not cleanup hash's properly (VPP-1136) | John Lo | 1 | -4/+6 |