net/virtio: rationalize queue flushing
[dpdk.git] / lib / librte_lpm /
2018-01-16 Adrien Mazarguillib: fix missing includes in exported headers
2018-01-16 Zhiyong Yanglib: remove unnecessary pointer cast
2018-01-12 Hemant Agrawallpm: fix ARM big endian build
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Olivier Matzlpm6: fix compilation with -Og
2017-10-24 Igor Ryzhovlpm6: set errno on creation error
2017-10-24 Igor Ryzhovlpm: set errno on creation error
2017-10-24 Olivier Matzmk: do not generate LDLIBS from directory dependencies
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-08 Jerin Jacobupdate Cavium Inc copyright headers
2017-06-19 Wei Dailpm: fix index of tbl8
2017-06-05 Sangjin Hanlpm: fix build with gcc -O0 option
2017-03-27 Olivier Matzmk: optimize directory dependencies
2017-03-15 Vladyslav Buslovlpm6: extend next hop field
2016-11-06 Wei Dailpm: fix freeing memory
2016-10-13 Wei Dailpm: remove redundant check when adding rule
2016-10-13 Wei Dailpm: fix freeing unused sub-table on rule delete
2016-09-13 Adrien Mazarguillib: add missing include dependencies
2016-09-13 Adrien Mazarguillib: work around unnamed structs/unions
2016-09-13 Adrien Mazarguillib: work around nonstandard bit-fields
2016-09-13 Adrien Mazarguillib: use C99 syntax for zero-size arrays
2016-09-09 Gowrishankar Muthu... lpm: add AltiVec for ppc64
2016-05-02 Daniel Mrzyglodlpm6: fix possible garbage in lookup
2016-05-02 Igor Ryzhovlpm6: fix missing header dependency
2016-05-02 Christian Ehrhardtlpm: fix freeing in compatibility mode
2016-04-06 Olivier Matzlpm: fix allocation of an existing object
2016-03-31 Michael Qiulpm: fix build of anonymous union initialization
2016-03-22 Christian Ehrhardtlpm6: fix use after free
2016-03-22 Christian Ehrhardtlpm6: fix missing free
2016-03-22 Christian Ehrhardtlpm: fix use after free
2016-03-22 Christian Ehrhardtlpm: fix missing free
2016-03-11 Jerin Jacoblpm/arm: support NEON
2016-03-11 Jerin Jacoblpm/x86: move SSE implementation to be architecture...
2016-03-09 Michal Kobylinskilpm: add a new config structure for IPv4
2016-03-09 Michal Kobylinskilpm: extend IPv4 next hop field
2016-03-04 Bruce Richardsonlpm: merge tbl24 and tbl8 structures
2016-02-10 Huawei Xieremove extra parentheses in return statement
2015-11-04 Na Nalpm: fix incorrect reuse of already allocated tbl8
2015-11-04 Na Nalpm: fix condition check in delete
2015-09-03 Thomas Monjalonlpm: remove deprecated field
2015-08-03 Zhe Taolpm: fix depth small entry add
2015-07-16 Sergio Gonzalez... mem: move librte_malloc to eal/common
2015-07-10 Xuelin Shilpm: fix big endian support
2015-06-23 Ferruh Yigitlib: remove extra parenthesis after return
2015-06-12 Stephen Hemmingerlib: fix whitespace
2015-03-20 Konstantin Ananyeveal/x86: move header file for vector instructions
2015-03-10 David Marchandtailq: move to dynamic tailq
2015-03-10 David Marchandtailq: remove unneeded inclusions
2015-02-24 Igor Ryzhovlpm: fix overflow issue
2015-02-03 Neil Hormanmk: add library version extension
2015-02-03 Neil Hormanlib: provide initial versioning
2015-01-28 Konstantin Ananyeveal: introduce ymm type for AVX 256-bit
2014-11-27 Sergio Gonzalez... add prefix to cache line macros
2014-07-22 Anatoly Burakovlpm: make tailq fully local
2014-06-27 Stephen Hemmingereal: deprecate rte_snprintf
2014-06-17 Cristian Dumitresculpm: check rule existence
2014-06-12 Konstantin Ananyevlpm: introduce rte_lpm_lookupx4
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-02-25 Bruce Richardsonupdate Intel copyright years to 2014
2014-01-15 Intellpm: fix sub-rule deletion
2013-11-21 Intellpm: fix route adding
2013-10-09 Intellpm: rework rules storage
2013-10-09 Inteldoc: whitespace changes in licenses
2013-09-17 Intellpm: add IPv6 support
2013-07-25 Intelupdate copyright date to 2013
2013-07-25 Zijie Panlib: fix unused values
2013-07-25 Intelmemory: fix for multi process support
2013-07-25 Intellpm: rework lpm lookup + add bulk function
2013-07-25 Intellpm: allocate memory on right numa socket
2013-07-25 Intellpm: don't use memzone for allocations
2013-07-25 Intellpm: minor changes
2013-07-25 Intellib: update tailq api
2013-07-05 Intelremove version in all files
2013-03-11 Intelfirst public release