summaryrefslogtreecommitdiff
path: root/drivers/usb/eth
AgeCommit message (Expand)AuthorFilesLines
2021-01-06Merge tag 'v2021.01-rc5' into nextTom Rini2-4/+27
2020-12-16eth/r8152: fix the aggregation issueHayes Wang2-2/+20
2020-12-16eth/r8152: free previous memory if r8152_eth_probe failHayes Wang1-2/+7
2020-12-14dm: treewide: Rename dev_get_platdata() to dev_get_plat()Simon Glass7-19/+19
2020-12-14dm: treewide: Rename 'platdata' variables to just 'plat'Simon Glass7-7/+7
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass7-14/+14
2020-09-01eth/r8152: support RTL8153B/RTL8154BHayes Wang3-4/+414
2020-09-01eth/r8152: modify rtl_clear_bp functionHayes Wang2-35/+36
2020-09-01eth/r8152: reset PHY after setting itHayes Wang1-1/+1
2020-09-01eth/r8152: reset bmu after disabling Tx/RxHayes Wang2-1/+20
2020-07-17treewide: convert bd_t to struct bd_info by coccinelleMasahiro Yamada5-5/+5
2020-06-14eth/r8152: update the firmwareHayes Wang2-224/+265
2020-05-29eth/r8152: fix assigning the wrong endpointHayes Wang1-6/+8
2020-05-22eth/r8152: fix typo in register nameHayes Wang2-6/+6
2020-05-19common: Drop linux/bitops.h from common headerSimon Glass5-0/+5
2020-05-19common: Drop linux/delay.h from common headerSimon Glass6-0/+6
2020-05-19common: Drop log.h from common headerSimon Glass9-0/+9
2020-05-19common: Drop net.h from common headerSimon Glass7-0/+8
2020-05-18arm: Don't include common.h in header filesSimon Glass1-0/+7
2018-12-14usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski1-1/+0
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-1/+1
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-1/+1
2018-06-28dwc2 USB controller hangs with lan78xxAndrew Thomas1-1/+1
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini13-25/+13
2018-03-22lan7xxx: Require phylibAlexander Graf1-0/+2
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-6/+6
2017-09-08usb: net: migrate USB Ethernet adapters to KconfigChris Packham1-0/+36
2017-09-08usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham1-1/+11
2017-08-14usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino6-0/+1540
2017-08-07net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich1-2/+2
2017-05-21net: usb: mcs7830: fix non-DM ingress pathUri Mashiach1-2/+4
2017-05-10net: smsc95xx: Correct free_pkt() implementationSimon Glass1-2/+2
2016-12-08net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese1-6/+16
2016-12-04usb: eth: r8152_fw: fix indentationAndre Przywara1-4/+4
2016-10-13net: smsc95xx: fix DM MAC address readingStephen Warren1-0/+16
2016-09-28net: asix: Fix ASIX 88772B with driver modelAlban Bedel1-24/+3
2016-09-09net: asix: Fix AX88772B when used with DriverModelJoshua Scott1-0/+5
2016-08-15net: smsc95xx: Use correct get_unaligned functionsChris Packham1-2/+2
2016-08-09eth: asix88179: Add support for the driver modelAlban Bedel1-0/+184
2016-08-09eth: asix88179: Prepare supporting the driver modelAlban Bedel1-28/+47
2016-08-07eth: asix88179: Fix receiving on big endian systemAlban Bedel1-1/+1
2016-08-07eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel1-0/+2
2016-08-07net: usb: r8152: Add DM supportStefan Roese3-22/+221
2016-04-02eth: asix88179: Print packet length properlyMateusz Kulikowski1-1/+1
2016-04-02smsc95xx: fix operation on 64-bit systemsStephen Warren1-2/+2
2016-02-24usb: eth: fix memalign() parameter orderStephen Warren1-1/+1
2016-01-23usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen5-0/+3075
2016-01-12dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass1-0/+105
2016-01-12dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass1-121/+144
2015-11-12driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha1-4/+5