ixgbe: fix number of segments with vector scattered Rx
[dpdk.git] / lib / librte_hash /
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
2014-07-22 Anatoly Burakovhash: make tailq fully local
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-03-24 Stephen Hemmingerhash: make arg for jhash2 const
2014-02-26 H. Peter Anvinhash: reverse the operand order to crc32
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intelhash: jhash optimisation
2013-09-17 Intelhash: fix for multi-process apps
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Intelmemory: fix for multi process support
2013-07-25 Intelhash: fix check when creating fbk hash
2013-07-25 Intelhash: allocate memory on right numa socket
2013-07-25 Intelhash: don't use memzone for allocations
2013-07-25 Intelhash: remove comments
2013-07-25 Intelhash: use intrinsic
2013-07-25 Intelhash: select default hash by looking at SSE flags
2013-07-25 Intellib: update tailq api
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release