remove experimental tags from all symbol definitions
[dpdk.git] / lib / librte_eal / common / eal_common_dev.c
2019-06-29 David Marchandremove experimental tags from all symbol definitions
2019-04-21 Thomas Monjaloneal: promote some experimental functions as stable
2019-03-30 Shahaf Shulerbus: introduce device level DMA memory mapping
2018-11-25 Darek Stojaczykeal: fix devargs reference after probing failure
2018-11-25 Darek Stojaczykeal: fix multi-process hotplug if already probed
2018-11-11 Thomas Monjalondevargs: do not replace already inserted device
2018-11-06 Thomas Monjaloneal: remove experimental tag for probe/remove
2018-10-26 Thomas Monjaloneal: remove deprecated attach/detach functions
2018-10-22 Qi Zhangeal: fix bus name read for removal in multi-process
2018-10-19 Thomas Monjalondevargs: fix freeing during device removal
2018-10-17 Thomas Monjaloneal: allow probing a device again
2018-10-17 Thomas Monjaloneal: add function to query device status
2018-10-17 Qi Zhangeal: enable hotplug on multi-process
2018-10-15 Jeff Guoeal: modify device event process function
2018-10-11 Thomas Monjaloneal: simplify parameters of hotplug functions
2018-10-11 Thomas Monjaloneal: remove experimental flag of hotplug functions
2018-10-11 Thomas Monjalondevargs: simplify parameters of removal function
2018-07-20 Qi Zhangeal: fix hotplug add and remove
2018-07-15 Gaetan Riveteal: implement device iteration
2018-07-15 Gaetan Riveteal: implement device iteration initialization
2018-07-15 Gaetan Rivetdevargs: add non-variadic parsing function
2018-04-25 Gaetan Rivetdevargs: use proper namespace prefix
2018-04-25 Gaetan Rivetdevargs: make parsing variadic
2018-04-13 Jeff Guoeal: add device event monitor framework
2018-02-01 Olivier Matzeal: use SPDX tags in 6WIND copyrighted files
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2017-11-07 Jianfeng Taneal: remove dependency on vdev in attach
2017-08-04 Gaetan Riveteal: fix hotplug device parsing
2017-08-03 Gaetan Riveteal: fix leak on hotplug parsing error
2017-08-03 Gaetan Riveteal: fix possible crash in hotplug
2017-07-31 Gaetan Rivetdev: fix vdev attach after PCI mismatch
2017-07-31 Gaetan Rivetdev: fix attach proceeding with vdev on PCI success
2017-07-19 Gaetan Rivetbus: remove useless plug parameter
2017-07-19 Gaetan Riveteal: fix hotplug add / remove
2017-07-16 Stephen Hemmingerlib: remove duplicate includes
2017-07-08 Thomas Monjalonbus: fix driver registration
2017-07-03 Jan Blunckeal: use new hotplug API in attach
2017-07-03 Jan Blunckethdev: use device handle to detach
2017-07-03 Jan Blunckeal: add hotplug add/remove device
2017-05-05 Thomas Monjalonvdev: remove eal prefix
2017-05-05 Thomas Monjalonpci: remove eal prefix
2017-05-04 Thomas Monjaloneal: remove generic driver and device lists
2017-04-18 Jan Blunckeal: add name field to generic device
2017-04-14 Jan Blunckeal: remove unused device init function
2017-04-14 Jan Blunckvdev: move virtual device probing into a bus
2017-03-27 Aaron Conoleeal: do not panic on vdev init failure
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-03 Jan Viktorineal: introduce generalized device
2016-10-03 Jan Viktorineal: remove PCI/vdev unused code
2016-10-03 Jan Viktorineal: extract vdev infra
2016-10-03 David Marchandeal: add hotplug operations for PCI and vdev
2015-10-22 Christoph Gysineal: fix C++ build
2015-07-08 Tetsuya Mukawaeal: enable port hotplug as default for linux and bsd
2015-02-25 Tetsuya Mukawaeal: add vdev init and uninit
2014-09-29 David Marchandeal: revert link bonding specific initialization
2014-07-01 Declan Dohertyeal: support link bonding device initialization
2014-06-10 Bruce Richardsonremove trailing whitespaces
2014-05-20 Neil Hormaneal: make vdev init path generic for both virtual and...