bus/pci: fix allocation of device path
[dpdk.git] / lib /
2018-11-25 Ilya Maximetseal/bsd: fix possible IOPL fd leak
2018-11-22 Maxime Coquelinvhost: fix packed ring constants declaration
2018-11-21 Ferruh Yigitethdev: remove unused deferred device state
2018-11-23 Akhil Goyalsecurity: restore experimental tag for unimplemented...
2018-11-23 Nikhil Raoeventdev: fix unlock in Rx adapter
2018-11-23 Thomas Monjaloneventdev: fix possible uninitialized variable
2018-11-23 Thomas Monjalonkni: fix possible uninitialized variable
2018-11-23 Thomas Monjaloneal: fix build with -O1
2018-11-23 Anatoly Burakoveal: deprecate and rename bsf64 function
2018-11-23 Anatoly Burakoveal: remove useless code in bsf64 function
2018-11-23 Anatoly Burakovipc: fix access after async request failure
2018-11-19 Thomas Monjalonversion: 18.11-rc4
2018-11-18 Akhil Goyalsecurity: remove experimental tag
2018-11-18 Jeff Guoeal: fix deadlock in hot-unplug
2018-11-18 Chaitanya Babu Talluriefd: fix write unlock during ring creation
2018-11-18 David Wildermem: fix anonymous mapping on Power9
2018-11-18 Anatoly Burakovmalloc: fix adjacency check to also include segment...
2018-11-18 Anatoly Burakovmem: check for contiguousness in external segments
2018-11-18 Kevin Laatzeal: fix duplicate function declaration
2018-11-14 Thomas Monjalonversion: 18.11-rc3
2018-11-12 Fan Zhangpipeline: fix logically dead code
2018-11-13 Ferruh Yigitethdev: eliminate interim variable
2018-11-13 Wenzhuo Luethdev: fix device info getting
2018-11-13 Wenzhuo Luethdev: fix invalid configuration after failure
2018-11-13 Tiwei Bievhost: remove unneeded null pointer check
2018-11-13 Fan Zhangvhost/crypto: fix packet copy in chaining mode
2018-11-13 Tiwei Bievhost: fix IOVA access for packed ring
2018-11-14 Bruce Richardsoneal/x86: move header to standard BSD license
2018-11-14 Bruce Richardsoneal/x86: reduce contention when retrying TSX
2018-11-14 Yipeng Wanghash: fix TSX aborts with newer gcc
2018-11-13 Anatoly Burakovipc: remove panic in async request
2018-11-13 Konstantin Ananyevbpf: fix x86 JIT for immediate loads
2018-11-13 Thomas Monjalonpci: fix parsing of address without function number
2018-11-13 Honnappa Nagarahallihash: separate lock-free and r/w lock lookup
2018-11-13 Gavin Huring/c11: relax ordering for load and store of the...
2018-11-13 Gavin Huring/c11: keep deterministic order allowing retry to...
2018-11-12 Jerin Jacobeal: fix build
2018-11-12 Jerin Jacobeal: introduce rte version of fls
2018-11-11 Thomas Monjaloneal/x86: remove unused memcpy file
2018-11-11 Thomas Monjalondevargs: do not replace already inserted device
2018-11-07 Alejandro Luceromem: fix DMA mask width sanity check
2018-11-06 Anatoly Burakovmem: fix use after free in legacy mem init
2018-11-06 Thomas Monjalonversion: 18.11-rc2
2018-11-06 Konstantin Ananyevip_frag: use key length for key comparison
2018-11-06 Konstantin Ananyevip_frag: check fragment length of incoming packet
2018-11-06 Ferruh Yigitvhost: fix possible out of bound access
2018-11-06 Ferruh Yigitservice: fix possible null access
2018-11-06 Ferruh Yigitlib: fix shifting 32-bit signed variable 31 times
2018-11-06 Thomas Monjalonethdev: remove experimental tag for iterator API
2018-11-06 Thomas Monjaloneal: remove experimental tag for probe/remove
2018-11-06 Anatoly Burakovmalloc: fix invalid argument handling
2018-11-05 Fan Zhangvhost/crypto: fix inferred misuse of enum
2018-11-05 Ferruh Yigitethdev: fix redundant function pointer check
2018-11-05 Maxime Coquelinvhost: advertize packed ring layout support
2018-11-05 Maxime Coquelinvhost: add packed ring support to vring base requests
2018-11-05 Shahaf Shulernet: fix build with pedantic
2018-11-05 Gavin Huring/c11: move atomic load of head above the loop
2018-11-05 Gavin Huring/c11: synchronize load and store of the tail
2018-11-02 Fiona Trahecompressdev: fix op allocation
2018-11-02 Fiona Trahecompressdev: clarify usage of op structure
2018-11-05 Alejandro Luceromem: add thread unsafe version for DMA mask check
2018-11-05 Alejandro Luceromem: use DMA mask check for legacy memory
2018-11-05 Alejandro Luceromalloc: modify error message for DMA mask check
2018-11-05 Alejandro Luceromem: add function for setting DMA mask
2018-11-05 Alejandro Luceromem: rename DMA mask check with proper prefix
2018-11-05 Alejandro Luceromalloc: fix DMA mask check
2018-11-04 Ferruh Yigiteal: fix build with gcc 9.0
2018-11-04 Jerin Jacobeal: fix error string function
2018-11-02 Luca Boccassieal/linux: handle UIO read failure in interrupt handler
2018-11-01 Darek Stojaczykeal: fix memory leak on multi-process hotplug rollback
2018-10-31 Darek Stojaczykeal: fix IPC memory leak on device hotplug
2018-10-29 Thomas Monjalonversion: 18.11-rc1
2018-10-29 Ferruh Yigitlib: reduce global variable usage
2018-10-29 Ferruh Yigitfix global variable issues
2018-10-29 Ferruh Yigitadd missing static keyword to globals
2018-10-29 Darek Stojaczykvfio: share default container in multi-process
2018-10-29 Darek Stojaczykvfio: fix read of freed memory on getting container fd
2018-10-29 Dariusz Stojaczykvfio: cleanup getting group fd
2018-10-29 Dariusz Stojaczykvfio: check if group fd is already open
2018-10-28 Eric Zhangeal: force IOVA to a particular mode
2018-10-28 Santosh Shuklaeal: add --iova-mode option
2018-10-28 Takeshi Yoshimuravfio: fix sPAPR IOMMU mapping
2018-10-28 Alejandro Luceromem: use address hint for mapping hugepages
2018-10-28 Alejandro Luceromem: add function for checking memseg IOVA
2018-10-28 Darek Stojaczykmalloc: check size hint when reserving the biggest...
2018-10-28 Ziye Yangeal/linux: fix memory leak of logid
2018-10-28 Li Hanip_frag: fix overflow in key comparison
2018-10-27 Luca Boccassibuild: change default driver installation directory
2018-10-27 Kevin Laatzbuild: add dependency on telemetry to apps with meson
2018-10-27 Ciara Powertelemetry: add ability to disable selftest
2018-10-27 Ciara Powertelemetry: format json response when sending stats
2018-10-27 Ciara Powertelemetry: update metrics before sending stats
2018-10-27 Ciara Powertelemetry: add parser for client socket messages
2018-10-27 Ciara Powertelemetry: add client feature and sockets
2018-10-27 Ciara Powertelemetry: add initial connection socket
2018-10-27 Ciara Powertelemetry: introduce infrastructure
2018-10-27 Kevin Laatzeal: export function to get runtime directory
2018-10-27 Kevin Laatzeal: add option register infrastructure
2018-10-26 Stephen Hemmingerethdev: make offload name API non-experimental
2018-10-26 Ilya Maximetseal: add nanosleep based delay function
next