net/ice: fix GTPU down/uplink and extension conflict
[dpdk.git] / drivers / net / axgbe /
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-04-14 Pavan Nikhileshbuild: disable experimental API check internally
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 Girish Nandibasappanet/axgbe: support auto-negotiation for 1Gbps
2020-01-17 Girish Nandibasappanet/axgbe: support 1/2.5Gbps
2020-01-17 Chandu Babu Nnet/axgbe: add xstats
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-23 Pallantla Poornimanet/axgbe: fix double unlock
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-07-08 Stephen Hemmingernet: deinline non-critical ethernet functions
2019-07-02 Bruce Richardsondrivers: add reasons for components being disabled
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
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-04-17 Bruce Richardsonbuild: increase readability via shortcut variables
2019-03-01 Andrius Sirvysdrivers/net: fix shifting 32-bit signed variable 31...
2018-11-26 Thomas Monjalonfix indentation in symbol maps
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-05-14 Andy Greennet/axgbe: fix EEPROM string comparison
2018-05-02 Ravi Kumarnet/axgbe: fix jumbo setting overwritten
2018-04-27 Pavan Nikhileshnet/axgbe: fix incorrect cache alignment macro
2018-04-27 Thomas Monjalondrivers/net: remove duplicated includes
2018-04-13 Ferruh Yigitethdev: replace bus specific struct with generic dev
2018-04-13 Ravi Kumarnet/axgbe: support meson build
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 configure flow control while link adjustment
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 programming APIs
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 phy register map and helper macros
2018-04-13 Ravi Kumarnet/axgbe: add register map and related macros
2018-04-13 Ravi Kumarnet/axgbe: add minimal init and uninit support