summaryrefslogtreecommitdiffstats
path: root/drivers/net/usb/ax88179_178a.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez2024-06-241-1/+5
* net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez2024-06-191-5/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-05-141-11/+26
|\
| * net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez2024-05-141-11/+26
* | net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet2024-05-081-1/+1
* | net: usb: ax88179_178a: Add check for usbnet_get_endpoints()Ma Ke2024-04-261-1/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-8/+3
|\|
| * net: usb: ax88179_178a: stop lying about skb->truesizeEric Dumazet2024-04-241-8/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-181-2/+2
|\|
| * net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez2024-04-181-2/+2
* | net: usb: ax88179_178a: non necessary second random mac addressJose Ignacio Tornos Martinez2024-04-081-1/+0
|/
* net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez2024-04-041-0/+2
* net: usb: ax88179_178a: Use linkmode helpers for EEEAndrew Lunn2024-02-281-5/+5
* ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit2024-01-311-5/+5
* ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit2024-01-311-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-051-3/+20
|\
| * net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez2023-12-151-3/+20
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-11-231-2/+2
|\|
| * net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez2023-11-211-2/+2
* | net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez2023-11-211-2/+0
|/
* Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso2022-08-101-13/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-08-031-13/+13
|\
| * net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin2022-08-021-13/+13
* | net: usb: ax88179_178a: wol optimizationsJustin Chen2022-07-231-24/+28
* | net: usb: ax88179_178a: move priv to driver_privJustin Chen2022-07-231-13/+19
* | net: usb: ax88179_178a: restore state on resumeJustin Chen2022-07-231-26/+1
* | net: usb: ax88179_178a: clean up pm callsJustin Chen2022-07-231-88/+59
* | net: usb: ax88179_178a: remove redundant init codeJustin Chen2022-07-231-81/+4
|/
* net: usb: ax88179_178a: Fix packet receivingJose Alonso2022-06-301-25/+76
* net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso2022-06-151-13/+13
* net: make drivers set the TSO limit not the GSO limitJakub Kicinski2022-05-061-1/+1
* net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski2022-03-251-0/+51
* net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn2022-02-111-29/+39
* net: usb: ax88179_178a: add TSO featureJacky Chou2021-11-151-6/+11
* ethernet: constify references to netdev->dev_addr in driversJakub Kicinski2021-10-141-4/+4
* net: usb: use eth_hw_addr_set()Jakub Kicinski2021-10-021-2/+2
* dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-1/+1
* net: usb: ax88179_178a: initialize local variables before usePhillip Potter2021-04-021-2/+4
* net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit2020-11-121-1/+1
* net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt2020-09-291-0/+17
* net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt2020-09-291-0/+1
* net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt2020-09-261-0/+17
* net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr2020-06-171-5/+6
* net: usb: ax88179_178a: remove redundant assignment to variable retColin Ian King2020-05-101-1/+1
* net: usb: ax88179_178a: Implement ethtool_ops set_eepromBjorn Andersson2020-05-011-0/+77
* ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein2019-11-251-0/+1
* net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink2019-10-121-0/+3
* net: usb: ax88179_178a: allow optionally getting mac address from device treePeter Fink2019-10-021-4/+27
* net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan2019-07-231-7/+4
* ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan2019-07-221-2/+1