Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
9cce6f782e19191a9504d5c96da7b07300ffe886
/
drivers
/
usb
/
gadget
/
ether.c
9cce6f7
env: Drop environment.h header file where not needed
by Simon Glass
· Thu Aug 01 09:47:12 2019 -0600
5e6201b
env: Move env_set() to env.h
by Simon Glass
· Thu Aug 01 09:46:51 2019 -0600
128151f
usb: ether: call _usb_eth_halt() if initialization fails
by Jean-Jacques Hiblot
· Tue Jan 22 16:48:16 2019 +0100
a55ef7f
net: remove CONFIG_MCAST_TFTP
by Chris Packham
· Mon Nov 26 21:00:29 2018 +1300
9dc0d5c
dm: usb: create a new UCLASS ID for USB gadget devices
by Jean-Jacques Hiblot
· Thu Nov 29 10:52:46 2018 +0100
585e199
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
by Jean-Jacques Hiblot
· Thu Nov 29 10:52:41 2018 +0100
8a3cb9f1
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
by Sven Schwermer
· Wed Nov 21 08:43:56 2018 +0100
2ccb8b0
net.h: Include linux/if_ether.h to avoid duplication
by Bin Meng
· Tue Jul 31 02:55:22 2018 -0700
10e4779
SPDX: Convert all of our single license tags to Linux Kernel style
by Tom Rini
· Sun May 06 17:58:06 2018 -0400
9c21549
net: Move enetaddr env access code to env config instead of net config
by Alex Kiernan
· Sun Apr 01 09:22:38 2018 +0000
121973a
Merge git://git.denx.de/u-boot-sunxi
by Tom Rini
· Thu Oct 05 08:26:36 2017 -0400
81e1042
treewide: replace with error() with pr_err()
by Masahiro Yamada
· Sat Sep 16 14:10:41 2017 +0900
48e78f8
usb: gadget: usb_ether: Move settings to common
by Maxime Ripard
· Thu Sep 07 09:15:08 2017 +0200
64b723f
env: Rename getenv/_f() to env_get()
by Simon Glass
· Thu Aug 03 12:22:12 2017 -0600
8551d55
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
by Simon Glass
· Thu Aug 03 12:22:11 2017 -0600
ae6b2df
drivers: usb: gadget: ether: Fix compiler warning
by Lokesh Vutla
· Tue Jan 17 08:51:22 2017 +0530
095b761
drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
by Mugunthan V N
· Fri Nov 18 11:09:15 2016 +0530
0414a43
usb: gadget: remove unused shortname variable
by Andre Przywara
· Wed Nov 16 00:50:16 2016 +0000
db5eb2a
drivers: usb: gadget: ether: prepare driver for driver model migration
by Mugunthan V N
· Fri Nov 18 11:08:27 2016 +0530
8ec9c74
drivers: usb: gadget: ether: use net device priv to pass usb ether priv
by Mugunthan V N
· Fri Nov 18 11:07:18 2016 +0530
88e48be
drivers: usb: gadget: ether: consolidate global devices to single struct
by Mugunthan V N
· Fri Nov 18 11:06:13 2016 +0530
b3d902b
drivers: usb: gadget: ether: adopt to usb driver model
by Mugunthan V N
· Fri Nov 18 10:49:12 2016 +0530
3963de3
drivers: usb: gadget: ether: access network_started using local variable
by Mugunthan V N
· Fri Nov 18 10:49:13 2016 +0530
56a931c
treewide: replace #include <asm/errno.h> with <linux/errno.h>
by Masahiro Yamada
· Wed Sep 21 11:28:55 2016 +0900
7557405
Use correct spelling of "U-Boot"
by Bin Meng
· Fri Feb 05 19:30:11 2016 -0800
a73bda4
Move console definitions into a new console.h file
by Simon Glass
· Sun Nov 08 23:47:45 2015 -0700
2dd337a
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
by Simon Glass
· Wed Sep 02 17:24:58 2015 -0600
2b9d163
usb: gadget: ether: populate _reset_ callback
by Kishon Vijay Abraham I
· Wed Aug 19 13:49:48 2015 +0530
8db2520
usb: gadget: ether: Perform board initialization from ethernet gadget driver
by Kishon Vijay Abraham I
· Wed Aug 19 13:49:46 2015 +0530
9f09a36
net: cosmetic: Fix var naming net <-> eth drivers
by Joe Hershberger
· Wed Apr 08 01:41:06 2015 -0500
8ecdbed
net: cosmetic: Name ethaddr variables consistently
by Joe Hershberger
· Wed Apr 08 01:41:04 2015 -0500
4763e16
usb: modify usb_gadget_handle_interrupts to take controller index
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:23 2015 +0530
58d701e
usb: gadget: defer setting maxpacket till ->setup()
by Kishon Vijay Abraham I
· Mon Feb 23 18:40:17 2015 +0530
b1a5e1f
net: Add ethernet FCS length macro in net.h
by Bin Meng
· Fri Mar 20 17:12:18 2015 +0800
0588ce1
lib: string: move strlcpy() to a common place
by Masahiro Yamada
· Thu Nov 20 21:20:32 2014 +0900
4f7a9a3
lib, linux: move linux specific defines to linux/compat.h
by Heiko Schocher
· Tue Jun 24 10:10:03 2014 +0200
1d01de1
usb: gadget: ether: return error from rx_submit if no request
by Troy Kisky
· Wed Sep 25 18:41:05 2013 -0700
dbadc54
usb: gadget: ether set wMaxPacketSize
by Troy Kisky
· Wed Sep 25 18:41:04 2013 -0700
00b7839
usb: gadget: Fix data aborts during USB ethernet boot
by Joel Fernandes
· Wed Sep 04 18:55:14 2013 -0500
d79de1d
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· Mon Jul 08 09:37:19 2013 +0200
e2d1476
linux/usb/ch9.h: update with the version from Linux tree
by Ilya Yanok
· Tue Nov 06 13:48:19 2012 +0000
add21ca
usb gadget ether: Fix warning in is_eth_addr_valid()
by Tom Rini
· Wed Oct 31 13:30:41 2012 +0000
284c4cf
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
by Lukasz Dalek
· Tue Oct 02 17:04:31 2012 +0200
fa21533
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
by Lukasz Dalek
· Tue Oct 02 17:04:30 2012 +0200
6ca42dd
usbether: Fixed bug when using with PXA25X chips
by Lukasz Dalek
· Tue Oct 02 17:04:29 2012 +0200
e4e0488
net: Fix remaining API interface breakage
by Joe Hershberger
· Tue May 22 18:36:19 2012 +0000
373cc99
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
by Lukasz Majewski
· Wed May 02 13:11:34 2012 +0200
3433c33
USB-RNDIS: Send RNDIS state on disconnecting
by Vitaly Kuzmichev
· Fri Feb 11 18:18:35 2011 +0300
216c447
USB: Add USB RNDIS gadget protocol
by Vitaly Kuzmichev
· Fri Feb 11 18:18:34 2011 +0300
737f6b2
USB-CDC: Move struct declaration before its use
by Vitaly Kuzmichev
· Fri Feb 11 18:18:33 2011 +0300
24fcb47
USB-CDC: Port struct net_device_stats
by Vitaly Kuzmichev
· Fri Feb 11 18:18:32 2011 +0300
08d4dd7
USB-CDC: handle interrupt after dropped pullup
by Vitaly Kuzmichev
· Fri Feb 11 18:18:31 2011 +0300
be0afbf
USB-CDC: Move MAC addresses setting into usb_eth_init
by Vitaly Kuzmichev
· Tue Dec 28 16:59:32 2010 +0300
a36cff1
USB-CDC: Do not rename netdev after its registration
by Vitaly Kuzmichev
· Tue Dec 28 16:59:31 2010 +0300
4af3273
usb_ether: register usb ethernet gadget at each eth init
by Lei Wen
· Wed Dec 01 23:43:43 2010 +0800
1136f69
Coding Style cleanup
by Wolfgang Denk
· Wed Oct 27 22:48:30 2010 +0200
e4bd386
USB-CDC: Prevent rx_req being enqueued twice
by Vitaly Kuzmichev
· Wed Sep 22 13:13:56 2010 +0400
2907b2c
USB-CDC: Fix tx/rx_req memory leaks
by Vitaly Kuzmichev
· Wed Sep 22 13:13:55 2010 +0400
49ed805
USB-CDC: Fix coding style issues
by Vitaly Kuzmichev
· Mon Sep 13 18:37:11 2010 +0400
4d172f1
USB-CDC: called handle_interrupts inside usb_eth_send
by Stefano Babic
· Sun Aug 15 14:19:00 2010 +0200
76e3d4e
USB-CDC: correct wrong alignment in ether.c
by Stefano Babic
· Sun Aug 15 14:18:59 2010 +0200
750be4c
USB-CDC: ethernet error path potential oops fix
by Vitaly Kuzmichev
· Fri Aug 13 17:02:29 2010 +0400
ef8d8d7
USB-CDC: Correct stat_req initialization
by Vitaly Kuzmichev
· Fri Aug 13 17:01:06 2010 +0400
214d7b0
USB-CDC: Replace 'strcpy' by 'strlcpy'
by Vitaly Kuzmichev
· Fri Aug 13 17:00:45 2010 +0400
9067070
USB-CDC: Correct freeing usb requests
by Vitaly Kuzmichev
· Fri Aug 13 17:00:16 2010 +0400
ae5f932
USB-CDC: Use native debug printout macros
by Vitaly Kuzmichev
· Fri Aug 13 16:57:51 2010 +0400
aec83b8
USB-CDC: Add lost 'qmult' definition
by Vitaly Kuzmichev
· Thu Aug 12 16:44:40 2010 +0400
df06344
Integrate USB gadget layer and USB CDC driver layer
by Remy Bohmer
· Wed Jul 29 18:18:43 2009 +0200