net: add rte prefix to ether defines
[dpdk.git] / drivers / net / axgbe / axgbe_ethdev.c
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