aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/asix_common.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-31net: move from strlcpy with unused retval to strscpyWolfram Sang1-2/+2
2022-07-05net: asix: change the type of asix_set_sw/hw_mii to staticZhengchao Shao1-19/+21
2022-06-27net: asix: fix "can't send until first packet is send" issueOleksij Rempel1-0/+1
2022-02-24net: asix: remove code duplicates in asix_mdio_read/write and asix_mdio_read/write_nopmOleksij Rempel1-55/+19
2022-02-07net: asix: add proper error handling of usb read errorsPavel Skripkin1-6/+13
2021-12-22asix: fix wrong return value in asix_check_host_enable()Pavel Skripkin1-2/+4
2021-12-22asix: fix uninit-value in asix_mdio_read()Pavel Skripkin1-1/+1
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski1-1/+1
2021-08-18net: asix: fix uninit value bugsPavel Skripkin1-40/+30
2021-06-07net: usb: asix: add error handling for asix_mdio_* functionsOleksij Rempel1-14/+28
2021-06-07net: usb: asix: ax88772: add phylib supportOleksij Rempel1-0/+37
2021-06-07net: usb: asix: refactor asix_read_phy_addr() and handle errors on returnOleksij Rempel1-15/+16
2020-08-27net: usb: Fix uninit-was-stored issue in asix_read_phy_addr()Himadri Pandya1-1/+1
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan1-5/+4
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-09-29asix: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-4/+4
2017-09-22net: Remove useless function skb_header_releaseGao Feng1-1/+1
2017-08-07asix: Fix small memory leak in ax88772_unbind()Dean Jenkins1-0/+15
2017-08-07asix: Ensure asix_rx_fixup_info members are all resetDean Jenkins1-9/+25
2017-08-07asix: Add rx->ax_skb = NULL after usbnet_skb_return()Dean Jenkins1-1/+3
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+2
2016-10-14net: asix: Avoid looping when the device does not respondGuenter Roeck1-4/+4
2016-08-31net: asix: Avoid looping when the device is disconnectedRobert Foss1-12/+44
2016-08-31net: asix: Add in_pm parameterRobert Foss1-43/+137
2016-05-17asix: Fix offset calculation in asix_rx_fixup() causing slow transmissionsJohn Stultz1-1/+1
2015-12-18asix: silence log message from oversize packetstephen hemminger1-1/+1
2015-10-16drivers/net: get rid of unnecessary initializations in .get_drvinfo()Ivan Vecera1-1/+0
2015-10-05asix: Continue processing URB if no RX netdev bufferDean Jenkins1-12/+19
2015-10-05asix: On RX avoid creating bad Ethernet framesDean Jenkins1-0/+28
2015-10-05asix: Simplify asix_rx_fixup_internal() netdev allocDean Jenkins1-9/+7
2015-10-05asix: Tidy-up 32-bit header word synchronisationDean Jenkins1-15/+13
2015-10-05asix: Rename remaining and size for clarityDean Jenkins1-20/+21
2015-03-29usbnet: Fix tx_bytes statistic running backward in cdc_ncmBen Hutchings1-1/+1
2015-03-29usbnet: Fix tx_packets stat for FLAG_MULTI_FRAME driversBen Hutchings1-0/+2
2013-12-06usb: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-05-03asix: fix BUG in receive path when lowering MTUholger@eitzenberger.org1-0/+3
2013-01-18net: asix: handle packets crossing URB boundariesLucas Stach1-25/+65
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko1-2/+2
2012-10-26usbnet: asix: apply introduced usb command APIsMing Lei1-104/+13
2012-07-19asix: Add support for programming the EEPROMChristian Riesch1-0/+81
2012-07-19asix: Rework reading from EEPROMChristian Riesch1-17/+22
2012-07-16asix: Add a new driver for the AX88172AChristian Riesch1-2/+10
2012-07-16asix: Factor out common codeChristian Riesch1-1173/+30
2012-07-16asix: Rename asix.c to asix_devices.cChristian Riesch1-0/+1680