drivers: remove direct access to interrupt handle
[dpdk.git] / drivers / net / avp / avp_ethdev.c
2021-10-25 Harman Kalradrivers: remove direct access to interrupt handle
2021-10-24 Olivier Matzmbuf: add namespace to offload flags
2021-10-24 Olivier Matzmbuf: mark old VLAN offload flags as deprecated
2021-10-22 Ferruh Yigitethdev: add namespace
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-06 Xueming Liethdev: change queue release callback
2021-10-08 Dmitry Kozlyuknet: rename Ethernet header fields
2021-05-11 David Marchandlog: register with standardized names
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-11 Ferruh Yigitnet/avp: remove always true condition
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-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-05-06 Kevin Traynornet/avp: fix gcc 10 maybe-uninitialized warning
2019-10-07 Igor Romanovethdev: make stats and xstats reset callbacks return int
2019-10-07 Andrew Rybchenkoethdev: change promiscuous callbacks to return status
2019-10-07 Ivan Ilchenkoethdev: change device info get callback to return int
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-06-28 Allain Legacynet/avp: remove resources when port is closed
2019-06-06 David Marchandnet/avp: fix RxQ errors stat
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
2019-05-24 Olivier Matznet: add rte prefix to ether structures
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-12 Bruce Richardsonnet/avp: fix 32-bit meson builds
2018-07-11 Thomas Monjalonremove useless constructor headers
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-05-14 Thomas Monjalondrivers/net: use higher level of probing helper for PCI
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-03-30 Allain Legacynet/avp: convert to SPDX license tags
2018-03-30 Allain Legacynet/avp: conform to new ethdev offload API
2018-01-31 Harry van Haarennet/avp: align dynamic log names with standard
2018-01-22 Ferruh Yigitethdev: separate driver APIs
2018-01-16 Stephen Hemmingernet/avp: implement dynamic logging
2017-11-06 Santosh Shukladrivers/net: rename physical address type to IOVA
2017-11-06 Thomas Monjalonremove useless memzone includes
2017-10-26 Gaetan Rivetpci: introduce library and driver
2017-10-26 David Hartonethdev: allow returning error on VLAN offload ops
2017-10-26 Olivier Matzmbuf: rename deprecated VLAN flags
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-06-12 Ferruh Yigitnet/avp: remove redundant assignment
2017-06-12 Ferruh Yigitdrivers/net: add generic ethdev macro to get PCI device
2017-06-12 Ferruh Yigitdrivers/net: remove unnecessary macro for unused variables
2017-04-28 Ferruh Yigitnet/avp: fix interrupt migration check
2017-04-18 Jan Blunckdrivers/net: do not use ethdev driver
2017-04-06 Qi Zhangeal: clean up interrupt handle
2017-04-04 Allain Legacynet/avp: handle interrupt migration
2017-04-04 Allain Legacynet/avp: add device start and stop operations
2017-04-04 Allain Legacynet/avp: add device promiscuous functions
2017-04-04 Allain Legacynet/avp: add device statistics operations
2017-04-04 Allain Legacynet/avp: add packet transmit functions
2017-04-04 Allain Legacynet/avp: add packet receive functions
2017-04-04 Allain Legacynet/avp: add queue setup and release
2017-04-04 Allain Legacynet/avp: add device configuration
2017-04-04 Allain Legacynet/avp: add device initialization
2017-04-04 Allain Legacynet/avp: support driver registration