net/axgbe: support scattered Rx
[dpdk.git] / drivers / net / axgbe / axgbe_ethdev.c
2020-03-18 Selwin Sebastiannet/axgbe: support scattered Rx
2020-03-18 Chandu Babu Nnet/axgbe: support registers dump
2020-03-18 Chandu Babu Nnet/axgbe: add debug logs
2020-01-20 Selwin Sebastiannet/axgbe: add a HW quirk for register definitions
2020-01-17 Chandu Babu Nnet/axgbe: add xstats
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-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-06-28 David Marchanddrivers/net: fix double free on init failure
2019-06-13 Stephen Hemmingernet/axgbe: remove unnecessary cast
2019-05-24 Olivier Matznet: add rte prefix to ether defines
2019-05-24 Olivier Matznet: add rte prefix to ether functions
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-04 Ferruh Yigitethdev: remove old offload API
2018-07-02 Ferruh Yigitethdev: add new offload flag to keep CRC
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Ravi Kumarnet/axgbe: add workaround for ethernet training
2018-04-13 Ravi Kumarnet/axgbe: support 32-bit build mode
2018-04-13 Ravi Kumarnet/axgbe: support generic Rx/Tx stats
2018-04-13 Ravi Kumarnet/axgbe: support promiscuous mode
2018-04-13 Ravi Kumarnet/axgbe: add link status update
2018-04-13 Ravi Kumarnet/axgbe: add Rx/Tx data path
2018-04-13 Ravi Kumarnet/axgbe: add DMA programming and start/stop
2018-04-13 Ravi Kumarnet/axgbe: add Rx/Tx setup
2018-04-13 Ravi Kumarnet/axgbe: add interrupt handler for autonegotiation
2018-04-13 Ravi Kumarnet/axgbe: add phy init and related APIs
2018-04-13 Ravi Kumarnet/axgbe: add structs for MAC init and reset
2018-04-13 Ravi Kumarnet/axgbe: add minimal init and uninit support