ethdev: add namespace
[dpdk.git] / drivers / net / ring / rte_eth_ring.c
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-06 Xueming Liethdev: make queue release callback optional
2021-05-11 David Marchandlog: register with standardized names
2021-03-09 Ferruh Yigitnet/ring: support secondary process
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2020-11-13 Olivier Matznet/ring: fix typo in log message
2020-10-16 Ferruh Yigitethdev: add device flag to bypass auto-filled queue...
2020-10-16 Ivan Ilchenkoethdev: change stop operation callback to return int
2020-10-16 Thomas Monjalonethdev: remove forcing stopped state upon close
2020-10-16 Kevin Laatznet/ring: check internal arguments
2020-09-30 Dumitru Cearanet/ring: advertise multi segment Tx and scatter Rx
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonnet/ring: release port upon close
2020-09-21 David Marchandethdev: remove unused kernel driver field
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-11 Gaetan Rivetnet/ring: fix device pointer on allocation
2019-10-23 Ciara Powerdrivers/net: enable promiscuous and multicast by default
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-26 David Marchandnet/ring: do not count unsent packets as errors
2019-07-23 Stephen Hemmingernet/ring: remove redundant declaration
2019-06-06 David Marchandnet/ring: fix RxQ errors stat
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Ferruh Yigitnet/ring: fix return value check
2019-05-03 Stephen Hemmingernet/ring: check length of ring name
2019-05-03 Stephen Hemmingernet/ring: use calloc style where appropriate
2019-05-03 Stephen Hemmingernet/ring: avoid hard-coded length
2019-05-03 Stephen Hemmingernet/ring: fix coding style
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy without adding extra...
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-09-14 Ferruh Yigitethdev: make default behavior CRC strip on Rx
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-14 Thomas Monjalonethdev: add probing finish function
2018-04-27 Stephen Hemmingernet/ring: convert to dynamic logging
2018-04-27 Ferruh Yigitdrivers/net: fix link autoneg value for virtual PMDs
2018-04-24 Jianfeng Tandrivers/net: do not use private ethdev data
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Thomas Monjalonethdev: fix link autonegotiation value
2018-01-04 Bruce Richardsondrivers: use SPDX tag for Intel copyright files
2017-11-07 Jianfeng Tanbus/vdev: move code from EAL into a new driver
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetethdev: remove detachable device flag
2017-10-12 Matan Azradethdev: add return value to stats get dev op
2017-10-06 Zhiyong Yangethdev: increase port id range
2017-07-19 Thomas Monjalonnet/ring: add missing newlines in logs
2017-07-05 Ferruh Yigitdrivers/net: use device name from device structure
2017-06-14 Jerin Jacobfix typos using codespell utility
2017-06-12 Ferruh Yigitethdev: remove driver name from device private data
2017-06-12 Ferruh Yigitnet/ring: use EAL APIs in PMD specific API
2017-06-12 Ferruh Yigitnet/ring: set ethernet device field
2017-06-12 Chas Williamsnet/ring: fix adding MAC addresses
2017-05-05 Wei Daiethdev: fix adding invalid MAC address
2017-04-18 Jan Blunckethdev: remove ethdev driver
2017-04-14 Jan Blunckvdev: use generic vdev struct for probe and remove
2017-03-29 Bruce Richardsonring: return remaining entry count when dequeuing
2017-03-29 Bruce Richardsonring: return free space when enqueuing
2017-01-17 David Marchandnet: align ethdev and eal driver names
2017-01-17 David Marchandnet: remove dead driver names
2016-12-24 Stephen Hemmingerdrivers: remove useless reset of PCI device pointer
2016-12-21 Jan Blunckethdev: initialize more fields on allocation
2016-11-07 Mauricio Vasquez Bnet/ring: remove unnecessary NULL check
2016-10-25 Jan Bluncknet: register aliases for renamed vdev drivers
2016-10-13 Shreyansh Jaindrivers: rename register macro prefix
2016-10-13 Ferruh Yigitnet/ring: fix parameter string info
2016-10-13 Ferruh Yigitnet/ring: fix ring device creation via devargs
2016-10-06 Shreyansh Jainvdev: rename init/uninit ops to probe/remove
2016-10-03 Jan Viktorineal: remove unused PMD types
2016-10-03 Jan Viktorindrivers: use vdev registration
2016-10-03 David Marchandethdev: get rid of device type
2016-09-16 Pablo de Laradrivers: make driver names consistent
2016-07-10 Pablo de Laradrivers: split parameters infos in multiple lines
2016-07-10 Pablo de Laradrivers: remove static driver names
2016-07-06 Neil Hormandrivers: update registration macro usage
2016-04-01 Marc Suneethdev: redesign link speed config
2016-04-01 Marc Suneethdev: rename link speed constants
2016-04-01 Thomas Monjalonethdev: use constants for link state
2016-03-16 Mauricio Vasquez Bring: free rings when detaching device
2016-03-16 Ferruh Yigitring: clean up driver
2015-11-23 Mauricio Vasquez Bring: fix memory leak when detaching
2015-11-06 John McNamararing: fix memory freeing on error
2015-11-03 Bernard Iremongerring: remove fake pci interface
2015-11-03 Bernard Iremongerdrivers: copy fake PCI device info to ethdev data
2015-11-03 Bruce Richardsonring: create device from a ring
2015-11-03 Bruce Richardsonring: enhance device setup from rings
2015-09-03 Stephen Hemmingerring: remove deprecated functions
2015-07-27 Bernard Iremongerring: support port hotplug
2015-06-22 Bruce Richardsonring: fix return of new port id on creation
2015-05-22 Bruce Richardsonring: move to drivers/net/