aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_devices.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-11-21net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring1-2/+1
2014-11-07asix: Do full reset during ax88772_bindCharles Keepax1-13/+1
2014-10-03asix: Don't reset PHY on if_up for ASIX 88772Michel Stam1-1/+1
2014-02-14net: asix: add missing flag to struct driver_infoEmil Goode1-1/+2
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-08-13net: asix: Move declaration of ax88172a_info to shared headerMark Brown1-2/+0
2013-07-27USBNET: centralize computing of max rx/tx qlenMing Lei1-0/+3
2013-04-11usbnet: asix: apply usbnet_link_changeMing Lei1-5/+1
2013-02-27usb/net/asix_devices: Add USBNET HG20F9 ethernet dongleGlen Turner1-0/+31
2013-01-19net: asix: ax88772_unbind() can be staticWu Fengguang1-1/+1