summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_devices.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: usb: use eth_hw_addr_set()Jakub Kicinski2021-10-021-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-271-22/+27
|\
| * net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot2021-08-261-1/+1
| * net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel2021-08-231-1/+7
| * net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel2021-08-231-21/+20
* | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-3/+3
* | net: usb: asix: ax88772: add missing stopOleksij Rempel2021-07-221-0/+1
* | net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel2021-07-221-5/+0
|/
* net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel2021-07-011-0/+1
* net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel2021-06-111-31/+12
* net: usb: asix: Fix less than zero comparison of a u16Colin Ian King2021-06-091-3/+5
* net: usb: asix: ax88772: add generic selftest supportOleksij Rempel2021-06-071-0/+23
* net: usb: asix: ax88772: add phylib supportOleksij Rempel2021-06-071-44/+76
* net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel2021-06-071-3/+12
* net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel2021-06-071-4/+3
* usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum2021-04-071-6/+6
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-3/+3
* net: usb: asix: init MAC address buffersPhong Tran2019-07-031-3/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-211-13/+1
* net: usb: asix: ax88772_bind return error when hw_reset failZhang Run2019-01-251-2/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-211-1/+3
|\
| * net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens2018-07-181-1/+3
* | net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler2018-07-041-15/+23
|/
* net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov2017-11-091-2/+2
* Revert "net: usb: asix: fill null-ptr-deref in asix_suspend"David S. Miller2017-11-091-1/+1
* net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov2017-11-041-1/+1
* asix: Fix small memory leak in ax88772_unbind()Dean Jenkins2017-08-071-0/+1
* net: usbnet: support 64bit statsGreg Ungerer2017-04-041-0/+3
* net: usb: asix: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-221-6/+6
* net: usb: asix_devices: fix missing return code check on call to asix_write_m...Colin Ian King2017-03-011-1/+1
* net: usb: asix_devices: add .reset_resume for USB PMPeter Chen2017-01-041-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-031-3/+3
|\
| * net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan2016-12-011-3/+3
* | net: use core MTU range checking in USB NIC driversJarod Wilson2016-10-201-3/+1
|/
* net: asix: autoneg will set WRITE_MEDIUM regRobert Foss2016-09-011-4/+1
* net: asix: see 802.3 spec for phy resetRobert Foss2016-09-011-3/+24
* net: asix: Fix AX88772x resume failuresRobert Foss2016-09-011-1/+46
* net: asix: Avoid looping when the device is disconnectedRobert Foss2016-09-011-0/+2
* net: asix: Add in_pm parameterRobert Foss2016-09-011-83/+290
* net: asix: add support for the Billionton GUSB2AM-1G-B USB adapterChia-Sheng Chang2015-10-191-0/+4
* net: asix: add support for the Sitecom LN-028 USB adapterLuca Ceresoli2015-02-271-0/+4
* net: USB: Deletion of unnecessary checks before the function call "kfree"Markus Elfring2014-11-211-2/+1
* asix: Do full reset during ax88772_bindCharles Keepax2014-11-071-13/+1
* asix: Don't reset PHY on if_up for ASIX 88772Michel Stam2014-10-041-1/+1
* net: asix: add missing flag to struct driver_infoEmil Goode2014-02-141-1/+2
* usb: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* net: asix: Move declaration of ax88172a_info to shared headerMark Brown2013-08-131-2/+0
* USBNET: centralize computing of max rx/tx qlenMing Lei2013-07-281-0/+3
* usbnet: asix: apply usbnet_link_changeMing Lei2013-04-111-5/+1
* usb/net/asix_devices: Add USBNET HG20F9 ethernet dongleGlen Turner2013-02-271-0/+31