net/virtio-user: fix status management
[dpdk.git] / drivers / net / atlantic /
2020-07-11 Ferruh Yigitdrivers/net: fix exposing internal headers
2020-07-03 Jerin Jacoblog: introduce logtype register macro
2020-04-16 Thomas Monjalonreplace packed attributes
2020-04-14 Pavan Nikhileshbuild: disable experimental API check internally
2019-11-20 Pawel Modrakbuild: align symbols with global ABI version
2019-11-20 Anatoly Burakovbuild: remove individual library versions
2019-10-08 Pavel Belousnet/atlantic: add FW mailbox guard mutex
2019-10-08 Pavel Belousnet/atlantic: fix reported flow control mode
2019-10-08 Pavel Belousnet/atlantic: exclude MACsec counters from 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-09-02 Ivan Ilchenkonet/atlantic: remove double function declaration
2019-07-23 Nithin Dabilpuramdrivers/net: use ack in interrupt handlers
2019-07-22 David Marchandeal: fix IOVA mode selection as VA for PCI drivers
2019-06-29 David Marchandnet/atlantic: add missing experimental API tags
2019-06-13 Andrew Rybchenkonet/atlantic: fix Tx prepare to set positive rte_errno
2019-06-13 Stephen Hemmingernet/atlantic: 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-05-03 Igor Russkikhnet/atlantic: remove extra error check
2019-05-03 Igor Russkikhnet/atlantic: fix arguments check
2019-05-03 Pavel Belousnet/atlantic: use capability bits to detect EEPROM...
2019-05-03 Pavel Belousnet/atlantic: fix flow control by sync settings on Rx
2019-05-03 Pavel Belousnet/atlantic: fix offsets for talking with firmware
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-05-03 Igor Russkikhnet/atlantic: fix indentation
2019-05-03 Igor Russkikhnet/atlantic: enable broadcast traffic
2019-04-22 Stephen Hemmingerdrivers: remove blank line at EOF
2019-04-19 Igor Russkikhnet/atlantic: bump internal driver version
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: implement MACsec firmware interface
2019-04-19 Pavel Belousnet/atlantic: enable MACsec configuration
2019-04-19 Pavel Belousnet/atlantic: declare MACsec hardware structures
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