enforce experimental tag at beginning of declarations
[dpdk.git] / lib / librte_hash / rte_hash.h
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-05-04 Yipeng Wanghash: fix doc about thread/process safety
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2018-10-26 Honnappa Nagarahallihash: add lock-free r/w concurrency
2018-10-26 Honnappa Nagarahallihash: support no free on delete
2018-10-25 Yipeng Wanghash: use partial-key hashing
2018-10-25 Yipeng Wanghash: add extendable bucket feature
2018-08-09 Yipeng Wanghash: add more accurate thread-safety comments
2018-08-07 Pablo de Larahash: fix doxygen of return values
2018-07-12 Yipeng Wanghash: add API to query the key count
2018-07-12 Yipeng Wanghash: support read/write concurrency
2018-04-15 Shreyansh Jainhash: fix comment for lookup
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
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-01 Pablo de Larahash: fix typo in comment
2015-12-09 Chao Zhuhash: fix build on IBM POWER and ARM
2015-12-06 Yu Nemo Wenbinhash: customize compare function
2015-11-04 Pablo de Larahash: fix scaling by reducing contention
2015-09-04 Pablo de Larahash: remove deprecated function and macros
2015-07-13 Bruce Richardsonhash: rename unused field
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-03-10 David Marchandtailq: move to dynamic tailq
2014-07-22 Anatoly Burakovhash: make tailq fully local
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelhash: fix for multi-process apps
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelhash: don't use memzone for allocations
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release