net/virtio: rationalize queue flushing
[dpdk.git] / lib / librte_hash /
2018-01-20 Elza Mathewhash: select fbk function at run-time
2018-01-20 Elza Mathewhash: select cuckoo function at run-time
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-16 Zhiyong Yanglib: remove unnecessary pointer cast
2018-01-09 Jerin Jacoblib: use SPDX tag for Cavium copyright files
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-11-06 Thomas Monjalonuse macro to declare constructor functions
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-10-07 Yangchao Zhouhash: optimize Toeplitz RSS computation
2017-10-07 Pablo de Larahash: fix eviction counter
2017-10-05 Chas Williamshash: document jhash boundary behavior
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-08 Mike Stolarchukhash: fix lock release on add
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-07-04 Bruce Richardsonhash: remove checks for SSE
2017-07-03 Jerin Jacobeal: switch to architecture specific pause function
2017-07-03 Ashwin Sekhar T Khash: compile ARMv8 CRC32 support conditionally
2017-07-03 Ashwin Sekhar T Khash: support NEON for Toeplitz algo
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-14 Ferruh Yigithash: fix icc build
2017-05-10 Jerin Jacobhash: add switch fall-through comments for arm64
2017-05-05 Bruce Richardsonlib: add switch fall-through comments
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-03-27 Olivier Matzmk: optimize directory dependencies
2016-10-12 Pablo de Larahash: fix bucket size usage
2016-10-12 Pablo de Larahash: fix unlimited cuckoo path
2016-10-05 Byron Marohnhash: modify lookup bulk pipeline
2016-10-05 Byron Marohnhash: add vectorized comparison
2016-10-05 Byron Marohnhash: reorganize bucket structure
2016-10-05 Pablo de Larahash: reorder hash structure
2016-10-04 Pablo de Larahash: fix free slot check
2016-09-29 Pablo de Larahash: check if slot is empty with key index
2016-09-29 Pablo de Larahash: fix false zero signature key hit lookup
2016-09-29 Pablo de Larahash: fix ring size
2016-09-22 Masoud Hasanifardhash: fix custom compare
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-07-10 Yari Adan Petralandahash: retrieve a key given its position
2016-06-24 Wei Shenhash: add scalable multi-writer insertion with Intel TSX
2016-04-20 Thomas Monjalonhash: remove aliases for bulk lookup
2016-04-06 Olivier Matzhash: fix race condition at creation
2016-04-06 Olivier Matzhash: fix allocation of an existing object
2016-04-01 Pablo de Larahash: fix multi-process support
2016-04-01 Pablo de Larahash: use common x86 flag
2016-04-01 Pablo de Larahash: fix typo in comment
2016-03-01 Didier Pallardhash: fix CRC32c computation
2016-02-21 Thomas Monjalonhash: fix header for C++
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-12-09 Chao Zhuhash: fix build on IBM POWER and ARM
2015-12-06 Yu Nemo Wenbinhash: customize compare function
2015-12-06 Pablo de Larahash: remove duplicated exported symbol
2015-11-25 Jerin Jacobhash: select CRC hash if armv8-a CRC extension available
2015-11-25 Jerin Jacobhash: use armv8-a CRC32 instructions
2015-11-25 Jerin Jacobhash: replace libc memcmp with optimized functions...
2015-11-04 Pablo de Larahash: fix incorrect lookup if key is all zero
2015-11-04 Pablo de Larahash: fix scaling by reducing contention
2015-11-04 Pablo de Larahash: free internal ring when freeing hash
2015-09-09 Pablo de Larahash: fix memory allocation of cuckoo key table
2015-09-04 Pablo de Larahash: remove deprecated function and macros
2015-07-30 Vladimir Medvedkinhash: fix build of toeplitz algorithm without SSE3
2015-07-28 Xavier Simonarthash: fix crash when adding already inserted keys
2015-07-22 Pablo de Larahash: move struct field to keep ABI stable
2015-07-18 Pablo de Larahash: fix build for non-x86 arch
2015-07-16 Pablo de Larahash: fix build without SSE4.1
2015-07-16 Pablo de Larahash: fix build with gcc 4.4 and 4.5
2015-07-16 Pablo de Larahash: fix out of bounds array access
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-13 Bruce Richardsonhash: rename unused field
2015-07-13 Cyril Chemparathyhash: check SSE flags only on x86 builds
2015-07-12 Pablo de Larahash: add iterate function
2015-07-12 Pablo de Larahash: allow to store data in hash table
2015-07-12 Pablo de Larahash: add reset function
2015-07-12 Pablo de Larahash: replace with cuckoo hash implementation
2015-07-10 Pablo de Larahash: hide structure from header and make it internal
2015-07-09 Bruce Liuhash: fix build on non-x86 arch
2015-07-01 Vladimir Medvedkinhash: add toeplitz algorithm used by RSS
2015-07-01 Pablo de Larahash: add missing symbol in version map
2015-06-24 Cyril Chemparathyhash: silence warning on pointer arithmetic
2015-06-16 Thomas Monjalonhash: fix typo in jhash comments
2015-06-16 Pablo de Larahash: rename a jhash function
2015-06-16 Pablo de Larahash: remove duplicated code
2015-06-16 Pablo de Larahash: add new jhash functions
2015-06-16 Pablo de Larahash: update jhash function with the latest available
2015-06-12 Stephen Hemmingerlib: fix whitespace
2015-03-26 Yerden Zhumabekovhash: fix strict-aliasing for CRC
2015-03-23 Michael Qiuhash: fix crc32 error when built for i686 and run in...
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-03-09 Michael Qiuhash: fix unsupported crc instruction in i686 platform
2015-02-23 Yerden Zhumabekovhash: slice CRC data into 8-byte pieces
2015-02-23 Yerden Zhumabekovhash: fallback to software CRC32 implementation
2015-02-23 Yerden Zhumabekovhash: add CRC function for 8 bytes
2015-02-23 Yerden Zhumabekovhash: replace built-in functions implementing SSE4.2
2015-02-23 Yerden Zhumabekovhash: add assembly implementation of CRC32 intrinsics
2015-02-23 Yerden Zhumabekovhash: add software CRC32 implementation
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
next