summaryrefslogtreecommitdiffstats
path: root/drivers/usb/eth
Commit message (Expand)AuthorAgeFilesLines
* usb: composite: Move bitmap related operations to ./include/linux/bitmap.hLukasz Majewski2018-12-141-1/+0
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-1/+1
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-1/+1
* dwc2 USB controller hangs with lan78xxAndrew Thomas2018-06-271-1/+1
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-0713-25/+13
* lan7xxx: Require phylibAlexander Graf2018-03-221-0/+2
* treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-6/+6
* usb: net: migrate USB Ethernet adapters to KconfigChris Packham2017-09-081-0/+36
* usb: net: migrate CONFIG_USB_HOST_ETHER to KconfigChris Packham2017-09-081-1/+11
* usb: net: Add support for Microchip LAN75xx and LAN78xxYuiko Oshino2017-08-146-0/+1540
* net: usb: r8152: fix "duplicate 'const' declaration specifier"Philipp Tomsich2017-08-071-2/+2
* net: usb: mcs7830: fix non-DM ingress pathUri Mashiach2017-05-211-2/+4
* net: smsc95xx: Correct free_pkt() implementationSimon Glass2017-05-091-2/+2
* net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffersStefan Roese2016-12-081-6/+16
* usb: eth: r8152_fw: fix indentationAndre Przywara2016-12-041-4/+4
* net: smsc95xx: fix DM MAC address readingStephen Warren2016-10-131-0/+16
* net: asix: Fix ASIX 88772B with driver modelAlban Bedel2016-09-271-24/+3
* net: asix: Fix AX88772B when used with DriverModelJoshua Scott2016-09-091-0/+5
* net: smsc95xx: Use correct get_unaligned functionsChris Packham2016-08-151-2/+2
* eth: asix88179: Add support for the driver modelAlban Bedel2016-08-091-0/+184
* eth: asix88179: Prepare supporting the driver modelAlban Bedel2016-08-091-28/+47
* eth: asix88179: Fix receiving on big endian systemAlban Bedel2016-08-071-1/+1
* eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet AdapterAlban Bedel2016-08-071-0/+2
* net: usb: r8152: Add DM supportStefan Roese2016-08-073-22/+221
* eth: asix88179: Print packet length properlyMateusz Kulikowski2016-04-011-1/+1
* smsc95xx: fix operation on 64-bit systemsStephen Warren2016-04-011-2/+2
* usb: eth: fix memalign() parameter orderStephen Warren2016-02-241-1/+1
* usb: eth: add Realtek RTL8152B/RTL8153 DRIVERTed Chen2016-01-235-0/+3075
* dm: net: usb: Convert mcs7830 driver to support driver modelSimon Glass2016-01-121-0/+105
* dm: net: usb: Refactor mcs7830 driver ready for DM conversionSimon Glass2016-01-121-121/+144
* driver: usb: Fix pointer conversion warnings for hikeyPrabhakar Kushwaha2015-11-121-4/+5
* Merge branch 'master' of git://git.denx.de/u-boot-netTom Rini2015-10-291-19/+4
|\
| * smsc95xx: Use zero length packets when RX fifo is emptyStefan Brüns2015-10-291-16/+0
| * smsc95xx: Fetch whole burst with 1 URB, avoid framing errorsStefan Brüns2015-10-281-3/+4
* | dm: Rename dev_get_parentdata() to dev_get_parent_priv()Simon Glass2015-10-232-3/+3
|/
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-114-0/+4
* net: smsc95xx: Add driver-model supportSimon Glass2015-08-061-0/+142
* net: smsc95xx: Prepare for conversion to driver modelSimon Glass2015-08-061-122/+150
* net: smsc95xx: Correct the error numbersSimon Glass2015-08-061-22/+26
* net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZESimon Glass2015-08-061-5/+5
* net: smsc95xx: Sort the include filesSimon Glass2015-08-061-2/+3
* dm: usb: Add an errno.h header to usb_ether.cSimon Glass2015-08-061-0/+1
* net: asix: fix operation without eepromMarcel Ziswiler2015-08-051-6/+34
* dm: usb: eth: Add driver-model support to the asix driverSimon Glass2015-07-211-21/+216
* dm: usb: Adjust the USB_DEVICE() macro namingSimon Glass2015-07-211-2/+2
* dm: usb: eth: Support driver model with USB EthernetSimon Glass2015-07-211-0/+127
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-184-4/+6
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-1/+1
* dm: usb: Add support for USB ethernet devices with driver modelSimon Glass2015-04-181-8/+44
* usb: eth: asix: Build warning fixes for 64-bitThierry Reding2015-04-141-1/+1