ethdev: return diagnostic when setting MAC address
[dpdk.git] / lib / librte_ether / rte_ethdev.c
2018-04-13 Olivier Matzethdev: return diagnostic when setting MAC address
2018-04-13 Remy Hortonethdev: support PMD-tuned Tx/Rx parameters
2018-04-13 Shahaf Shulerethdev: fix link status query
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-11 Anatoly Burakovethdev: use contiguous allocation for DMA memory
2018-03-30 Qi Zhangethdev: fix queue start
2018-03-30 Ferruh Yigitethdev: return named opaque type instead of void pointer
2018-03-30 Ferruh Yigitethdev: support dynamic logging
2018-03-30 Ferruh Yigitethdev: fix port id storage
2018-03-30 Stephen Hemmingerethdev: add link status get/set helper functions
2018-03-30 Kirill Rybalchenkoethdev: remove versioning of filter control function
2018-03-30 Mohammad Abdul Awalethdev: fix string length in name comparison
2018-02-13 Martin Klozikethdev: increase log level of port allocation failure
2018-02-06 Bruce Richardsonethdev: fix stats query for lowest xstat id
2018-01-31 Matan Azradethdev: synchronize port allocation
2018-01-31 Matan Azradethdev: add port ownership
2018-01-31 Matan Azradethdev: fix port id allocation
2018-01-31 Matan Azradethdev: fix port data reset timing
2018-01-29 Neil Hormanadd experimental tag to appropriate functions
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-21 Matan Azradethdev: adjust removal error report
2018-01-21 Matan Azradethdev: add devop to check removal status
2018-01-21 Ivan Malovethdev: add function to look up Tx offload names
2018-01-21 Ivan Malovethdev: add function to look up Rx offload names
2018-01-21 Kirill Rybalchenkoethdev: increase flow type limit from 32 to 64
2018-01-16 Thomas Monjalonethdev: add notifications for probing and removal
2018-01-16 Matan Azradethdev: free detached port by the dedicated function
2018-01-16 Matan Azradethdev: allow event registration for all ports
2018-01-16 Thomas Monjalonethdev: remove useless parameter in callback process
2018-01-16 Elza Mathewethdev: optimize xstats by ids APIs
2018-01-16 Elza Mathewethdev: refactor basic stats code
2018-01-16 Olivier Matzethdev: fix missing imissed counter in xstats
2018-01-05 Stephen Hemmingerethdev: remove redundant parenthesis
2018-01-04 Bruce Richardsonlib: use SPDX tag for Intel copyright files
2017-10-26 Gaetan Rivetethdev: remove useless PCI dependency
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Gaetan Rivetethdev: do not rely on detachable flag in detach
2017-10-26 Ferruh Yigitethdev: check more errors in xstats retrieval
2017-10-26 Ferruh Yigitethdev: fix xstats get by id APIs
2017-10-26 Ferruh Yigitethdev: extract xstat basic stat count calculation
2017-10-26 Declan Dohertyethdev: support security APIs
2017-10-13 Lee Dalyethdev: rework xstats retrieve by id
2017-10-13 Zhiyong Yangethdev: fix port id type
2017-10-12 Ferruh Yigitethdev: revert use port name from device structure
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-12 Raslan Darawshehethdev: add Rx HW timestamp capability
2017-10-12 David Hartonethdev: add return code to stats reset function
2017-10-08 Jianfeng Tanxen: remove dependency in libraries
2017-10-06 Santosh Shuklaethdev: get supported mempool per port
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-10-06 Kirill Rybalchenkoethdev: remove unnecessary check for new flow type
2017-10-06 Shahaf Shulerethdev: add mbuf fast free Tx offload
2017-10-06 Shahaf Shulerethdev: introduce Tx queue offloads API
2017-10-06 Shahaf Shulerethdev: introduce Rx queue offloads API
2017-09-22 Ilia Kurakinethdev: support vtune task tracing
2017-09-13 Wei Daiethdev: add NIC reset operation
2017-07-31 Gaetan Rivetethdev: fix invalid length write on detach
2017-07-31 Gaetan Rivetethdev: remove useless check in detach capability
2017-07-31 Gaetan Rivetethdev: fix device state on detach
2017-07-19 Gaetan Rivetethdev: count devices consistently
2017-07-19 Gaetan Rivetethdev: add deferred intermediate device state
2017-07-13 Thomas Monjalonethdev: fix build with gcc 5.4.0
2017-07-09 Gaetan Rivetethdev: save VLAN filter setting
2017-07-08 Roman Zhukovethdev: add function to adjust number of descriptors
2017-07-05 Ferruh Yigitethdev: use device name from device structure
2017-07-03 Jan Blunckethdev: use device handle to detach
2017-07-01 Bernard Iremongerethdev: add return values to callback process API
2017-06-12 Ferruh Yigitethdev: remove driver name from device private data
2017-06-12 Radu Nicolauethdev: move bypass functions to ixgbe PMD
2017-06-09 Ilya Maximetsethdev: keep port id unchanged if obtaining by name...
2017-05-10 Michal Jastrzebskiethdev: fix xstats by ID on 32-bit
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-05-01 Kuba Kozakethdev: get xstats ID by name
2017-05-01 Kuba Kozakethdev: retrieve xstats by ID
2017-05-01 Kuba Kozakethdev: revert xstats by ID
2017-04-28 Huanle Hannet/virtio: fix crash when closing twice
2017-04-20 Gaetan Rivetethdev: introduce device removal event
2017-04-20 Kuba Kozakapp/proc-info: support xstats by ID
2017-04-20 Kuba Kozakethdev: get xstats ID by name
2017-04-20 Jacek Piaseckiethdev: retrieve xstats by ID
2017-04-18 Jan Blunckethdev: remove PCI helper from generic ethdev header
2017-04-18 Jan Blunckethdev: remove ethdev PCI probe/remove
2017-04-14 Ami Saboethdev: export secondary attach function
2017-04-11 Stephen Hemmingerlib: remove unnecessary void cast
2017-04-05 Gaetan Rivetethdev: add device iterator
2017-04-05 Gaetan Rivetethdev: expose device states
2017-04-04 Yongseok Kohethdev: remove requirement of aligned RETA size
2017-03-30 Alejandro Lucerovfio: support hotplug
2017-03-27 Billy McFallethdev: add API to free consumed buffers in Tx ring
2017-01-30 Emmanuel Roullitethdev: remove useless pointer initialization
2017-01-30 Steve Shinethdev: fix MAC address replay
2017-01-20 Yuanhan Liuethdev: fix data reset when allocating port
2017-01-17 Bernard Iremongerethdev: remove some VF functions
2017-01-17 Qiming Yangethdev: add firmware version get
2017-01-17 Yuanhan Liuethdev: fix port data mismatched in multiple process...
2017-01-12 Ben Walkerpci: separate detaching ethernet ports from PCI devices
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
next