summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/ax88172a.c
Commit message (Expand)AuthorAgeFilesLines
* asix: Add check for usbnet_get_endpointsChen Ni2024-01-041-1/+3
* net: usb: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King2021-06-091-4/+4
* net: usb: asix: ax88772: add phylib supportOleksij Rempel2021-06-071-14/+0
* net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel2021-06-071-0/+5
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-1/+1
* ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy2020-07-151-0/+1
* net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit2020-01-231-12/+1
* ax88172a: fix information leak on short answersOliver Neukum2019-11-151-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: usbnet: support 64bit statsGreg Ungerer2017-04-031-0/+1
* net: usb: ax88172x: Utilize phy_ethtool_nway_resetFlorian Fainelli2016-11-151-9/+1
* net: asix: Add in_pm parameterRobert Foss2016-08-311-14/+15
* net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes2016-07-161-20/+2
* asix: do not free array priv->mdio->irqColin Ian King2016-03-061-1/+0
* mdio: Move allocation of interrupts into coreAndrew Lunn2016-01-071-12/+2
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* net: asix: Staticise non-exported symbolsMark Brown2013-08-131-3/+5
* drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches2013-02-041-4/+2
* net: asix: handle packets crossing URB boundariesLucas Stach2013-01-181-1/+10
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-1/+1
* asix: Add support for programming the EEPROMChristian Riesch2012-07-191-0/+1
* asix: Rework reading from EEPROMChristian Riesch2012-07-191-3/+0
* asix: Fix return value in AX88172A driver bind functionChristian Riesch2012-07-181-0/+1
* asix: Add a new driver for the AX88172AChristian Riesch2012-07-161-0/+415