summaryrefslogtreecommitdiff
path: root/drivers/net/usb/asix_common.c
AgeCommit message (Expand)Author
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang
2022-07-05net: asix: change the type of asix_set_sw/hw_mii to staticZhengchao Shao
2022-06-27net: asix: fix "can't send until first packet is send" issueOleksij Rempel
2022-02-24net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/...Oleksij Rempel
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin
2021-12-22asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin
2021-12-22asix: fix uninit-value in asix_mdio_read()Pavel Skripkin
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski
2021-08-18net: asix: fix uninit value bugsPavel Skripkin
2021-06-07net: usb: asix: add error handling for asix_mdio_* functionsOleksij 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
2020-08-27net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2018-09-29asix: Check for supported Wake-on-LAN modesFlorian Fainelli
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2017-09-22net: Remove useless function skb_header_releaseGao Feng
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins
2017-08-07asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins
2017-08-07asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2016-10-14net: asix: Avoid looping when the device does not respondGuenter Roeck
2016-08-31net: asix: Avoid looping when the device is disconnectedRobert Foss
2016-08-31net: asix: Add in_pm parameterRobert Foss
2016-05-17asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz
2015-12-18asix: silence log message from oversize packetstephen hemminger
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera
2015-10-05asix: Continue processing URB if no RX netdev bufferDean Jenkins
2015-10-05asix: On RX avoid creating bad Ethernet framesDean Jenkins
2015-10-05asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins
2015-10-05asix: Tidy-up 32-bit header word synchronisationDean Jenkins
2015-10-05asix: Rename remaining and size for clarityDean Jenkins
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings
2013-12-06usb: Fix FSF address in file headersJeff Kirsher
2013-05-03asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org
2013-01-18net: asix: handle packets crossing URB boundariesLucas Stach
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko
2012-10-26usbnet: asix: apply introduced usb command APIsMing Lei
2012-07-19asix: Add support for programming the EEPROMChristian Riesch
2012-07-19asix: Rework reading from EEPROMChristian Riesch
2012-07-16asix: Add a new driver for the AX88172AChristian Riesch
2012-07-16asix: Factor out common codeChristian Riesch
2012-07-16asix: Rename asix.c to asix_devices.cChristian Riesch