summaryrefslogtreecommitdiff
path: root/drivers/usb/eth
AgeCommit message (Expand)Author
2024-11-25eth: asix88179: packet drop when receiving large fragmented packetsKhoa Hoang
2024-11-25eth: asix88179: Fix ASIX AX88179A PHY hangKhoa Hoang
2024-07-22drivers: usb: Remove duplicate newlinesMarek Vasut
2024-07-13eth: asix88179: reset during probeCaleb Connolly
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"Tom Rini
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini
2024-05-07usb: Remove <common.h> and add needed includesTom Rini
2023-09-24common: Drop linux/printk.h from common headerSimon Glass
2023-06-20usb: eth: lan78xx: Fix logic in lan78xx_read_otp() to avoid a warningTom Rini
2022-12-07usb: eth: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: smsc95xx: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: r8152: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: msc7830: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: asix88179: Remove non-DM_ETH codeTom Rini
2022-12-07usb: eth: asix: Remove non-DM_ETH codeTom Rini
2022-09-18cyclic: Use schedule() instead of WATCHDOG_RESET()Stefan Roese
2022-04-22Add support for TP-Link UE200 dongleOleksii Titov
2021-09-30WS cleanup: remove trailing empty linesWolfgang Denk
2021-01-05Merge tag 'v2021.01-rc5' into nextTom Rini
2020-12-16eth/r8152: fix the aggregation issueHayes Wang
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang
2020-12-13dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass
2020-12-13dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass
2020-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang
2020-09-01eth/r8152: modify rtl_clear_bp functionHayes Wang
2020-09-01eth/r8152: reset PHY after setting itHayes Wang
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada
2020-06-14eth/r8152: update the firmwareHayes Wang
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang
2020-05-22eth/r8152: fix typo in register nameHayes Wang
2020-05-18common: Drop linux/bitops.h from common headerSimon Glass
2020-05-18common: Drop linux/delay.h from common headerSimon Glass
2020-05-18common: Drop log.h from common headerSimon Glass
2020-05-18common: Drop net.h from common headerSimon Glass
2020-05-18arm: Don't include common.h in header filesSimon Glass
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng
2018-06-27dwc2 USB controller hangs with lan78xxAndrew Thomas
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini
2018-03-22lan7xxx: Require phylibAlexander Graf
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada
2017-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich
2017-05-21net: usb: mcs7830: fix non-DM ingress pathUri Mashiach
2017-05-09net: smsc95xx: Correct free_pkt() implementationSimon Glass