net/virtio: fix incorrect cast of void *
[dpdk.git] / lib / librte_ether / rte_ethdev.c
2017-12-11 Olivier Matzethdev: fix missing imissed counter in xstats
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
2016-12-21 Jan Blunckethdev: add internal reset function
2016-12-21 Jan Blunckethdev: free queue array after releasing all queues
2016-12-21 Jan Blunckethdev: release queue before setting up
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-12-21 Jan Blunckethdev: clear data when allocating device
2016-12-07 Anatoly Burakovethdev: fix port lookup if none
2016-12-06 Bert van Leeuwenethdev: check maximum number of queues for statistics
2016-10-25 E. Scott Danielsethdev: prevent duplicate event callback
2016-10-14 Bernard Iremongerethdev: add an argument to internal callback function
2016-10-10 David Marchandethdev: fix vendor id in debug message
2016-10-10 David Marchandethdev: fix hotplug attach
2016-10-03 Jan Viktorinpci: create device list and fallback on its members
2016-10-03 Jan Viktorinpci: inherit common driver in PCI driver
2016-10-03 David Marchandethdev: get rid of device type
2016-10-03 David Marchandethdev: convert to EAL hotplug
2016-10-03 David Marchandethdev: do not scan all PCI devices on attach
2016-10-03 David Marchandpci: introduce helpers for device name parsing/update
2016-10-03 David Marchanddrivers: use PCI registration macro
2016-10-03 David Marchanddrivers: export probe/remove helpers for PCI drivers
2016-10-03 Shreyansh Jainpci: replace devinit/devuninit with probe/remove
2016-09-16 Amine Kherboucheremove unused ring includes
2016-07-21 Remy Hortonethdev: fix overwriting driver-specific stats
2016-07-10 Remy Hortonethdev: fix xstats id mismatch
2016-07-10 Zyta Szpakethdev: get registers width
2016-07-01 Remy Hortonethdev: remove redundant id field in xstats name lookup
2016-06-16 Reshma Pattanethdev: get port by name
2016-06-16 Reshma Pattanethdev: get queues numbers
2016-06-16 Reshma Pattanethdev: insert Rx callback as head of list
2016-06-16 Reshma Pattanethdev: protect Rx/Tx callback change with locks
2016-06-16 Remy Hortonethdev: remove name from extended statistic fetch
2016-06-16 Remy Hortonethdev: fetch extended statistics with integer ids
2016-05-24 Mauricio Vasquez Bethdev: use dedicated macro to check port id
2016-04-07 Slawomir Mrozowiczethdev: fix unchecked return value
next