mempool: fix alignment of memzone length when populating
[dpdk.git] / lib /
2018-05-08 Olivier Matzmempool: fix alignment of memzone length when populating
2018-05-02 Thomas Monjalonversion: 18.05-rc2
2018-05-02 Konstantin Ananyeveal/x86: fix atomic exchange for 32-bit
2018-05-02 Anatoly Burakovmalloc: avoid padding elements on page deallocation
2018-05-02 Anatoly Burakovmalloc: set pad to 0 on free
2018-05-02 Jianfeng Taneal: fix use-after-free on control thread creation
2018-05-02 Jianfeng Taneal: fix memory leak on control thread failure
2018-05-01 Ferruh Yigitethdev: remove error return on RSS hash check
2018-04-30 Anatoly Burakovmalloc: fix heap size not set on init
2018-04-30 Anatoly Burakovmem/linux: fix hugedir write deadlock
2018-04-27 Thomas Monjalonversion: 18.05-rc1
2018-04-27 Anatoly Burakovmem: revert to using flock and add per-segment lockfiles
2018-04-27 Anatoly Burakovmem: add memalloc init stage
2018-04-27 Anatoly Burakovmem: improve autodetection of hugepage counts on 32-bit
2018-04-27 Anatoly Burakovmem: improve preallocation on 32-bit
2018-04-27 Anatoly Burakovmem: fix 32-bit memory upper limit for non-legacy mode
2018-04-27 Anatoly Burakovmalloc: check for heap corruption
2018-04-27 Anatoly Burakovmalloc: fix out-of-bounds segment array access
2018-04-27 Anatoly Burakovmalloc: replace snprintf with strlcpy
2018-04-27 Anatoly Burakovmem: log page address before unmapping
2018-04-27 Anatoly Burakovmem: fix page fault trigger
2018-04-27 Anatoly Burakovmem: fix potential bad unmap on map failure
2018-04-27 Anatoly Burakovmem: fix comparison of old policy
2018-04-27 Anatoly Burakovmem: fix potential resource leak on alloc
2018-04-27 Anatoly Burakovmem: fix potential resource leak on freeing
2018-04-27 Anatoly Burakovmem: fix potential double close on map failure
2018-04-27 Anatoly Burakovmem: fix resource leak on map failure
2018-04-27 Anatoly Burakovmem: use strlcpy instead of snprintf
2018-04-27 Jianfeng Tanmem: fix resize return handling for --single-file-segments
2018-04-27 Jianfeng Taneal: fix threads block on barrier
2018-04-27 Yongseok Kohmbuf: support attaching external buffer
2018-04-27 Fan Zhangvhost/crypto: fix checks while moving descriptors
2018-04-27 Fan Zhangvhost/crypto: fix missing head correction
2018-04-27 Xiao Wangvhost: fix vDPA set features
2018-04-27 Maxime Coquelinvhost: revert avoid concurrency when logging dirty...
2018-04-27 Ferruh Yigitethdev: rename folder to library name
2018-04-27 Declan Dohertyethdev: add shared counter to flow API
2018-04-27 Declan Dohertyethdev: add mark flow item
2018-04-27 Declan Dohertyethdev: add group jump action
2018-04-27 Declan Dohertyethdev: add tunnel encap/decap actions
2018-04-27 Declan Dohertyethdev: add switch domain allocator
2018-04-27 Remy Hortonethdev: add common devargs parser
2018-04-27 Declan Dohertyethdev: add port representor device flag
2018-04-27 Declan Dohertyethdev: add generic create/destroy ethdev APIs
2018-04-27 Declan Dohertyethdev: add switch identifier parameter to port
2018-04-27 Qi Zhangethdev: add VLAN and MPLS actions to flow API
2018-04-27 Qi Zhangethdev: add TTL change actions to flow API
2018-04-27 Qi Zhangethdev: add neighbor discovery to flow API
2018-04-27 Xueming Liethdev: introduce tunnel type MPLS-in-GRE and MPLS...
2018-04-27 Xueming Liethdev: introduce new tunnel VXLAN-GPE
2018-04-27 Adrien Mazarguilethdev: add port ID item and action to flow API
2018-04-27 Adrien Mazarguilethdev: add physical port action to flow API
2018-04-27 Adrien Mazarguilethdev: rename physical port item in flow API
2018-04-27 Adrien Mazarguilethdev: fix behavior of VF/PF in flow API
2018-04-27 Adrien Mazarguilethdev: add transfer attribute to flow API
2018-04-27 Adrien Mazarguilethdev: fix default VLAN TCI mask in flow API
2018-04-27 Adrien Mazarguilethdev: fix TPID handling in flow API
2018-04-27 Adrien Mazarguilethdev: add encap level to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: add hash function to RSS flow API action
2018-04-27 Adrien Mazarguilethdev: flatten RSS configuration in flow API
2018-04-27 Adrien Mazarguilethdev: fix C99 flexible arrays from flow API
2018-04-27 Adrien Mazarguilethdev: alter behavior of flow API actions
2018-04-27 Adrien Mazarguilethdev: remove DUP action from flow API
2018-04-27 Adrien Mazarguilethdev: clarify flow API pattern items and actions
2018-04-27 Adrien Mazarguilethdev: add error types to flow API
2018-04-27 Zijie Panethdev: add access to EEPROM
2018-04-27 Thomas Monjalonethdev: remove experimental flag of ports enumeration
2018-04-27 Qi Zhangethdev: support runtime queue setup
2018-04-27 Xueming Liethdev: introduce generic IP/UDP tunnel checksum and TSO
2018-04-27 Xueming Liethdev: add supported hash function check
2018-04-27 Didier Pallardnet: export IPv6 header extensions skip function
2018-04-27 Adrien Mazarguilethdev: fix missing include in flow API
2018-04-27 Adrien Mazarguilethdev: fix shallow copy of flow API RSS action
2018-04-27 Shahaf Shulerethdev: remove new to old offloads API helpers
2018-04-27 Xiao Wangvfio: add multi container support
2018-04-27 Xiao Wangvfio: extend data structure for multi container
2018-04-27 Maxime Coquelinvhost/crypto: fix build with gcc 4.7.2
2018-04-27 Thomas Monjaloneal: fix build on FreeBSD
2018-04-27 Thomas Monjaloneal: fix build with glibc < 2.16
2018-04-26 Artem V. Andreevmempool: support block dequeue operation
2018-04-26 Artem V. Andreevmempool: implement abstract mempool info API
2018-04-26 Stephen Hemmingereal: shut up warning about master lcore
2018-04-26 Anatoly Burakoveal: make semantics of lcore role function more intuitive
2018-04-25 Harry van Haarenservice: remove experimental tags
2018-04-25 Anatoly Burakoveal/linux: remove useless unlock of hugepage when clearing
2018-04-25 Stephen Hemmingerlog: add ability to match log type with globbing
2018-04-25 Stephen Hemmingereal: make log level save private
2018-04-25 Stephen Hemmingereal: allow symbolic log levels
2018-04-25 Stephen Hemmingereal: make syslog facility table const
2018-04-25 Aaron Conoleeal: abstract away the auxiliary vector
2018-04-25 Gaetan Riveteal: add last init priority
2018-04-25 Gaetan Riveteal: list acceptable init priorities
2018-04-25 Gaetan Rivetdevargs: rename legacy API
2018-04-25 Gaetan Rivetdevargs: use proper namespace prefix
2018-04-25 Gaetan Rivetdevargs: update syntax documentation
2018-04-25 Gaetan Rivetdevargs: make parsing variadic
2018-04-25 Gaetan Rivetdevargs: make devargs list private
2018-04-25 Gaetan Rivetdevargs: introduce iterator
2018-04-24 Olivier Matzeal: set affinity for control threads
2018-04-24 Olivier Matzeal: set name when creating a control thread
next