summaryrefslogtreecommitdiff
path: root/drivers/net/usb/asix_devices.c
AgeCommit message (Expand)Author
2023-03-22net: asix: fix modprobe "sysfs: cannot create duplicate filename"Grant Grundler
2022-12-07net: asix: add support for the Linux Automation GmbH USB 10Base-T1LOleksij Rempel
2022-11-07net: remove explicit phylink_generic_validate() referencesRussell King (Oracle)
2022-10-31drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov
2022-08-26net: asix: ax88772: add ethtool pause configurationOleksij Rempel
2022-08-26net: asix: ax88772: migrate to phylinkOleksij Rempel
2022-05-13usbnet: Run unregister_netdev() before unbind() againLukas Wunner
2022-03-12net: usb: asix: suspend embedded PHY if external is usedOleksij Rempel
2022-03-12net: usb: asix: make use of mdiobus_get_phy and phy_connect_directOleksij Rempel
2022-03-12net: usb: asix: store chipid to avoid reading it on resetOleksij Rempel
2022-03-12net: usb: asix: unify ax88772_resume codeOleksij Rempel
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin
2022-01-24net: usb: asix: remove redundant assignment to variable regColin Ian King
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski
2021-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-08-25net: usb: asix: ax88772: fix boolconv.cocci warningskernel test robot
2021-08-23net: usb: asix: do not call phy_disconnect() for ax88178Oleksij Rempel
2021-08-23net: usb: asix: ax88772: move embedded PHY detection as early as possibleOleksij Rempel
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-22net: usb: asix: ax88772: add missing stopOleksij Rempel
2021-07-22net: usb: asix: ax88772: do not poll for PHY before registering itOleksij Rempel
2021-07-01net: usb: asix: ax88772: suspend PHY on driver probeOleksij Rempel
2021-06-11net: usb: asix: ax88772: manage PHY PM from MACOleksij Rempel
2021-06-09net: usb: asix: Fix less than zero comparison of a u16Colin Ian King
2021-06-07net: usb: asix: ax88772: add generic selftest supportOleksij Rempel
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel
2021-06-07net: usb: asix: ax88772_bind: use devm_kzalloc() instead of kzalloc()Oleksij Rempel
2021-04-06usbnet: add _mii suffix to usbnet_set/get_link_ksettingsOliver Neukum
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit
2019-07-02net: usb: asix: init MAC address buffersPhong Tran
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-01-24net: usb: asix: ax88772_bind return error when hw_reset failZhang Run
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller
2018-07-18net: usb: asix: replace mii_nway_restart in resume pathAlexander Couzens
2018-07-04net: usb: asix: allow optionally getting mac address from device treeMarcel Ziswiler
2017-11-09net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov
2017-11-09Revert "net: usb: asix: fill null-ptr-deref in asix_suspend"David S. Miller
2017-11-04net: usb: asix: fill null-ptr-deref in asix_suspendAndrey Konovalov
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins
2017-04-03net: usbnet: support 64bit statsGreg Ungerer
2017-03-21net: usb: asix: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes
2017-03-01net: usb: asix_devices: fix missing return code check on call to asix_write_m...Colin Ian King
2017-01-04net: usb: asix_devices: add .reset_resume for USB PMPeter Chen
2016-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-12-01net: asix: Fix AX88772_suspend() USB vendor commands failure issuesallan
2016-10-20net: use core MTU range checking in USB NIC driversJarod Wilson
2016-08-31net: asix: autoneg will set WRITE_MEDIUM regRobert Foss
2016-08-31net: asix: see 802.3 spec for phy resetRobert Foss
2016-08-31net: asix: Fix AX88772x resume failuresRobert Foss