net: add rte prefix to ether structures
[dpdk.git] / drivers / net / atlantic / atl_ethdev.c
2019-05-24 Olivier Matznet: add rte prefix to ether structures
2019-05-03 Igor Russkikhnet/atlantic: remove extra error check
2019-05-03 Pavel Belousnet/atlantic: fix flow control by sync settings on Rx
2019-05-03 Igor Russkikhnet/atlantic: check EEPROM dev address validity
2019-05-03 Igor Russkikhnet/atlantic: fix max EEPROM size
2019-05-03 Pavel Belousnet/atlantic: consider EEPROM get/set offset
2019-04-22 Stephen Hemmingerdrivers: remove blank line at EOF
2019-04-19 Pavel Belousnet/atlantic: implement MACsec statistics
2019-04-19 Pavel Belousnet/atlantic: configure MACsec from interrupt handler
2019-04-19 Pavel Belousnet/atlantic: enable MACsec configuration
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: fix link configuration
2019-03-20 Pavel Belousnet/atlantic: use EEPROM magic as a device address
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 logging structure
2018-10-18 Pavel Belousnet/atlantic: add PMD driver skeleton