mempool: store memory chunks in a list
[dpdk.git] / lib /
2016-05-19 Olivier Matzmempool: store memory chunks in a list
2016-05-19 Olivier Matzmempool: remove macro to check if contiguous
2016-05-19 Olivier Matzmempool: store physical address in objects
2016-05-19 Olivier Matzmempool: create internal ring in a specific function
2016-05-19 Olivier Matzmempool: use the list to initialize objects
2016-05-19 Olivier Matzmempool: use the list to audit all elements
2016-05-19 Olivier Matzmempool: use the list to iterate the elements
2016-05-19 Olivier Matzmempool: remove const qualifier in dump and audit
2016-05-19 Olivier Matzmempool: remove const qualifier when browsing pools
2016-05-19 Olivier Matzmempool: list objects when added
2016-05-19 Olivier Matzmempool: rename object constructor typedef
2016-05-19 Olivier Matzmempool: use sizeof to get size of header and trailer
2016-05-19 Olivier Matzmempool: uninline function to check cookies
2016-05-19 Olivier Matzmempool: rename element size variables
2016-05-19 Olivier Matzmempool: rework comments and style
2016-05-19 Hiroyuki Mikitambuf: decrease reference counter when detaching
2016-05-19 Marcin Kerlincmdline: check initialization error
2016-05-18 Maxime Leroylog: fix level/type retrieving from a standard thread
2016-05-17 Keith Wilesmempool: reduce structure size if no cache needed
2016-05-17 Olivier Matzmbuf: add raw allocation function
2016-05-16 Daniel Mrzyglodpower: fix error messages
2016-05-10 Daniel Mrzyglodvhost: fix name not null terminated
2016-05-05 Bruce Richardsoneal: add missing include to debug header
2016-05-02 Thomas Monjaloneal: add assert macro for debug
2016-05-02 Thomas Monjalonlog: increase default level to info
2016-05-02 Thomas Monjaloneal: increase log level of some messages
2016-05-02 Piotr Azarewiczcmdline: add any multi string mode to token string
2016-05-02 Michal Kobylinskicfgfile: fix uninitialized variable on load error
2016-05-02 Dmitriy Yakovlevcfgfile: fix return value comment
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-05-02 Chaeyong Chongip_frag: fix double free of chained mbufs
2016-05-02 Mauricio Vasquez Bmem: fix freeing of memzone used by ivshmem
2016-05-02 Ferruh Yigitkni: support chained mbufs
2016-05-02 Igor Ryzhovkni: keep ethernet MAC address when interface goes up
2016-04-27 Daniel Mrzyglodvfio: fix socket option check
2016-04-27 Thomas Monjaloneal: remove useless internal function from memcpy headers
2016-04-26 Thomas Monjalonversion: 16.07-rc0
2016-04-22 Thomas Monjalonlib: remove poisoned flags
2016-04-20 Thomas Monjalonhash: remove aliases for bulk lookup
2016-04-20 Thomas Monjalonethdev: remove deprecated statistics
2016-04-20 Thomas Monjalonpci: remove deprecated specific config
2016-04-20 Thomas Monjalonport: bump ABI for pcap file support
2016-04-11 Thomas Monjalonversion: 16.04
2016-04-11 Ferruh Yigitkni: fix vhost build with kernels 4.2 and 4.4
2016-04-11 Jasvinder Singhport: fix ring writer buffer overflow
2016-04-11 Jasvinder Singhport: fix burst size mask type
2016-04-11 Daniel Mrzyglodvfio: fix resource leak
2016-04-07 Thomas Monjalonversion: 16.04-rc4
2016-04-07 Ferruh Yigitkni: fix possible deadlock
2016-04-07 Anatoly Burakovivshmem: avoid infinite loop when concatenating segments
2016-04-07 Slawomir Mrozowiczethdev: fix unchecked return value
2016-04-06 Fiona Trahecryptodev: remove experimental label
2016-04-06 Fiona Trahecryptodev: rename elements for clarity
2016-04-06 Olivier Matzhash: fix race condition at creation
2016-04-06 Olivier Matzhash: fix allocation of an existing object
2016-04-06 Olivier Matzlpm: fix allocation of an existing object
2016-04-06 Jianfeng Tanethdev: refine API to query supported packet types
2016-04-06 Yuanhan Liuvhost: fix error handling in destroy
2016-04-06 Olivier Matzethdev: fix xstats retrieval with a null array
2016-04-01 Thomas Monjalonversion: 16.04-rc3
2016-04-01 Fan Zhangport: clean up
2016-04-01 Fan Zhangport: fix pcap sink parameter check
2016-04-01 Fan Zhangport: fix pcap source parameter check
2016-04-01 Thomas Monjalonethdev: add 100G link speed
2016-04-01 Marc Suneethdev: convert speed number to bitmap flag
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: add speed capabilities
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Marc Suneethdev: use constants for link duplex
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-04-01 Pablo de Larahash: fix multi-process support
2016-04-01 Pablo de Larahash: use common x86 flag
2016-04-01 Mauricio Vasquez Bivshmem: fix race condition
2016-04-01 Pablo de Larahash: fix typo in comment
2016-04-01 Chao Zhueal/ppc: fix prefetch instruction
2016-04-01 Chao Zhuconfig: fix CPU and memory parameters on IBM POWER8
2016-03-31 Pablo de Laraexamples/l2fwd-crypto: use key-value list of supported...
2016-03-31 Michael Qiulpm: fix build of anonymous union initialization
2016-03-31 Ilya Maximetsvhost: use SMP barriers instead of compiler ones
2016-03-30 Jingjing Wuethdev: fix comments for filters
2016-03-25 Thomas Monjalonversion: 16.04-rc2
2016-03-25 Yuanhan Liuvhost: remove unnecessary return
2016-03-25 Pablo de Laraethdev: fix possibly incorrect maximum queues
2016-03-25 Jingjing Wuethdev: add fields to flow director input
2016-03-25 Jingjing Wui40evf: support reporting PF reset
2016-03-25 Tetsuya Mukawaethdev: add queue state change event type
2016-03-25 Jianfeng Tanethdev: query supported packet types
2016-03-24 Jan Viktorineal/arm: disable NEON for 32-bit memcpy
2016-03-23 Stephen Hemmingerethdev: fix xstats size query with NULL
2016-03-22 Daniel Mrzyglodmk: fix missing librt dependencies
2016-03-22 Panu Matilainenmk: fix missing libm dependencies
2016-03-22 Thomas Monjalonmk: restrict CPU flags list
2016-03-22 Lazaros Koromilasring: fix deadlock in zero object multi enqueue or...
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-17 Yuanhan Liuvhost: remove unnecessary memset when enqueueing
next