crypto/ccp: fix resource leak
[dpdk.git] / lib /
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
2018-10-26 Thomas Monjalonethdev: fix iterator default behaviour for representors
2018-10-26 Thomas Monjalonethdev: filter destroy event before probed
2018-10-26 Olivier Matznet: support MPLS in software packet type parser
2018-10-26 Olivier Matznet: add MPLS header structure
2018-10-26 Tiwei Bievhost: initialize postcopy ufd properly
2018-10-26 Maxime Coquelinvhost: avoid memory barriers when no descriptors dequeued
2018-10-26 Thomas Monjalonethdev: support MAC address as iterator filter
2018-10-26 Thomas Monjalonethdev: support representor id as iterator filter
2018-10-26 Thomas Monjalonethdev: move representor parsing functions
2018-10-26 Thomas Monjalonkvargs: support list value
2018-10-26 Thomas Monjaloneal: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: remove deprecated attach/detach functions
2018-10-26 Thomas Monjalonethdev: allow iterating with pure class filter
2018-10-26 Thomas Monjalonethdev: add iterator to match devargs input
2018-10-26 Tiwei Bievhost: fix vector filling for packed ring
2018-10-26 Timothy Redaellivhost/crypto: fix shared lib build without cryptodev
2018-10-26 Ori Kamethdev: add raw encapsulation action
2018-10-26 Dekel Peledethdev: support metadata as flow rule criteria
2018-10-26 Thomas Monjalonethdev: complete closing of port
2018-10-26 Thomas Monjalonethdev: remove release function for secondary process
next