ethdev: change queue release callback
[dpdk.git] / drivers / net / enetc / enetc_ethdev.c
2021-10-06 Xueming Liethdev: change queue release callback
2021-05-11 David Marchandlog: register with standardized names
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
2021-01-19 Steve Yangnet/enetc: fix jumbo frame flag condition for MTU set
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-09-30 Thomas Monjalondrivers/net: check process type in close operation
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Sachin Saxenanet/enetc: release port upon close
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-03-18 Alex Margineannet/enetc: init SI transactions attribute register
2020-03-18 Alex Margineannet/enetc: fix Rx lock-up
2019-10-23 Gagandeep Singhnet/enetc: enable dpaax library
2019-10-23 Gagandeep Singhnet/enetc: print MAC address logs at notice level
2019-10-23 Gagandeep Singhnet/enetc: set random MAC in case no MAC for SI
2019-10-23 Gagandeep Singhnet/enetc: fix BD ring alignment
2019-10-07 Ivan Ilchenkoethdev: change allmulticast callbacks to return status
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-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
2019-04-19 Gagandeep Singhnet/enetc: enable Rx checksum offload validation
2019-04-19 Gagandeep Singhnet/enetc: enable CRC offload
2019-04-19 Gagandeep Singhnet/enetc: enable queue start/stop
2019-04-19 Gagandeep Singhnet/enetc: support MTU update and jumbo frames
2019-04-19 Gagandeep Singhnet/enetc: enable promiscuous and allmulticast
2019-04-19 Gagandeep Singhnet/enetc: remove forward declarations
2019-04-19 Gagandeep Singhnet/enetc: replace register read/write macros with...
2019-04-19 Gagandeep Singhnet/enetc: add basic statistics
2019-04-19 Gagandeep Singhnet/enetc: set interface mode for SXGMII
2019-04-19 Gagandeep Singhnet/enetc: fix SMMU unhandled context fault
2019-04-19 Gagandeep Singhnet/enetc: support physical addressing mode
2018-10-26 Thomas Monjalonethdev: free all common data when releasing port
2018-10-11 Gagandeep Singhnet/enetc: support packet type parsing
2018-10-11 Gagandeep Singhnet/enetc: enable Rx and Tx
2018-10-11 Gagandeep Singhnet/enetc: add PMD with basic operations