scripts: move to buildtools
[dpdk.git] / lib /
2017-01-04 Tomasz Kulasekethdev: add Tx preparation
2017-01-04 Olivier Matzethdev: clarify extended statistics documentation
2017-01-04 Olivier Matzethdev: fix extended statistics name index
2016-12-25 Jan Blunckethdev: decouple from PCI device
2016-12-25 Jan Blunckethdev: move info filling of PCI into drivers
2016-12-25 Jan Blunckethdev: decouple interrupt handling from PCI device
2016-12-24 Stephen Hemmingereal: make driver pointer const in device struct
2016-12-24 Jan Blunckeal: allow passing const interrupt handle
2016-12-24 Jan Blunckeal: define container_of macro
2016-12-23 Adrien Mazarguilcmdline: add alignment constraint
2016-12-23 Adrien Mazarguilcmdline: support dynamic tokens
2016-12-23 Adrien Mazarguilethdev: introduce generic flow API
2016-12-22 Ferruh Yigitethdev: cleanup device ops struct whitespace
2016-12-22 Ferruh Yigitethdev: remove invalid function from version map
2016-12-21 Jan Blunckethdev: add internal reset function
2016-12-21 Jan Blunckethdev: free queue array after releasing all queues
2016-12-21 Jan Blunckethdev: release queue before setting up
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-12-21 Jan Blunckethdev: clear data when allocating device
2016-12-21 Stephen Hemmingerpci: remove unused unbind support
2016-12-21 Jerin Jacobeal: postpone vdev initialization
2016-12-21 Jianfeng Taneal: restrict cores auto detection
2016-12-21 Aaron Conoleeal: clarify the argc and argv documentation
2016-12-20 Olivier Matzdrivers: advertise kmod dependencies in pmdinfo
2016-12-07 Anatoly Burakovvdev: fix detaching with alias
2016-12-07 Anatoly Burakovethdev: fix port lookup if none
2016-12-07 Robin Jarrykni: avoid using lsb_release script
2016-12-07 Thomas Monjalonconfig: remove insecure warnings
2016-12-06 Reshma Pattandoc: add pdump library to API doxygen
2016-12-06 Yong Wangdoc: fix typos in code comments
2016-12-06 Olivier Matzmempool: fix API documentation
2016-12-06 Wei Zhaomempool: remove a redundant word in comment
2016-12-06 Wei Zhaomempool: remove redundant socket id assignment
2016-12-06 Bert van Leeuwenethdev: check maximum number of queues for statistics
2016-12-06 Wei Daipci: fix check of mknod
2016-12-01 Olivier Matzlog: do not drop debug logs at compile time
2016-11-14 Thomas Monjalonversion: 17.02-rc0
2016-11-13 Thomas Monjalonversion: 16.11.0
2016-11-12 Reshma Pattanpdump: fix log messages
2016-11-12 Nipun Guptamempool: fix leak if populate fails
2016-11-07 Thomas Monjalonversion: 16.11-rc3
2016-11-07 Alain Leondoc: fix typos
2016-11-07 Wei Daiethdev: comment statistics field support
2016-11-07 Wenzhuo Luip_frag: fix IP reassembly regression
2016-11-07 Yuanhan Liuvhost: remove references to vhost-cuse
2016-11-07 Igor Ryzhovpci: fix probing error if no driver found
2016-11-07 David Marchandpci: unset driver if probe fails
2016-11-06 Fiona Trahecryptodev: clarify how operations affect buffers
2016-11-06 Wei Dailpm: fix freeing memory
2016-11-06 Dmitriy Yakovlevcfgfile: fix API comments
2016-11-06 Ferruh Yigitnet: remove mempool dependency
2016-11-06 Ben Walkerpci: probe only devices without any driver
2016-11-06 Jianbo Liueal/ppc: fix file descriptor leak when getting CPU...
2016-11-06 Jianbo Liueal/arm: fix file descriptor leak when getting CPU...
2016-11-06 Thomas Monjalonethdev: rename library for consistency
2016-11-06 Shreyansh Jainlib: fix ABI version after device model rework
2016-10-26 Thomas Monjalonversion: 16.11-rc2
2016-10-26 Reshma Pattanpdump: revert PCI device name conversion
2016-10-26 Slawomir Mrozowiczcrypto/openssl: rename libcrypto to openssl
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in non-mergeable Rx
2016-10-26 Maxime Coquelinvhost: support indirect descriptor in mergeable Rx
2016-10-26 Yuanhan Liuvhost: fix use after free
2016-10-26 Yuanhan Liuvhost: retrieve available head once
2016-10-26 Yuanhan Liuvhost: prefetch available ring
2016-10-26 Zhihong Wangvhost: shadow used ring update
2016-10-26 Yuanhan Liuvhost: use last available index for ring reservation
2016-10-26 Yuanhan Liuvhost: simplify mergeable Rx vring reservation
2016-10-26 Zhihong Wangvhost: optimize cache access
2016-10-26 Zhihong Wangvhost: remove useless volatile
2016-10-26 Maxime Coquelinvhost: access header only if offloading is supported
2016-10-25 E. Scott Danielsethdev: prevent duplicate event callback
2016-10-25 Wei Daimempool: fix search of maximum contiguous pages
2016-10-25 Jan Blunckeal: add driver name alias
2016-10-25 Ferruh Yigitkni: fix build with kernel 4.9
2016-10-14 Ferruh Yigitkni: fix build with kernel < 3.1
2016-10-14 Thomas Monjalonversion: 16.11-rc1
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Ferruh Yigitkni: move kernel version ifdefs to compat header
2016-10-13 Ferruh Yigitkni: prefer uint32_t to unsigned int
2016-10-13 Ferruh Yigitkni: update log messages
2016-10-13 Ferruh Yigitkni: remove compile time debug configuration
2016-10-13 Ferruh Yigitkni: move functions to eliminate declarations
2016-10-13 Ferruh Yigitkni: remove unnecessary messages for out of memory
2016-10-13 Ferruh Yigitkni: update kernel logging
2016-10-13 Ferruh Yigitkni: prefer ether_addr_copy to memcpy
2016-10-13 Ferruh Yigitkni: prefer min_t to min
2016-10-13 Ferruh Yigitkni: enclose macros with complex values in parens
2016-10-13 Ferruh Yigitkni: do not use assignment in if condition
2016-10-13 Ferruh Yigitkni: move trailing statement on next line
2016-10-13 Ferruh Yigitkni: move comparison constants on the right
2016-10-13 Ferruh Yigitkni: remove useless return
2016-10-13 Ferruh Yigitkni: prefer unsigned int to unsigned
2016-10-13 Ferruh Yigitkni: fix spacing and line lenghts
2016-10-13 Ferruh Yigitkni: make static struct const
2016-10-13 Ferruh Yigitkni: uninitialize global variables
2016-10-13 Ferruh Yigitkni: move externs to the header file
2016-10-13 Vladyslav Buslovkni: support core id parameter in single threaded mode
2016-10-13 Wei Dailpm: remove redundant check when adding rule
2016-10-13 Wei Dailpm: fix freeing unused sub-table on rule delete
next