eal: remove useless errno
[dpdk.git] / lib / librte_hash /
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