index
:
u-boot.git
master
omap/config-cleanups
omap/sniper/next-v2016.03
omap/sniper/recovery-v2015.07
omap/sniper/work
U-Boot bootloader
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
ether.c
Age
Commit message (
Expand
)
Author
2021-01-05
dm: Use access methods for dev/uclass private data
Simon Glass
2020-12-13
dm: treewide: Rename dev_get_platdata() to dev_get_plat()
Simon Glass
2020-12-13
dm: treewide: Rename 'platdata' variables to just 'plat'
Simon Glass
2020-12-13
dm: treewide: Rename auto_alloc_size members to be shorter
Simon Glass
2020-08-14
linux/compat.h: Add wait_event_timeout macro
Oleksandr Andrushchenko
2020-07-17
treewide: convert bd_t to struct bd_info by coccinelle
Masahiro Yamada
2020-05-18
common: Drop log.h from common header
Simon Glass
2020-05-18
common: Drop part.h from common header
Simon Glass
2020-04-28
usb: ether: avoid NULL check before free()
Heinrich Schuchardt
2019-08-11
env: Drop environment.h header file where not needed
Simon Glass
2019-08-11
env: Move env_set() to env.h
Simon Glass
2019-02-01
usb: ether: call _usb_eth_halt() if initialization fails
Jean-Jacques Hiblot
2019-01-24
net: remove CONFIG_MCAST_TFTP
Chris Packham
2018-12-07
dm: usb: create a new UCLASS ID for USB gadget devices
Jean-Jacques Hiblot
2018-12-07
usb: gadget: Do not call board_usb_xxx() directly in USB gadget drivers
Jean-Jacques Hiblot
2018-11-26
usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/
Sven Schwermer
2018-10-10
net.h: Include linux/if_ether.h to avoid duplication
Bin Meng
2018-05-07
SPDX: Convert all of our single license tags to Linux Kernel style
Tom Rini
2018-04-08
net: Move enetaddr env access code to env config instead of net config
Alex Kiernan
2017-10-05
Merge git://git.denx.de/u-boot-sunxi
Tom Rini
2017-10-04
treewide: replace with error() with pr_err()
Masahiro Yamada
2017-10-03
usb: gadget: usb_ether: Move settings to common
Maxime Ripard
2017-08-16
env: Rename getenv/_f() to env_get()
Simon Glass
2017-08-16
env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()
Simon Glass
2017-01-17
drivers: usb: gadget: ether: Fix compiler warning
Lokesh Vutla
2017-01-09
drivers: usb: gadget: ether/rndis: convert driver to adopt device driver model
Mugunthan V N
2016-12-04
usb: gadget: remove unused shortname variable
Andre Przywara
2016-12-02
drivers: usb: gadget: ether: prepare driver for driver model migration
Mugunthan V N
2016-12-02
drivers: usb: gadget: ether: use net device priv to pass usb ether priv
Mugunthan V N
2016-12-02
drivers: usb: gadget: ether: consolidate global devices to single struct
Mugunthan V N
2016-12-02
drivers: usb: gadget: ether: adopt to usb driver model
Mugunthan V N
2016-12-02
drivers: usb: gadget: ether: access network_started using local variable
Mugunthan V N
2016-09-23
treewide: replace #include <asm/errno.h> with <linux/errno.h>
Masahiro Yamada
2016-02-06
Use correct spelling of "U-Boot"
Bin Meng
2015-11-19
Move console definitions into a new console.h file
Simon Glass
2015-09-11
Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header
Simon Glass
2015-08-19
usb: gadget: ether: populate _reset_ callback
Kishon Vijay Abraham I
2015-08-19
usb: gadget: ether: Perform board initialization from ethernet gadget driver
Kishon Vijay Abraham I
2015-04-18
net: cosmetic: Fix var naming net <-> eth drivers
Joe Hershberger
2015-04-18
net: cosmetic: Name ethaddr variables consistently
Joe Hershberger
2015-04-14
usb: modify usb_gadget_handle_interrupts to take controller index
Kishon Vijay Abraham I
2015-04-14
usb: gadget: defer setting maxpacket till ->setup()
Kishon Vijay Abraham I
2015-03-24
net: Add ethernet FCS length macro in net.h
Bin Meng
2014-12-11
lib: string: move strlcpy() to a common place
Masahiro Yamada
2014-08-25
lib, linux: move linux specific defines to linux/compat.h
Heiko Schocher
2013-10-20
usb: gadget: ether: return error from rx_submit if no request
Troy Kisky
2013-10-20
usb: gadget: ether set wMaxPacketSize
Troy Kisky
2013-09-24
usb: gadget: Fix data aborts during USB ethernet boot
Joel Fernandes
2013-07-24
Add GPL-2.0+ SPDX-License-Identifier to source files
Wolfgang Denk
2012-11-20
linux/usb/ch9.h: update with the version from Linux tree
Ilya Yanok
[next]