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
/
gadget
/
ether.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-05-07
1
-2
/
+1
*
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2018-04-08
1
-0
/
+1
*
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2017-10-05
1
-8
/
+8
|
\
|
*
usb: gadget: usb_ether: Move settings to common
Maxime Ripard
2017-10-03
1
-8
/
+8
*
|
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-04
1
-21
/
+21
|
/
*
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
1
-6
/
+6
*
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Simon Glass
2017-08-16
1
-1
/
+1
*
drivers: usb: gadget: ether: Fix compiler warning
Lokesh Vutla
2017-01-17
1
-0
/
+2
*
drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
Mugunthan V N
2017-01-09
1
-9
/
+144
*
usb: gadget: remove unused shortname variable
Andre Przywara
2016-12-04
1
-1
/
+0
*
drivers: usb: gadget: ether: prepare driver for driver model migration
Mugunthan V N
2016-12-02
1
-21
/
+52
*
drivers: usb: gadget: ether: use net device priv to pass usb ether priv
Mugunthan V N
2016-12-02
1
-25
/
+21
*
drivers: usb: gadget: ether: consolidate global devices to single struct
Mugunthan V N
2016-12-02
1
-27
/
+26
*
drivers: usb: gadget: ether: adopt to usb driver model
Mugunthan V N
2016-12-02
1
-0
/
+36
*
drivers: usb: gadget: ether: access network_started using local variable
Mugunthan V N
2016-12-02
1
-5
/
+5
*
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-09-23
1
-1
/
+1
*
Use correct spelling of "U-Boot"
Bin Meng
2016-02-06
1
-1
/
+1
*
Move console definitions into a new console.h file
Simon Glass
2015-11-19
1
-0
/
+1
*
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-09-11
1
-0
/
+1
*
usb: gadget: ether: populate _reset_ callback
Kishon Vijay Abraham I
2015-08-19
1
-0
/
+1
*
usb: gadget: ether: Perform board initialization from ethernet gadget driver
Kishon Vijay Abraham I
2015-08-19
1
-0
/
+4
*
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
1
-2
/
+3
*
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-18
1
-4
/
+4
*
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
1
-5
/
+5
*
usb: gadget: defer setting maxpacket till ->setup()
Kishon Vijay Abraham I
2015-04-14
1
-1
/
+1
*
net: Add ethernet FCS length macro in net.h
Bin Meng
2015-03-24
1
-1
/
+0
*
lib: string: move strlcpy() to a common place
Masahiro Yamada
2014-12-11
1
-24
/
+0
*
lib, linux: move linux specific defines to linux/compat.h
Heiko Schocher
2014-08-25
1
-5
/
+0
*
usb: gadget: ether: return error from rx_submit if no request
Troy Kisky
2013-10-20
1
-0
/
+2
*
usb: gadget: ether set wMaxPacketSize
Troy Kisky
2013-10-20
1
-0
/
+2
*
usb: gadget: Fix data aborts during USB ethernet boot
Joel Fernandes
2013-09-24
1
-2
/
+3
*
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2013-07-24
1
-13
/
+1
*
linux/usb/ch9.h: update with the version from Linux tree
Ilya Yanok
2012-11-20
1
-1
/
+0
*
usb gadget ether: Fix warning in is_eth_addr_valid()
Tom Rini
2012-11-04
1
-2
/
+2
*
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
1
-45
/
+30
*
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
1
-5
/
+14
*
usbether: Fixed bug when using with PXA25X chips
Lukasz Dalek
2012-10-15
1
-1
/
+16
*
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-23
1
-4
/
+3
*
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
Lukasz Majewski
2012-05-20
1
-0
/
+1
*
USB-RNDIS: Send RNDIS state on disconnecting
Vitaly Kuzmichev
2011-02-19
1
-0
/
+23
*
USB: Add USB RNDIS gadget protocol
Vitaly Kuzmichev
2011-02-19
1
-60
/
+580
*
USB-CDC: Move struct declaration before its use
Vitaly Kuzmichev
2011-02-19
1
-34
/
+36
*
USB-CDC: Port struct net_device_stats
Vitaly Kuzmichev
2011-02-19
1
-0
/
+39
*
USB-CDC: handle interrupt after dropped pullup
Vitaly Kuzmichev
2011-02-19
1
-0
/
+7
*
USB-CDC: Move MAC addresses setting into usb_eth_init
Vitaly Kuzmichev
2011-01-19
1
-36
/
+26
*
USB-CDC: Do not rename netdev after its registration
Vitaly Kuzmichev
2011-01-19
1
-3
/
+2
*
usb_ether: register usb ethernet gadget at each eth init
Lei Wen
2011-01-19
1
-4
/
+8
*
Coding Style cleanup
Wolfgang Denk
2010-10-27
1
-1
/
+0
*
USB-CDC: Prevent rx_req being enqueued twice
Vitaly Kuzmichev
2010-10-13
1
-0
/
+1
*
USB-CDC: Fix tx/rx_req memory leaks
Vitaly Kuzmichev
2010-10-13
1
-13
/
+7
[next]