ethdev: fix max Rx packet length
[dpdk.git] / drivers / net / axgbe / axgbe_ethdev.c
2021-10-18 Ferruh Yigitethdev: fix max Rx packet length
2021-10-06 Andrew Rybchenkoethdev: improve xstats names by IDs get prototype
2021-05-11 David Marchandlog: register with standardized names
2021-01-19 Steve Yangnet/axgbe: fix jumbo frame flag condition for MTU set
2021-01-13 Selwin Sebastiannet/axgbe: support reading FW version
2021-01-08 Girish Nandibasappanet/axgbe: support VLAN
2021-01-08 Selwin Sebastiannet/axgbe: support device reset
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: reset all when releasing a port
2020-09-30 Thomas Monjalonethdev: remove old close behaviour
2020-09-30 Thomas Monjalonnet/axgbe: release port upon close
2020-09-30 Thomas Monjalonethdev: allow drivers to return error on close
2020-09-18 Selwin Sebastiannet/axgbe: support IEEE 1588 PTP
2020-09-18 Ferruh Yigitethdev: move inline device operations
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-06-16 Joyce Kongnet/axgbe: use common bit operations API
2020-06-08 Girish Nandibasappanet/axgbe: support setting MTU
2020-06-05 Chandu Babu Nnet/axgbe: support RSS RETA/hash query and update
2020-03-18 Amaranath Somalapuramnet/axgbe: support descriptor status
2020-03-18 Amaranath Somalapuramnet/axgbe: advertise supported packet types
2020-03-18 Amaranath Somalapuramnet/axgbe: support queue query
2020-03-18 Amaranath Somalapuramnet/axgbe: support priority flow control
2020-03-18 Amaranath Somalapuramnet/axgbe: support flow control
2020-03-18 Chandu Babu Nnet/axgbe: support unicast hash table for MAC address
2020-03-18 Chandu Babu Nnet/axgbe: support setting MAC address
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