git.droids-corp.org
/
dpdk.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
mk: optimize directory dependencies
[dpdk.git]
/
lib
/
librte_hash
/
2017-03-27
Olivier Matz
mk: optimize directory dependencies
tree
|
commitdiff
2016-10-12
Pablo de Lara
hash: fix bucket size usage
tree
|
commitdiff
2016-10-12
Pablo de Lara
hash: fix unlimited cuckoo path
tree
|
commitdiff
2016-10-05
Byron Marohn
hash: modify lookup bulk pipeline
tree
|
commitdiff
2016-10-05
Byron Marohn
hash: add vectorized comparison
tree
|
commitdiff
2016-10-05
Byron Marohn
hash: reorganize bucket structure
tree
|
commitdiff
2016-10-05
Pablo de Lara
hash: reorder hash structure
tree
|
commitdiff
2016-10-04
Pablo de Lara
hash: fix free slot check
tree
|
commitdiff
2016-09-29
Pablo de Lara
hash: check if slot is empty with key index
tree
|
commitdiff
2016-09-29
Pablo de Lara
hash: fix false zero signature key hit lookup
tree
|
commitdiff
2016-09-29
Pablo de Lara
hash: fix ring size
tree
|
commitdiff
2016-09-22
Masoud Hasanifard
hash: fix custom compare
tree
|
commitdiff
2016-09-13
Adrien Mazarguil
lib: work around unnamed structs/unions
tree
|
commitdiff
2016-09-13
Adrien Mazarguil
lib: use C99 syntax for zero-size arrays
tree
|
commitdiff
2016-07-10
Yari Adan Petralanda
hash: retrieve a key given its position
tree
|
commitdiff
2016-06-24
Wei Shen
hash: add scalable multi-writer insertion with Intel TSX
tree
|
commitdiff
2016-04-20
Thomas Monjalon
hash: remove aliases for bulk lookup
tree
|
commitdiff
2016-04-06
Olivier Matz
hash: fix race condition at creation
tree
|
commitdiff
2016-04-06
Olivier Matz
hash: fix allocation of an existing object
tree
|
commitdiff
2016-04-01
Pablo de Lara
hash: fix multi-process support
tree
|
commitdiff
2016-04-01
Pablo de Lara
hash: use common x86 flag
tree
|
commitdiff
2016-04-01
Pablo de Lara
hash: fix typo in comment
tree
|
commitdiff
2016-03-01
Didier Pallard
hash: fix CRC32c computation
tree
|
commitdiff
2016-02-21
Thomas Monjalon
hash: fix header for C++
tree
|
commitdiff
2016-02-10
Huawei Xie
remove extra parentheses in return statement
tree
|
commitdiff
2015-12-09
Chao Zhu
hash: fix build on IBM POWER and ARM
tree
|
commitdiff
2015-12-06
Yu Nemo Wenbin
hash: customize compare function
tree
|
commitdiff
2015-12-06
Pablo de Lara
hash: remove duplicated exported symbol
tree
|
commitdiff
2015-11-25
Jerin Jacob
hash: select CRC hash if armv8-a CRC extension available
tree
|
commitdiff
2015-11-25
Jerin Jacob
hash: use armv8-a CRC32 instructions
tree
|
commitdiff
2015-11-25
Jerin Jacob
hash: replace libc memcmp with optimized functions...
tree
|
commitdiff
2015-11-04
Pablo de Lara
hash: fix incorrect lookup if key is all zero
tree
|
commitdiff
2015-11-04
Pablo de Lara
hash: fix scaling by reducing contention
tree
|
commitdiff
2015-11-04
Pablo de Lara
hash: free internal ring when freeing hash
tree
|
commitdiff
2015-09-09
Pablo de Lara
hash: fix memory allocation of cuckoo key table
tree
|
commitdiff
2015-09-04
Pablo de Lara
hash: remove deprecated function and macros
tree
|
commitdiff
2015-07-30
Vladimir Medvedkin
hash: fix build of toeplitz algorithm without SSE3
tree
|
commitdiff
2015-07-28
Xavier Simonart
hash: fix crash when adding already inserted keys
tree
|
commitdiff
2015-07-22
Pablo de Lara
hash: move struct field to keep ABI stable
tree
|
commitdiff
2015-07-18
Pablo de Lara
hash: fix build for non-x86 arch
tree
|
commitdiff
2015-07-16
Pablo de Lara
hash: fix build without SSE4.1
tree
|
commitdiff
2015-07-16
Pablo de Lara
hash: fix build with gcc 4.4 and 4.5
tree
|
commitdiff
2015-07-16
Pablo de Lara
hash: fix out of bounds array access
tree
|
commitdiff
2015-07-16
Sergio Gonzalez...
mem: move librte_malloc to eal/common
tree
|
commitdiff
2015-07-13
Bruce Richardson
hash: rename unused field
tree
|
commitdiff
2015-07-13
Cyril Chemparathy
hash: check SSE flags only on x86 builds
tree
|
commitdiff
2015-07-12
Pablo de Lara
hash: add iterate function
tree
|
commitdiff
2015-07-12
Pablo de Lara
hash: allow to store data in hash table
tree
|
commitdiff
2015-07-12
Pablo de Lara
hash: add reset function
tree
|
commitdiff
2015-07-12
Pablo de Lara
hash: replace with cuckoo hash implementation
tree
|
commitdiff
2015-07-10
Pablo de Lara
hash: hide structure from header and make it internal
tree
|
commitdiff
2015-07-09
Bruce Liu
hash: fix build on non-x86 arch
tree
|
commitdiff
2015-07-01
Vladimir Medvedkin
hash: add toeplitz algorithm used by RSS
tree
|
commitdiff
2015-07-01
Pablo de Lara
hash: add missing symbol in version map
tree
|
commitdiff
2015-06-24
Cyril Chemparathy
hash: silence warning on pointer arithmetic
tree
|
commitdiff
2015-06-16
Thomas Monjalon
hash: fix typo in jhash comments
tree
|
commitdiff
2015-06-16
Pablo de Lara
hash: rename a jhash function
tree
|
commitdiff
2015-06-16
Pablo de Lara
hash: remove duplicated code
tree
|
commitdiff
2015-06-16
Pablo de Lara
hash: add new jhash functions
tree
|
commitdiff
2015-06-16
Pablo de Lara
hash: update jhash function with the latest available
tree
|
commitdiff
2015-06-12
Stephen Hemminger
lib: fix whitespace
tree
|
commitdiff
2015-03-26
Yerden Zhumabekov
hash: fix strict-aliasing for CRC
tree
|
commitdiff
2015-03-23
Michael Qiu
hash: fix crc32 error when built for i686 and run in...
tree
|
commitdiff
2015-03-10
David Marchand
tailq: move to dynamic tailq
tree
|
commitdiff
2015-03-10
David Marchand
tailq: remove unneeded inclusions
tree
|
commitdiff
2015-03-09
Michael Qiu
hash: fix unsupported crc instruction in i686 platform
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: slice CRC data into 8-byte pieces
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: fallback to software CRC32 implementation
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: add CRC function for 8 bytes
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: replace built-in functions implementing SSE4.2
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: add assembly implementation of CRC32 intrinsics
tree
|
commitdiff
2015-02-23
Yerden Zhumabekov
hash: add software CRC32 implementation
tree
|
commitdiff
2015-02-03
Neil Horman
mk: add library version extension
tree
|
commitdiff
2015-02-03
Neil Horman
lib: provide initial versioning
tree
|
commitdiff
2014-11-27
Sergio Gonzalez...
add prefix to cache line macros
tree
|
commitdiff
2014-07-22
Anatoly Burakov
hash: make tailq fully local
tree
|
commitdiff
2014-06-27
Stephen Hemminger
eal: deprecate rte_snprintf
tree
|
commitdiff
2014-06-10
Bruce Richardson
remove trailing whitespaces
tree
|
commitdiff
2014-03-24
Stephen Hemminger
hash: make arg for jhash2 const
tree
|
commitdiff
2014-02-26
H. Peter Anvin
hash: reverse the operand order to crc32
tree
|
commitdiff
2014-02-25
Bruce Richardson
update Intel copyright years to 2014
tree
|
commitdiff
2013-10-09
Intel
doc: whitespace changes in licenses
tree
|
commitdiff
2013-09-17
Intel
hash: jhash optimisation
tree
|
commitdiff
2013-09-17
Intel
hash: fix for multi-process apps
tree
|
commitdiff
2013-07-25
Intel
update copyright date to 2013
tree
|
commitdiff
2013-07-25
Intel
memory: fix for multi process support
tree
|
commitdiff
2013-07-25
Intel
hash: fix check when creating fbk hash
tree
|
commitdiff
2013-07-25
Intel
hash: allocate memory on right numa socket
tree
|
commitdiff
2013-07-25
Intel
hash: don't use memzone for allocations
tree
|
commitdiff
2013-07-25
Intel
hash: remove comments
tree
|
commitdiff
2013-07-25
Intel
hash: use intrinsic
tree
|
commitdiff
2013-07-25
Intel
hash: select default hash by looking at SSE flags
tree
|
commitdiff
2013-07-25
Intel
lib: update tailq api
tree
|
commitdiff
2013-07-05
Intel
remove version in all files
tree
|
commitdiff
2013-03-11
Intel
first public release
tree
|
commitdiff