aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-26net: asix: ax88772: add ethtool pause configurationOleksij Rempel1-0/+20
2022-08-26net: asix: ax88772: migrate to phylinkOleksij Rempel1-10/+112
2022-05-13usbnet: Run unregister_netdev() before unbind() againLukas Wunner1-5/+1
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel1-1/+17
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel1-9/+10
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel1-12/+7
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel1-24/+8
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin1-3/+18
2022-01-24net: usb: asix: remove redundant assignment to variable regColin Ian King1-1/+0
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-22/+27
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot1-1/+1
2021-08-23net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel1-1/+7
2021-08-23net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel1-21/+20
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-3/+3
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel1-0/+1
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel1-5/+0
2021-07-01net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel1-0/+1
2021-06-11net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel1-31/+12
2021-06-09net: usb: asix: Fix less than zero comparison of a u16Colin Ian King1-3/+5
2021-06-07net: usb: asix: ax88772: add generic selftest supportOleksij Rempel1-0/+23
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel1-44/+76
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel1-3/+12
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel1-4/+3
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum1-6/+6
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-3/+3
2019-07-02net: usb: asix: init MAC address buffersPhong Tran1-3/+3
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2019-01-24net: usb: asix: ax88772_bind return error when hw_reset failZhang Run1-2/+7
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller1-1/+3
2018-07-18net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens1-1/+3
2018-07-04net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler1-15/+23
2017-11-09net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov1-2/+2
2017-11-09Revert "net: usb: asix: fill null-ptr-deref in asix_suspend"David S. Miller1-1/+1
2017-11-04net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov1-1/+1
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins1-0/+1
2017-04-03net: usbnet: support 64bit statsGreg Ungerer1-0/+3
2017-03-21net: usb: asix: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+6
2017-03-01net: usb: asix_devices: fix missing return code check on call to asix_write_medium_modeColin Ian King1-1/+1
2017-01-04net: usb: asix_devices: add .reset_resume for USB PMPeter Chen1-0/+1
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+3
2016-12-01net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan1-3/+3
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson1-3/+1
2016-08-31net: asix: autoneg will set WRITE_MEDIUM regRobert Foss1-4/+1
2016-08-31net: asix: see 802.3 spec for phy resetRobert Foss1-3/+24
2016-08-31net: asix: Fix AX88772x resume failuresRobert Foss1-1/+46
2016-08-31net: asix: Avoid looping when the device is disconnectedRobert Foss1-0/+2
2016-08-31net: asix: Add in_pm parameterRobert Foss1-83/+290
2015-10-18net: asix: add support for the Billionton GUSB2AM-1G-B USB adapterChia-Sheng Chang1-0/+4
2015-02-27net: asix: add support for the Sitecom LN-028 USB adapterLuca Ceresoli1-0/+4