summaryrefslogtreecommitdiff
path: root/drivers/net/usb/ax88179_178a.c
AgeCommit message (Expand)Author
2024-06-24net: usb: ax88179_178a: improve link status logsJose Ignacio Tornos Martinez
2024-06-19net: usb: ax88179_178a: improve reset checkJose Ignacio Tornos Martinez
2024-05-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-05-13net: usb: ax88179_178a: fix link status when link is set to down/upJose Ignacio Tornos Martinez
2024-05-07net: annotate writes on dev->mtu from ndo_change_mtu()Eric Dumazet
2024-04-25net: usb: ax88179_178a: Add check for usbnet_get_endpoints()Ma Ke
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-23net: usb: ax88179_178a: stop lying about skb->truesizeEric Dumazet
2024-04-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2024-04-18net: usb: ax88179_178a: avoid writing the mac address before first readingJose Ignacio Tornos Martinez
2024-04-08net: usb: ax88179_178a: non necessary second random mac addressJose Ignacio Tornos Martinez
2024-04-04net: usb: ax88179_178a: avoid the interface always configured as random addressJose Ignacio Tornos Martinez
2024-02-28net: usb: ax88179_178a: Use linkmode helpers for EEEAndrew Lunn
2024-01-31ethtool: add suffix _u32 to legacy bitmap members of struct ethtool_keeeHeiner Kallweit
2024-01-31ethtool: replace struct ethtool_eee with a new struct ethtool_keee on kernel ...Heiner Kallweit
2024-01-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-12-15net: usb: ax88179_178a: avoid failed operations when device is disconnectedJose Ignacio Tornos Martinez
2023-11-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2023-11-21net: usb: ax88179_178a: avoid two consecutive device resetsJose Ignacio Tornos Martinez
2023-11-21net: usb: ax88179_178a: fix failed operations during ax88179_resetJose Ignacio Tornos Martinez
2022-08-10Revert "net: usb: ax88179_178a needs FLAG_SEND_ZLP"Jose Alonso
2022-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2022-08-02net: usb: ax88179_178a: Bind only to vendor-specific interfaceHector Martin
2022-07-22net: usb: ax88179_178a: wol optimizationsJustin Chen
2022-07-22net: usb: ax88179_178a: move priv to driver_privJustin Chen
2022-07-22net: usb: ax88179_178a: restore state on resumeJustin Chen
2022-07-22net: usb: ax88179_178a: clean up pm callsJustin Chen
2022-07-22net: usb: ax88179_178a: remove redundant init codeJustin Chen
2022-06-30net: usb: ax88179_178a: Fix packet receivingJose Alonso
2022-06-15net: usb: ax88179_178a needs FLAG_SEND_ZLPJose Alonso
2022-05-06net: make drivers set the TSO limit not the GSO limitJakub Kicinski
2022-03-24net: usb: ax88179_178a: add Allied Telesis AT-UMCsGreg Jesionowski
2022-02-11net: usb: ax88179_178a: Fix out-of-bounds accesses in RX fixupJann Horn
2021-11-15net: usb: ax88179_178a: add TSO featureJacky Chou
2021-10-14ethernet: constify references to netdev->dev_addr in driversJakub Kicinski
2021-10-02net: usb: use eth_hw_addr_set()Jakub Kicinski
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-04-01net: usb: ax88179_178a: initialize local variables before usePhillip Potter
2020-11-12net: usb: switch to dev_get_tstats64 and remove usbnet_get_stats64 aliasHeiner Kallweit
2020-09-28net: usb: ax88179_178a: add MCT usb 3.0 adapterWilken Gottwalt
2020-09-28net: usb: ax88179_178a: fix missing stop entry in driver_infoWilken Gottwalt
2020-09-25net: usb: ax88179_178a: add Toshiba usb 3.0 adapterWilken Gottwalt
2020-06-17net: usb: ax88179_178a: fix packet alignment paddingJeremy Kerr
2020-05-10net: usb: ax88179_178a: remove redundant assignment to variable retColin Ian King
2020-04-30net: usb: ax88179_178a: Implement ethtool_ops set_eepromBjorn Andersson
2019-11-24ax88179_178a: add ethtool_op_get_ts_info()Andreas K. Besslein
2019-10-11net: usb: ax88179_178a: write mac to hardware in get_mac_addrPeter Fink
2019-10-01net: usb: ax88179_178a: allow optionally getting mac address from device treePeter Fink
2019-07-22net: usb: Merge cpu_to_le32s + memcpy to put_unaligned_le32Chuhong Yuan
2019-07-22ax88179_178a: Merge memcpy + le32_to_cpus to get_unaligned_le32Chuhong Yuan