aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/ax88172a.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-06-09net: usb: asix: ax88772: Fix less than zero comparison of a u16Colin Ian King1-4/+4
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel1-14/+0
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel1-0/+5
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2020-07-15ax88172a: fix ax88172a_unbind() failuresGeorge Kennedy1-0/+1
2020-01-23net: convert suitable drivers to use phy_do_ioctl_runningHeiner Kallweit1-12/+1
2019-11-15ax88172a: fix information leak on short answersOliver Neukum1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2016-11-15net: usb: ax88172x: Utilize phy_ethtool_nway_resetFlorian Fainelli1-9/+1
2016-08-31net: asix: Add in_pm parameterRobert Foss1-14/+15
2016-07-16net: usb: ax88172x: use phy_ethtool_{get|set}_link_ksettingsPhilippe Reynes1-20/+2
2016-03-06asix: do not free array priv->mdio->irqColin Ian King1-1/+0
2016-01-07mdio: Move allocation of interrupts into coreAndrew Lunn1-12/+2
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-08-13net: asix: Staticise non-exported symbolsMark Brown1-3/+5
2013-02-04drivers: net: usb: Remove unnecessary alloc/OOM messagesJoe Perches1-4/+2
2013-01-18net: asix: handle packets crossing URB boundariesLucas Stach1-1/+10
2013-01-14net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli1-1/+1
2012-07-19asix: Add support for programming the EEPROMChristian Riesch1-0/+1
2012-07-19asix: Rework reading from EEPROMChristian Riesch1-3/+0
2012-07-18asix: Fix return value in AX88172A driver bind functionChristian Riesch1-0/+1
2012-07-16asix: Add a new driver for the AX88172AChristian Riesch1-0/+415