| Commit message (Expand) | Author | Age | Files | Lines |
* | treewide: replace with error() with pr_err() | Masahiro Yamada | 2017-10-04 | 1 | -6/+6 |
* | usb: net: migrate USB Ethernet adapters to Kconfig | Chris Packham | 2017-09-08 | 1 | -0/+36 |
* | usb: net: migrate CONFIG_USB_HOST_ETHER to Kconfig | Chris Packham | 2017-09-08 | 1 | -1/+11 |
* | usb: net: Add support for Microchip LAN75xx and LAN78xx | Yuiko Oshino | 2017-08-14 | 6 | -0/+1540 |
* | net: usb: r8152: fix "duplicate 'const' declaration specifier" | Philipp Tomsich | 2017-08-07 | 1 | -2/+2 |
* | net: usb: mcs7830: fix non-DM ingress path | Uri Mashiach | 2017-05-21 | 1 | -2/+4 |
* | net: smsc95xx: Correct free_pkt() implementation | Simon Glass | 2017-05-09 | 1 | -2/+2 |
* | net: usb: r8152: Use ALLOC_CACHE_ALIGN_BUFFER() to allocate the buffers | Stefan Roese | 2016-12-08 | 1 | -6/+16 |
* | usb: eth: r8152_fw: fix indentation | Andre Przywara | 2016-12-04 | 1 | -4/+4 |
* | net: smsc95xx: fix DM MAC address reading | Stephen Warren | 2016-10-13 | 1 | -0/+16 |
* | net: asix: Fix ASIX 88772B with driver model | Alban Bedel | 2016-09-27 | 1 | -24/+3 |
* | net: asix: Fix AX88772B when used with DriverModel | Joshua Scott | 2016-09-09 | 1 | -0/+5 |
* | net: smsc95xx: Use correct get_unaligned functions | Chris Packham | 2016-08-15 | 1 | -2/+2 |
* | eth: asix88179: Add support for the driver model | Alban Bedel | 2016-08-09 | 1 | -0/+184 |
* | eth: asix88179: Prepare supporting the driver model | Alban Bedel | 2016-08-09 | 1 | -28/+47 |
* | eth: asix88179: Fix receiving on big endian system | Alban Bedel | 2016-08-07 | 1 | -1/+1 |
* | eth: asix88179: Add VID:DID for Cypress GX3 USB Ethernet Adapter | Alban Bedel | 2016-08-07 | 1 | -0/+2 |
* | net: usb: r8152: Add DM support | Stefan Roese | 2016-08-07 | 3 | -22/+221 |
* | eth: asix88179: Print packet length properly | Mateusz Kulikowski | 2016-04-01 | 1 | -1/+1 |
* | smsc95xx: fix operation on 64-bit systems | Stephen Warren | 2016-04-01 | 1 | -2/+2 |
* | usb: eth: fix memalign() parameter order | Stephen Warren | 2016-02-24 | 1 | -1/+1 |
* | usb: eth: add Realtek RTL8152B/RTL8153 DRIVER | Ted Chen | 2016-01-23 | 5 | -0/+3075 |
* | dm: net: usb: Convert mcs7830 driver to support driver model | Simon Glass | 2016-01-12 | 1 | -0/+105 |
* | dm: net: usb: Refactor mcs7830 driver ready for DM conversion | Simon Glass | 2016-01-12 | 1 | -121/+144 |
* | driver: usb: Fix pointer conversion warnings for hikey | Prabhakar Kushwaha | 2015-11-12 | 1 | -4/+5 |
* | Merge branch 'master' of git://git.denx.de/u-boot-net | Tom Rini | 2015-10-29 | 1 | -19/+4 |
|\ |
|
| * | smsc95xx: Use zero length packets when RX fifo is empty | Stefan Brüns | 2015-10-29 | 1 | -16/+0 |
| * | smsc95xx: Fetch whole burst with 1 URB, avoid framing errors | Stefan Brüns | 2015-10-28 | 1 | -3/+4 |
* | | dm: Rename dev_get_parentdata() to dev_get_parent_priv() | Simon Glass | 2015-10-23 | 2 | -3/+3 |
|/ |
|
* | Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header | Simon Glass | 2015-09-11 | 4 | -0/+4 |
* | net: smsc95xx: Add driver-model support | Simon Glass | 2015-08-06 | 1 | -0/+142 |
* | net: smsc95xx: Prepare for conversion to driver model | Simon Glass | 2015-08-06 | 1 | -122/+150 |
* | net: smsc95xx: Correct the error numbers | Simon Glass | 2015-08-06 | 1 | -22/+26 |
* | net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE | Simon Glass | 2015-08-06 | 1 | -5/+5 |
* | net: smsc95xx: Sort the include files | Simon Glass | 2015-08-06 | 1 | -2/+3 |
* | dm: usb: Add an errno.h header to usb_ether.c | Simon Glass | 2015-08-06 | 1 | -0/+1 |
* | net: asix: fix operation without eeprom | Marcel Ziswiler | 2015-08-05 | 1 | -6/+34 |
* | dm: usb: eth: Add driver-model support to the asix driver | Simon Glass | 2015-07-21 | 1 | -21/+216 |
* | dm: usb: Adjust the USB_DEVICE() macro naming | Simon Glass | 2015-07-21 | 1 | -2/+2 |
* | dm: usb: eth: Support driver model with USB Ethernet | Simon Glass | 2015-07-21 | 1 | -0/+127 |
* | net: cosmetic: Fix var naming net <-> eth drivers | Joe Hershberger | 2015-04-18 | 4 | -4/+6 |
* | net: cosmetic: Name ethaddr variables consistently | Joe Hershberger | 2015-04-18 | 1 | -1/+1 |
* | dm: usb: Add support for USB ethernet devices with driver model | Simon Glass | 2015-04-18 | 1 | -8/+44 |
* | usb: eth: asix: Build warning fixes for 64-bit | Thierry Reding | 2015-04-14 | 1 | -1/+1 |
* | usb: eth: asix88179: add ability to modify MAC address | Rene Griessl | 2015-01-18 | 1 | -0/+14 |
* | usb: eth: add ASIX AX88179 DRIVER | Rene Griessl | 2014-12-31 | 3 | -0/+708 |
* | usb: eth: fix Makefile | Rene Griessl | 2014-11-07 | 1 | -3/+1 |
* | net: asix: Add support for AX88772B | Alexandre Courbot | 2014-10-22 | 1 | -0/+1 |
* | net: usb: Add SMSC copyright to smsc95xx driver | Simon Glass | 2014-09-16 | 1 | -0/+1 |
* | usb: eth: smsc95xx: add LAN9500A device ID | Ilya Ledvich | 2014-06-25 | 1 | -0/+1 |