index
:
u-boot.git
fedora
master
Unnamed repository; edit this file 'description' to name the repository.
Dennis Gilmore
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
eth
Commit message (
Expand
)
Author
Age
Files
Lines
*
common: Drop net.h from common header
Simon Glass
2020-05-18
7
-0
/
+8
*
arm: Don't include common.h in header files
Simon Glass
2020-05-18
1
-0
/
+7
*
usb: composite: Move bitmap related operations to ./include/linux/bitmap.h
Lukasz Majewski
2018-12-14
1
-1
/
+0
*
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-11-26
1
-1
/
+1
*
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-10-10
1
-1
/
+1
*
dwc2 USB controller hangs with lan78xx
Andrew Thomas
2018-06-27
1
-1
/
+1
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
13
-25
/
+13
*
lan7xxx: Require phylib
Alexander Graf
2018-03-22
1
-0
/
+2
*
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
[next]