summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ether.c
Commit message (Expand)AuthorAgeFilesLines
* env: Drop environment.h header file where not neededSimon Glass2019-08-111-1/+0
* env: Move env_set() to env.hSimon Glass2019-08-111-0/+1
* usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot2019-02-011-1/+4
* net: remove CONFIG_MCAST_TFTPChris Packham2019-01-241-3/+0
* dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot2018-12-071-1/+1
* usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot2018-12-071-33/+5
* usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer2018-11-261-4/+4
* net.h: Include linux/if_ether.h to avoid duplicationBin Meng2018-10-101-7/+2
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* net: Move enetaddr env access code to env config instead of net configAlex Kiernan2018-04-081-0/+1
* Merge git://git.denx.de/u-boot-sunxiTom Rini2017-10-051-8/+8
|\
| * usb: gadget: usb_ether: Move settings to commonMaxime Ripard2017-10-031-8/+8
* | treewide: replace with error() with pr_err()Masahiro Yamada2017-10-041-21/+21
|/
* env: Rename getenv/_f() to env_get()Simon Glass2017-08-161-6/+6
* env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass2017-08-161-1/+1
* drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla2017-01-171-0/+2
* drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N2017-01-091-9/+144
* usb: gadget: remove unused shortname variableAndre Przywara2016-12-041-1/+0
* drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N2016-12-021-21/+52
* drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N2016-12-021-25/+21
* drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N2016-12-021-27/+26
* drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N2016-12-021-0/+36
* drivers: usb: gadget: ether: access network_started using local variableMugunthan V N2016-12-021-5/+5
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* Use correct spelling of "U-Boot"Bin Meng2016-02-061-1/+1
* Move console definitions into a new console.h fileSimon Glass2015-11-191-0/+1
* Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass2015-09-111-0/+1
* usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I2015-08-191-0/+1
* usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I2015-08-191-0/+4
* net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger2015-04-181-2/+3
* net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger2015-04-181-4/+4
* usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I2015-04-141-5/+5
* usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I2015-04-141-1/+1
* net: Add ethernet FCS length macro in net.hBin Meng2015-03-241-1/+0
* lib: string: move strlcpy() to a common placeMasahiro Yamada2014-12-111-24/+0
* lib, linux: move linux specific defines to linux/compat.hHeiko Schocher2014-08-251-5/+0
* usb: gadget: ether: return error from rx_submit if no requestTroy Kisky2013-10-201-0/+2
* usb: gadget: ether set wMaxPacketSizeTroy Kisky2013-10-201-0/+2
* usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes2013-09-241-2/+3
* Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk2013-07-241-13/+1
* linux/usb/ch9.h: update with the version from Linux treeIlya Yanok2012-11-201-1/+0
* usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini2012-11-041-2/+2
* usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek2012-10-151-45/+30
* usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek2012-10-151-5/+14
* usbether: Fixed bug when using with PXA25X chipsLukasz Dalek2012-10-151-1/+16
* net: Fix remaining API interface breakageJoe Hershberger2012-05-231-4/+3
* usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski2012-05-201-0/+1
* USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev2011-02-191-0/+23
* USB: Add USB RNDIS gadget protocolVitaly Kuzmichev2011-02-191-60/+580
* USB-CDC: Move struct declaration before its useVitaly Kuzmichev2011-02-191-34/+36