ethdev: fix max Rx packet length
[dpdk.git] / drivers / net / igc / igc_ethdev.c
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-11 Andrew Rybchenkoethdev: remove legacy Rx descriptor done API
2021-10-06 Xueming Liethdev: change queue release callback
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
2021-05-12 Alvin Zhangnet/igc: fix speed configuration
2021-04-26 Ferruh Yigitdrivers/net: fix FW version query
2021-04-01 Alvin Zhangnet/igc: fix Rx error counter for bad length
2021-03-29 Alvin Zhangnet/igc: fix Rx RSS hash offload capability
2021-03-26 Thomas Monjalonethdev: replace callback getting filter operations
2021-03-05 Dapeng Yunet/igc: remove MTU setting limitation
2021-01-29 Bruce Richardsonethdev: make driver-only headers private
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 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-18 Ferruh Yigitethdev: remove underscore prefix from internal API
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-05-18 Alvin Zhangnet/igc: fix boundary checks for RSS
2020-04-21 Alvin Zhangnet/igc: support flow API
2020-04-21 Alvin Zhangnet/igc: support MAC loopback mode
2020-04-21 Alvin Zhangnet/igc: support VLAN
2020-04-21 Alvin Zhangnet/igc: support RSS
2020-04-21 Alvin Zhangnet/igc: support flow control
2020-04-21 Alvin Zhangnet/igc: enable Rx queue interrupts
2020-04-21 Alvin Zhangnet/igc: enable statistics
2020-04-21 Alvin Zhangnet/igc: support Rx and Tx
2020-04-21 Alvin Zhangnet/igc: implement device base operations
2020-04-21 Alvin Zhangnet/igc: support device initialization
2020-04-21 Alvin Zhangnet/igc: add skeleton