Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9d4701de041f172085d961c68db20dd55d828642
/
drivers
/
usb
/
eth
91d5254
driver: usb: Fix pointer conversion warnings for hikey
by Prabhakar Kushwaha
· 9 years ago
d5987a9
Merge branch 'master' of git://git.denx.de/u-boot-net
by Tom Rini
· 9 years ago
dfb69f7
smsc95xx: Use zero length packets when RX fifo is empty
by Stefan Brüns
· 9 years ago
d3095fe
smsc95xx: Fetch whole burst with 1 URB, avoid framing errors
by Stefan Brüns
· 9 years ago
de44acf
dm: Rename dev_get_parentdata() to dev_get_parent_priv()
by Simon Glass
· 9 years ago
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· 9 years ago
68c4197
net: smsc95xx: Add driver-model support
by Simon Glass
· 9 years ago
3faecae
net: smsc95xx: Prepare for conversion to driver model
by Simon Glass
· 9 years ago
ebe0e5a
net: smsc95xx: Correct the error numbers
by Simon Glass
· 9 years ago
4d89e5b
net: smsc95xx: Rename AX_RX_URB_SIZE to RX_URB_SIZE
by Simon Glass
· 9 years ago
ce48e50
net: smsc95xx: Sort the include files
by Simon Glass
· 9 years ago
e96ba56
dm: usb: Add an errno.h header to usb_ether.c
by Simon Glass
· 9 years ago
7bbbb3c
net: asix: fix operation without eeprom
by Marcel Ziswiler
· 9 years ago
f58369f
dm: usb: eth: Add driver-model support to the asix driver
by Simon Glass
· 9 years ago
46952fb
dm: usb: Adjust the USB_DEVICE() macro naming
by Simon Glass
· 9 years ago
5b026f9
dm: usb: eth: Support driver model with USB Ethernet
by Simon Glass
· 9 years ago
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· 10 years ago
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· 10 years ago
33b66e8
dm: usb: Add support for USB ethernet devices with driver model
by Simon Glass
· 10 years ago
7306e9c
usb: eth: asix: Build warning fixes for 64-bit
by Thierry Reding
· 10 years ago
eecc3ce
usb: eth: asix88179: add ability to modify MAC address
by Rene Griessl
· 10 years ago
979beee
usb: eth: add ASIX AX88179 DRIVER
by Rene Griessl
· 10 years ago
1f71294
usb: eth: fix Makefile
by Rene Griessl
· 10 years ago
ceeb40c
net: asix: Add support for AX88772B
by Alexandre Courbot
· 10 years ago
00be89c
net: usb: Add SMSC copyright to smsc95xx driver
by Simon Glass
· 10 years ago
180bb6a
usb: eth: smsc95xx: add LAN9500A device ID
by Ilya Ledvich
· 11 years ago
5528f4c
usb: cosmetic: double const
by Jeroen Hofstee
· 10 years ago
2385df6
usb: net: introduce support for Moschip USB ethernet
by Gerhard Sittig
· 11 years ago
0ef16bb
net: asix: don't pad odd-length TX packets
by Stephen Warren
· 11 years ago
3e02168
drivers: usb: convert makefiles to Kbuild style
by Masahiro Yamada
· 11 years ago
e0f2f8c
usb:smsx95xx LED activity for USB net driver
by Suriyan Ramasami
· 11 years ago
8aa7b04
net: smsc95xx: Add support for another SMSC95xx variant
by Stefan Roese
· 11 years ago
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
75caa35
usb: add support for the USB Ethernet adapter D-Link DUB-E100 H/W Ver C1
by Pierre Aubert
· 11 years ago
160298f
usb: asix: Move software resets to basic_init
by Julius Werner
· 12 years ago
7ca25b6
OMAP5: Enable USB Ethernet support with LAN9730
by Lubomir Popov
· 12 years ago
7b5e779
usb: usbeth: smsc95xx: remove EEPROM loaded check
by Michael Spang
· 12 years ago
e6d3345
usb: add support for multiple usb controllers
by Lucas Stach
· 12 years ago
06e4693
net: asix: add AX88772B support
by Lucas Stach
· 12 years ago
95c359b
net: asix: add read_mac function
by Lucas Stach
· 12 years ago
fc9a758
net: asix: add write_hwaddr function
by Lucas Stach
· 12 years ago
a0d5d03
net: asix: split out basic reset function
by Lucas Stach
· 12 years ago
36267c4
net: introduce transparent driver private in ueth_data
by Lucas Stach
· 12 years ago
defa90f
Merge branch 'next' of git://git.denx.de/u-boot
by Wolfgang Denk
· 12 years ago
43b56c2
smsc95xx: align buffers to cache line size
by Ilya Yanok
· 12 years ago
115436e
CACHE: net: asix: Fix asix driver to work with data cache on
by Marek Vasut
· 12 years ago
28ca379
drivers/usb/eth/asix.c: Fix build warning
by Anatolij Gustschin
· 13 years ago
df93c8e
drivers/usb/eth/smsc95xx.c: Fix GCC 4.6 warning
by Anatolij Gustschin
· 13 years ago
451be50
eth: remove usb-ethernet devices before re-enumerating them
by Vincent Palatin
· 13 years ago
e124c7b
usb_ether: fix typo
by Peter Meerwald
· 13 years ago
f9af1f8
smsc95xx: Debug message cleanup
by Wolfgang Grandegger
· 13 years ago
0151b68
smsc95xx: Fix MAC address programming
by Wolfgang Grandegger
· 13 years ago
ef78e08
GCC4.6: Squash warnings in smsc95xx.c
by Marek Vasut
· 13 years ago
a61b966
ASIX: Fix buffer access in asix_get_phy_addr()
by Marek Vasut
· 13 years ago
62b36c9
Add Ethernet hardware MAC address framework to usbnet
by Simon Glass
· 13 years ago
246c119
Add support for SMSC95XX USB 2.0 10/100MBit Ethernet Adapter
by Simon Glass
· 13 years ago
e1e12ad
usb: convert to partial linking
by Mike Frysinger
· 13 years ago
1a0ce28
Coding Style cleanup: remove trailing empty lines
by Wolfgang Denk
· 14 years ago
246d693
Add support for ASIX AX88772 USB 2.0 10/100Mbit Ethernet Adaptor
by Simon Glass
· 14 years ago
1e9961d
Add USB host ethernet adapter support
by Simon Glass
· 14 years ago