test mbuf attach
[dpdk.git] / lib / librte_hash /
2020-07-27 Yunjian Wanghash: fix out-of-memory handling in hash creation
2020-06-16 Stephen Hemmingerhash: check flags on creation for future proofing
2020-05-18 Kevin Traynorhash: fix gcc 10 maybe-uninitialized warning
2020-04-25 Vladimir Medvedkinhash: add bulk lookup with signatures array
2020-04-16 Thomas Monjalonreplace alignment attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2020-02-05 Honnappa Nagarahallihash: fix lock-free flag doxygen
2020-02-05 David Marchandhash: fix meson headers packaging
2020-01-20 Kumar Amberhash: add max key id query API
2020-01-19 Dharmik Thakkarhash: remove unnecessary locks in lock-free
2020-01-19 Honnappa Nagarahallihash: use 32-bit elements rings to save memory
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-07-29 Xiaolong Yehash: replace license text with SPDX tag
2019-07-17 Gavin Huhash: flush rings instead of dequeuing one by one
2019-07-08 Honnappa Nagarahallihash: load value after full key compare
2019-07-08 Honnappa Nagarahallihash: use ordered loads only if signature matches
2019-07-06 Anatoly Burakoveal: hide shared memory config
2019-07-05 Anatoly Burakoveal: add API to lock/unlock tailq list
2019-06-29 David Marchandenforce experimental tag at beginning of declarations
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-06-05 Ruifeng Wanghash: simplify signature compare with NEON
2019-05-24 Olivier Matznet: add rte prefix to IP structure
2019-05-09 Dharmik Thakkarhash: fix total entries count
2019-05-09 Dharmik Thakkarhash: fix position returned in free slots
2019-05-04 Yipeng Wanghash: fix doc about thread/process safety
2019-05-02 John McNamaradoc: fix spelling reported by aspell in comments
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2019-04-03 Dharmik Thakkarhash: support lock-free extendable bucket
2019-03-28 Ruifeng Wanghash: optimize signature compare for Arm NEON
2019-02-06 Vladimir Medvedkinhash: replace license text with SPDX tag for Toeplitz...
2018-12-21 Honnappa Nagarahallihash: fix out-of-bound write while freeing key slot
2018-12-21 Jeff Shawhash: fix return of bulk lookup
2018-11-14 Yipeng Wanghash: fix TSX aborts with newer gcc
2018-11-13 Honnappa Nagarahallihash: separate lock-free and r/w lock lookup
2018-10-26 Yipeng Wanghash: remove unnecessary pause
2018-10-26 Honnappa Nagarahallihash: add lock-free r/w concurrency
2018-10-26 Honnappa Nagarahallihash: fix key store element alignment
2018-10-26 Honnappa Nagarahallihash: support no free on delete
2018-10-26 Honnappa Nagarahallihash: separate multi-writer from r/w concurrency
2018-10-25 Yipeng Wanghash: use partial-key hashing
2018-10-25 Yipeng Wanghash: add extendable bucket feature
2018-10-25 Yipeng Wanghash: fix race condition in iterate
2018-10-25 Yipeng Wanghash: remove unused constant
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-07-12 Yipeng Wanghash: move duplicated code into functions
2018-07-12 Yipeng Wanghash: fix key slot size accuracy
2018-07-12 Yipeng Wanghash: fix a multi-writer race condition
2018-07-12 Yipeng Wanghash: fix multiwriter lock memory allocation
2018-07-12 Honnappa Nagarahallihash: validate hash bucket entries while compiling
2018-05-13 Andy Greenhash: explicit casts for truncation in CRC32c
2018-05-13 Andy Greenhash: move stack declaration at top of CRC32c function
2018-04-15 Shreyansh Jainhash: fix comment for lookup
2018-04-10 Pavan Nikhileshhash: fix missing spinlock unlock in add key
2018-01-30 Bruce Richardsonbuild: set compat lib as universal dependency
2018-01-30 Bruce Richardsonbuild: replace license text with SPDX tag
2018-01-30 Bruce Richardsonlib: build with meson
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
next