IGMP: proxy device
[vpp.git] / src / vppinfra /
2018-10-10 Haiyang Tanvppinfra: introduce clib_mem_vm_ext_free() to avoid... 09/15209/2
2018-10-10 Neale RannsInteger underflow and out-of-bounds read (VPP-1442) 20/15220/2
2018-10-09 Sirshak Dasvppinfra: Fix extendto_high aarch64 NEON api. 96/15196/1 v19.01-rc0
2018-10-04 Neale Rannsclib_count_equal_*: don't read of the end of a small... 25/15125/2
2018-10-02 Dave BarachVPP-1440: clean up coverity warnings 09/15109/2
2018-10-01 Lijian ZhangSupport dynamic dual/quad loop selection on aarch64 05/14905/11
2018-09-27 Paul VinciguerraTrivial: Cleanup some typos. 50/14950/2
2018-09-24 Florin Corassvm: march svm_fifo take 2 83/14883/3
2018-09-20 Andrew Yourtchenkobihash template: avoid memory leak upon rehash 14/14914/4
2018-09-19 Andrew Yourtchenkobihash template: reinstate the check for the available... 94/14894/2
2018-09-19 Florin Corassocket api: do not delay sending of messages 23/13923/7
2018-09-13 Damjan Marionvppinfra: optmize clib_count_equal functions 92/14792/5
2018-09-12 Sirshak DasAdd and enable u32x4_extend_to_u64x2_high for aarch64... 06/14606/7
2018-09-11 Dave Barachbihash 32/64 bit shared memory interop 67/14767/1
2018-09-11 Sirshak DasReplacing vtbl NEON intrinsic with rev NEON intrinsic... 07/14607/6
2018-09-11 Sirshak DasAdd u32x4_extend_to_u64x2 for aarch64 using NEON intrinsics 08/14608/5
2018-09-11 Sirshak DasAdd horizontal add (hadd) vector intrinsic via NEON. 04/14604/5
2018-09-07 Dave BarachImprove NTP / kernel time change event handling 31/14731/3
2018-09-07 Damjan MarionRemove qsort.c from vppinfra 11/14711/2
2018-09-03 Damjan MarionCompile vppinfra on macOS 18/14618/3
2018-09-02 Damjan Marioncmake: cache line size detection 13/14613/1
2018-08-30 Dave BarachCrude stat segment lock recovery 49/14549/3
2018-08-30 Damjan Marioncmake: a bit of packaging work 69/14569/2
2018-08-28 Dave Barach32/64 shmem bihash interoperability 76/14476/14
2018-08-26 Damjan Marioncmake: add add_vpp_library and add_vpp_executable macros 86/14486/3
2018-08-24 Dave BarachRename struct mallinfo -> struct dlmallinfo 52/14452/2
2018-08-24 Damjan Marioncmake: fix -DVPP_USE_DLMALLOC=OFF 49/14449/2
2018-08-23 Damjan Marionbihash: remove unused counters 48/14448/2
2018-08-23 Dave Barachclib_mem_is_heap_object() needs to recognize sys_alloc... 42/14442/2
2018-08-22 Matus Fabianbihash: add support for reuse of expired entry when... 88/14388/2
2018-08-20 Pierre PfisterEnable storing state in flowhash hash tables 56/14356/2
2018-08-17 Damjan MarionCMake as an alternative to autotools (experimental) 51/14151/24
2018-08-08 Korian Edelinefix typo in bitmap.h 61/14061/2
2018-08-06 Neale Rannsdlmalloc compiles errors with clang 79/13979/2
2018-08-06 Dave Barachfix dangling reference in foreach_key_value_pair 78/13978/1
2018-08-03 Florin Corasvlib: avoid double process dispatch 88/13888/4
2018-08-01 Yi HeImprove cpu { coremask-% } configure option 96/13696/3
2018-08-01 Damjan MarionStore USE_DLMALLOC in vppinfra/config.h 71/13871/1
2018-08-01 Sirshak DasAdd support for shuffle vector intrinsic via Neon in ARM 50/13850/2
2018-07-31 Dave BarachPoison freed memory objects 47/13847/2
2018-07-31 Yi HeFix undefined symbol: fformat_append_cr in vat plugins... 95/13695/4
2018-07-28 Florin Corassession/dlmalloc: coverity fixes 95/13795/1
2018-07-27 Florin Corasdlmalloc: use static magic constant for debug images 85/13785/1
2018-07-27 Dave BarachFix build-break when compiling -O0 / TAG=vpp_debug 82/13782/2
2018-07-27 Damjan Marion128-bit SIMD version of vlib_get_buffers 53/13753/3
2018-07-27 Carl Smithmips64: Add timer and longjump support 51/13751/5
2018-07-27 Neale Rannsvector indicies walk in reverse 60/13760/2
2018-07-27 Dave Barach-DCLIB_DEBUG => turn on extra checks in dlmalloc 49/13749/2
2018-07-26 Damjan Marionvppinfra: add SSE4.2 version of u8x16_shuffle 11/13711/2
2018-07-25 Neale RannsGenerate vppinfra/config.h from config.in script (same... 68/13668/2
2018-07-20 Damjan Marionbihash: give hint to CPU that we are spinlocking 94/13594/1
2018-07-20 Dave BarachFine-grained add / delete locking 59/13559/7
2018-07-19 Dave BarachFix coverity warning / legitimate minor bug 60/13560/2
2018-07-18 Dave BarachAdd config option to use dlmalloc instead of mheap 56/13356/20
2018-07-18 Damjan Marionvppinfra: increase max bihash arena size to 512GB 25/13525/3
2018-07-16 Damjan Marionvppinfra: AVX2 interleave functions 81/13481/2
2018-07-12 Dave BarachRevert "vppinfra: AVX2 blend" 57/13457/2
2018-07-12 Damjan Marionvppinfra: AVX2 blend 08/13408/3
2018-07-09 Neale RannsIGMP improvements 38/13138/11
2018-07-04 John LoFix clib_bitmap_next_clear() function when no clear... 60/13360/3
2018-07-03 Florin Corastcp: update snd_una_max for retranmsits 23/13323/2
2018-07-02 Damjan MarionAdd per-numa page allocation info to 'show memory' 21/13321/1
2018-06-30 Florin Corasbitmap: add nocheck variants for bit ops 05/13305/4
2018-06-29 Damjan Marionbihash key compare improvements 86/13286/2
2018-06-28 Dave BarachFix mheap_get_aligned() performance jackpot 85/13285/2
2018-06-28 Damjan Marionip: vectorized ip checksum 30/13130/9
2018-06-27 Dave BarachTune pool_get / pool_put 46/13246/2
2018-06-27 Damjan Marionvppinfra: add vector horizontal add and byte swap ... 37/13237/3
2018-06-26 Sirshak DasFix load_unaligned undefined and other possible build... 29/13229/3
2018-06-26 Damjan MarionWe don't have (yet) 128-bit unaligned load/store on ARM 25/13225/2
2018-06-26 Kingwel Xieadd backtrace in unix_signal_handler 70/13070/5
2018-06-26 Damjan MarionSIMD optimized linear search in clib_bitmap_first_set 12/13212/3
2018-06-25 Florin Corastw: add light weight timer update function 94/13194/5
2018-06-14 Andrew YourtchenkoAdd clib_bihash_search_inline_2_with_hash to bihash... 54/13054/2
2018-06-14 Dave BarachDisable bihash bucket-level caching 39/13039/1
2018-06-08 Dave BarachTime range support for vppinfra 22/12922/6
2018-06-05 Ole TroanVPP API: Memory trace 79/12879/6
2018-06-04 Dave BarachConfigure or deduce CLIB_LOG2_CACHE_LINE_BYTES (VPP... 13/12813/8
2018-06-02 Damjan MarionAVF input node rework 64/12864/1
2018-05-30 Sirshak DasFix clang compilation on aarch64: value size does not... 97/12797/4
2018-05-30 Damjan Marionvppinfra: explicitely state for signed types that they... 01/12801/3
2018-05-29 Damjan MarionAdd VLIB_NODE_FN() macro to simplify multiversioning... 73/12773/4
2018-05-28 Damjan MarionChange optimizaton level from tree-vectorize to O3 69/12769/2
2018-05-28 Pierre PfisterFix flowhash size computation for very large hash tables 67/12767/2
2018-05-25 Stevenbond: performance harvesting 45/12545/9
2018-05-25 Damjan MarionVectorized bihash_{48,40,24,16}_8 key compare 02/12702/6
2018-05-22 Damjan Marionvppinfra: add clib_count_equal_uXX and clib_memset_uXX... 90/12690/2
2018-05-20 Damjan Marionvector functions cleanup and improvements 61/12661/3
2018-05-19 Damjan MarionDisable vector code in vlib_buffer_enqueue_to_next... 59/12659/3
2018-05-18 Damjan MarionAdd vlib_buffer_enqueue_to_next inline function 35/12635/3
2018-05-17 Damjan MarionAdd buffer pointer-to-index and index-to-pointer array... 20/12620/5
2018-05-11 John LoPeriodic scan and probe of IP neighbors to maintain... 76/12276/8
2018-05-11 Klement SekeraVPP-1275 Fix memory leaks in IPsec CLI 39/12539/2
2018-05-10 Damjan Marionvppinfra: use count_trailing_zeros in sparse_vec_index 23/12523/3
2018-05-10 Damjan Marionvppinfra: use popcnt instruction when available 11/12511/2
2018-05-09 Damjan Mariondpdk: tx code rework 44/12444/6
2018-05-05 Damjan Marionautodetect alignment during _vec_resize 33/12433/4
2018-05-04 Dave BarachHarmonize vec/pool_get_aligned object sizes and alignme... 79/12379/5
2018-04-30 Dave BarachRemove historical README file 93/12293/2
2018-04-25 Damjan Mariondpdk: complete rework of the dpdk-input node 98/11798/30
next