virtio: fix PCI accesses for ppc64 in legacy mode
[dpdk.git] / lib /
2016-06-15 Olivier Matzpci: mmap ioports on non-x86 Linux
2016-06-15 Olivier Matzpci: split function parsing resources in sysfs
2016-06-15 Olivier Matzpci: remove invalid comment
2016-06-15 Olivier Matzeal/linux: only call iopl on x86
2016-06-15 Olivier Matzpci: fix typos in ioport doxygen comments
2016-06-15 Olivier Matzmbuf: add new Rx flags for stripped VLAN
2016-06-15 Olivier Matzethdev: clarify the origin of mbufs
2016-06-15 Zhihong Wangeal/x86: improve memcpy performance
2016-06-15 Sergio Gonzalez... mempool: fix local cache initialization
2016-06-14 Jasvinder Singhsched: fix build without red
2016-06-14 Alex Wangkni: describe mempool capacity requirement
2016-06-14 Alex Wangkni: fix inverted function comments
2016-06-14 Ziye Yangpci: support class id probing
2016-06-13 Jan Viktorinpci: allow to override sysfs path
2016-06-13 Christian Ehrhardtmk: fix missing internal dependencies
2016-06-10 Thomas Monjaloneal: remove useless includes of mempool and ring
2016-06-10 Thomas Monjalonlog: deprecate history dump
2016-06-07 Jasvinder Singhtable: remove unnecessary acl dump
2016-06-07 Arek Kusztalqat: fix physical address of content descriptor
2016-06-07 Ferruh Yigitivshmem: add all memzones of mempool to metadata
2016-06-07 Anatoly Burakovivshmem: fix overlap detection
2016-06-07 Ferruh Yigitkni: move more kernel version check to compat header
2016-06-07 Ferruh Yigitkni: fix spacing in compat header
2016-06-07 Ferruh Yigitkni: fix build with kernel 4.7
2016-06-07 Olivier Matzkni: fix build clean on Ubuntu
2016-06-07 Jerin Jacobmk: fix cross-compilation
2016-06-03 Damjan Marioneal/x86: fix clang build with -O0
2016-05-24 Mauricio Vasquez Bethdev: use dedicated macro to check port id
2016-05-24 Olivier Matzmbuf: add prefetch helpers
2016-05-24 Slawomir Mrozowiczmempool: avoid division by zero
2016-05-19 Olivier Matzmempool: add flag for removing phys contiguous constraint
2016-05-19 Olivier Matzmem: avoid memzone/mempool/ring name truncation
2016-05-19 Olivier Matzmempool: make mempool populate and free api public
2016-05-19 Olivier Matzmempool: populate with anonymous memory
2016-05-19 Olivier Matzmempool: create the internal ring when populating
2016-05-19 Olivier Matzmempool: rework support of Xen dom0
2016-05-19 Olivier Matzxen: return machine address without knowing memseg id
2016-05-19 Olivier Matzmempool: introduce a function to create an empty pool
2016-05-19 Olivier Matzmempool: introduce a function to free a pool
2016-05-19 Olivier Matzmempool: replace physical address by a memzone pointer
2016-05-19 Olivier Matzmempool: support no hugepage mode
2016-05-19 Olivier Matzmem: lock pages when not using hugepages
2016-05-19 Olivier Matzmempool: allocate in several memory chunks by default
2016-05-19 Olivier Matzmempool: get memory size with unspecified page size
2016-05-19 Olivier Matzmempool: introduce a free callback for memory chunks
2016-05-19 Olivier Matzmempool: simplify memory usage calculation
2016-05-19 Olivier Matzmempool: add function to iterate the memory chunks
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
next