summaryrefslogtreecommitdiff
path: root/drivers/net/usb/ax88179_178a.c
AgeCommit message (Expand)AuthorFilesLines
4 daysnet: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez1-5/+13
2024-05-25net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez1-11/+26
2024-05-02net: usb: ax88179_178a: stop lying about skb->truesizeEric Dumazet1-8/+3
2024-04-27net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez1-2/+2
2024-04-10net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez1-0/+2
2024-02-05net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez1-2/+0
2024-01-01net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez1-3/+20
2023-12-03net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez1-2/+2
2022-08-10Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso1-13/+13
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-13/+13
2022-08-02net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin1-13/+13
2022-07-23net: usb: ax88179_178a: wol optimizationsJustin Chen1-24/+28
2022-07-23net: usb: ax88179_178a: move priv to driver_privJustin Chen1-13/+19
2022-07-23net: usb: ax88179_178a: restore state on resumeJustin Chen1-26/+1
2022-07-23net: usb: ax88179_178a: clean up pm callsJustin Chen1-88/+59
2022-07-23net: usb: ax88179_178a: remove redundant init codeJustin Chen1-81/+4
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso1-25/+76
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso1-13/+13
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski1-1/+1
2022-03-25net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski1-0/+51
2022-02-11net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn1-29/+39
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou1-6/+11
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski1-4/+4
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski1-2/+2
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-1/+1
2021-04-02net: usb: ax88179_178a: initialize local variables before usePhillip Potter1-2/+4
2020-11-13net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit1-1/+1
2020-09-29net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt1-0/+17
2020-09-29net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt1-0/+1
2020-09-26net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt1-0/+17
2020-06-18net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr1-5/+6
2020-05-10net: usb: ax88179_178a: remove redundant assignment to variable retColin Ian King1-1/+1
2020-05-01net: usb: ax88179_178a: Implement ethtool_ops set_eepromBjorn Andersson1-0/+77
2019-11-25ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein1-0/+1
2019-10-12net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink1-0/+3
2019-10-02net: usb: ax88179_178a: allow optionally getting mac address from device treePeter Fink1-4/+27
2019-07-23net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan1-7/+4
2019-07-22ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan1-2/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-13/+1
2018-09-29ax88179_178a: Check for supported Wake-on-LAN modesFlorian Fainelli1-0/+3
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+2
2018-04-01Revert "net: usb: asix88179_178a: de-duplicate code"David S. Miller1-31/+86
2018-03-09net: usb: asix88179_178a: de-duplicate codeAlexander Kurz1-86/+31
2018-03-09net: usb: asix88179_178a: set permanent address once onlyAlexander Kurz1-1/+0
2017-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+16
2017-06-27net: usb: asix88179_178a: Add support for the Belkin B2B128Andrew F. Davis1-0/+16
2017-06-05net/{mii, smsc}: Make mii_ethtool_get_link_ksettings and smc_netdev_get_ecmd ...yuval.shaia@oracle.com1-1/+4
2017-04-04net: usbnet: support 64bit statsGreg Ungerer1-0/+1
2017-03-14net: usb: asix88179_178a: use new api ethtool_{get|set}_link_ksettingsPhilippe Reynes1-6/+8
2016-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+17