summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_devices.c
Commit message (Expand)AuthorAgeFilesLines
* net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-071-1/+1
* net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler2023-03-221-5/+27
* net: asix: add support for the Linux Automation GmbH USB 10Base-T1LOleksij Rempel2022-12-071-0/+18
* net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)2022-11-071-1/+0
* drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov2022-10-311-2/+2
* net: asix: ax88772: add ethtool pause configurationOleksij Rempel2022-08-261-0/+20
* net: asix: ax88772: migrate to phylinkOleksij Rempel2022-08-261-10/+112
* usbnet: Run unregister_netdev() before unbind() againLukas Wunner2022-05-131-5/+1
* net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel2022-03-121-1/+17
* net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel2022-03-121-9/+10
* net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel2022-03-121-12/+7
* net: usb: asix: unify ax88772_resume codeOleksij Rempel2022-03-121-24/+8
* net: asix: add proper error handling of usb read errorsPavel Skripkin2022-02-071-3/+18
* net: usb: asix: remove redundant assignment to variable regColin Ian King2022-01-241-1/+0
* 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-261-22/+27
|\
| * net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot2021-08-251-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-061-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-021-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-241-2/+7
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller2018-07-201-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-031-0/+3
* net: usb: asix: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes2017-03-211-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-08-311-4/+1
* net: asix: see 802.3 spec for phy resetRobert Foss2016-08-311-3/+24