index
:
uboot-2021-rebase.git
am335x_som_revival
uboot 2021 rebase, to fix booting on modern SD cards, from https://github.com/fifteenhex/u-boot/tree/am335x_som_revival
git repository hosting
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
ether.c
Age
Commit message (
Expand
)
Author
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
2012-11-04
usb gadget ether: Fix warning in is_eth_addr_valid()
Tom Rini
2012-10-15
usbether: Removed DEV_CONFIG_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}
Lukasz Dalek
2012-10-15
usbether: Fixed bug when using with PXA25X chips
Lukasz Dalek
2012-05-23
net: Fix remaining API interface breakage
Joe Hershberger
2012-05-20
usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h file
Lukasz Majewski
2011-02-19
USB-RNDIS: Send RNDIS state on disconnecting
Vitaly Kuzmichev
2011-02-19
USB: Add USB RNDIS gadget protocol
Vitaly Kuzmichev
2011-02-19
USB-CDC: Move struct declaration before its use
Vitaly Kuzmichev
2011-02-19
USB-CDC: Port struct net_device_stats
Vitaly Kuzmichev
2011-02-19
USB-CDC: handle interrupt after dropped pullup
Vitaly Kuzmichev
2011-01-19
USB-CDC: Move MAC addresses setting into usb_eth_init
Vitaly Kuzmichev
2011-01-19
USB-CDC: Do not rename netdev after its registration
Vitaly Kuzmichev
2011-01-19
usb_ether: register usb ethernet gadget at each eth init
Lei Wen
2010-10-27
Coding Style cleanup
Wolfgang Denk
2010-10-13
USB-CDC: Prevent rx_req being enqueued twice
Vitaly Kuzmichev
2010-10-13
USB-CDC: Fix tx/rx_req memory leaks
Vitaly Kuzmichev
2010-09-20
USB-CDC: Fix coding style issues
Vitaly Kuzmichev
2010-09-20
USB-CDC: called handle_interrupts inside usb_eth_send
Stefano Babic
2010-09-20
USB-CDC: correct wrong alignment in ether.c
Stefano Babic
2010-09-20
USB-CDC: ethernet error path potential oops fix
Vitaly Kuzmichev
2010-09-20
USB-CDC: Correct stat_req initialization
Vitaly Kuzmichev
2010-09-20
USB-CDC: Replace 'strcpy' by 'strlcpy'
Vitaly Kuzmichev
2010-09-20
USB-CDC: Correct freeing usb requests
Vitaly Kuzmichev
[next]