net/bnxt: fix big endian build
[dpdk.git] / drivers / net / atlantic /
2019-04-04 Bruce Richardsonreplace snprintf with strlcpy
2019-03-20 Igor Russkikhnet/atlantic: fix xstats return
2019-03-20 Igor Russkikhnet/atlantic: fix missing VLAN filter offload
2019-03-20 Igor Russkikhnet/atlantic: eliminate excessive log levels on Rx/Tx
2019-03-20 Igor Russkikhnet/atlantic: fix link configuration
2019-03-20 Pavel Belousnet/atlantic: fix EEPROM get for small and uneven lengths
2019-03-20 Pavel Belousnet/atlantic: use EEPROM magic as a device address
2019-03-20 Pavel Belousnet/atlantic: fix buffer overflow
2019-03-20 Igor Russkikhnet/atlantic: remove extra checks for error codes
2019-03-20 Igor Russkikhnet/atlantic: remove unused variable
2019-03-20 Igor Russkikhnet/atlantic: fix negative error codes
2018-12-13 Didier Pallarddrivers/net: fix several Tx prepare functions
2018-10-18 Pavel Belousnet/atlantic: read MAC registers for debug purposes
2018-10-18 Pavel Belousnet/atlantic: implement EEPROM get/set
2018-10-18 Pavel Belousnet/atlantic: implement VLAN filters and offloads
2018-10-18 Pavel Belousnet/atlantic: implement MTU configuration
2018-10-18 Pavel Belousnet/atlantic: implement MAC address manipulations
2018-10-18 Pavel Belousnet/atlantic: add flow control configuration
2018-10-18 Igor Russkikhnet/atlantic: implement RSS and RETA manipulation API
2018-10-18 Pavel Belousnet/atlantic: implement promisc and allmulti modes
2018-10-18 Pavel Belousnet/atlantic: add Rx/Tx descriptors information
2018-10-18 Pavel Belousnet/atlantic: implement device statistics
2018-10-18 Pavel Belousnet/atlantic: add link status and interrupt management
2018-10-18 Pavel Belousnet/atlantic: implement Tx path
2018-10-18 Igor Russkikhnet/atlantic: implement Rx path
2018-10-18 Pavel Belousnet/atlantic: implement core logic for Tx/Rx
2018-10-18 Pavel Belousnet/atlantic: configure device start/stop
2018-10-18 Igor Russkikhnet/atlantic: add b0 hardware layer
2018-10-18 Igor Russkikhnet/atlantic: implement firmware operations
2018-10-18 Igor Russkikhnet/atlantic: add hardware access layer
2018-10-18 Igor Russkikhnet/atlantic: add hardware registers access routines
2018-10-18 Igor Russkikhnet/atlantic: add logging structure
2018-10-18 Pavel Belousnet/atlantic: add PMD driver skeleton