summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/aqc111.c
Commit message (Expand)AuthorAgeFilesLines
* usb: aqc111: check packet for fixup for true limitOliver Neukum2023-11-161-4/+4
* net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* net: usb: aqc111: Fix out-of-bounds accesses in RX fixupMarcin Kozlowski2022-04-061-2/+7
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-1/+1
* net: usb: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-021-1/+1
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-1/+1
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-3/+3
* aqc111: cleanup mtu related logicIgor Russkikh2019-05-161-4/+2
* Revert "aqc111: fix writing to the phy on BE"Igor Russkikh2019-05-161-17/+6
* Revert "aqc111: fix double endianness swap on BE"Igor Russkikh2019-05-161-4/+2
* aqc111: fix double endianness swap on BEOliver Neukum2019-05-091-2/+4
* aqc111: fix writing to the phy on BEOliver Neukum2019-05-091-6/+17
* aqc111: fix endianness issue in aqc111_change_mtuOliver Neukum2019-05-091-0/+2
* net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2019-03-261-0/+15
* net: usb: aqc111: Extend HWID table by TRENDnet deviceDmitry Bezrukov2019-01-161-0/+15
* net: usb: aqc111: Initialize wol_cfg with memset in aqc111_suspendNathan Chancellor2018-11-301-1/+3
* net: usb: aqc111: Add ASIX's HW idsDmitry Bezrukov2018-11-271-0/+40
* net: usb: aqc111: Add support for wake on LAN by MAGIC packetDmitry Bezrukov2018-11-271-0/+180
* net: usb: aqc111: Implement get/set_link_ksettings callbacksDmitry Bezrukov2018-11-271-0/+124
* net: usb: aqc111: Initialize ethtool_ops structureDmitry Bezrukov2018-11-271-0/+28
* net: usb: aqc111: Add RX VLAN filtering supportDmitry Bezrukov2018-11-271-0/+89
* net: usb: aqc111: Add support for VLAN_CTAG_TX/RX offloadDmitry Bezrukov2018-11-271-0/+17
* net: usb: aqc111: Implement set_rx_mode callbackDmitry Bezrukov2018-11-271-5/+67
* net: usb: aqc111: Add support for TSODmitry Bezrukov2018-11-271-0/+6
* net: usb: aqc111: Add support for enable/disable checksum offloadDmitry Bezrukov2018-11-271-1/+44
* net: usb: aqc111: Add support for changing MTUDmitry Bezrukov2018-11-271-1/+59
* net: usb: aqc111: Add checksum offload supportDmitry Bezrukov2018-11-271-0/+38
* net: usb: aqc111: Implement RX data pathDmitry Bezrukov2018-11-271-0/+102
* net: usb: aqc111: Implement TX data pathDmitry Bezrukov2018-11-271-0/+72
* net: usb: aqc111: Add support for getting and setting of MAC addressDmitry Bezrukov2018-11-271-0/+47
* net: usb: aqc111: Introduce link managementDmitry Bezrukov2018-11-271-0/+235
* net: usb: aqc111: Introduce PHY accessDmitry Bezrukov2018-11-271-0/+65
* net: usb: aqc111: Various callbacks implementationDmitry Bezrukov2018-11-271-0/+76
* net: usb: aqc111: Add implementation of read and write commandsDmitry Bezrukov2018-11-271-0/+92
* net: usb: aqc111: Add bind and empty unbind callbacksDmitry Bezrukov2018-11-271-0/+35
* net: usb: aqc111: Driver skeleton for Aquantia AQtion USB to 5GbEDmitry Bezrukov2018-11-271-0/+48