summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ether.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-11env: Move env_set() to env.hSimon Glass1-0/+1
2019-02-01usb: ether: call _usb_eth_halt() if initialization failsJean-Jacques Hiblot1-1/+4
2019-01-24net: remove CONFIG_MCAST_TFTPChris Packham1-3/+0
2018-12-07dm: usb: create a new UCLASS ID for USB gadget devicesJean-Jacques Hiblot1-1/+1
2018-12-07usb: gadget: Do not call board_usb_xxx() directly in USB gadget driversJean-Jacques Hiblot1-33/+5
2018-11-26usb: s/CONFIG_DM_USB/CONFIG_IS_ENABLED(DM_USB)/Sven Schwermer1-4/+4
2018-10-10net.h: Include linux/if_ether.h to avoid duplicationBin Meng1-7/+2
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-04-09net: Move enetaddr env access code to env config instead of net configAlex Kiernan1-0/+1
2017-10-05Merge git://git.denx.de/u-boot-sunxiTom Rini1-8/+8
2017-10-04treewide: replace with error() with pr_err()Masahiro Yamada1-21/+21
2017-10-03usb: gadget: usb_ether: Move settings to commonMaxime Ripard1-8/+8
2017-08-16env: Rename getenv/_f() to env_get()Simon Glass1-6/+6
2017-08-16env: Rename eth_setenv_enetaddr() to eth_env_set_enetaddr()Simon Glass1-1/+1
2017-01-17drivers: usb: gadget: ether: Fix compiler warningLokesh Vutla1-0/+2
2017-01-09drivers: usb: gadget: ether/rndis: convert driver to adopt device driver modelMugunthan V N1-9/+144
2016-12-04usb: gadget: remove unused shortname variableAndre Przywara1-1/+0
2016-12-03drivers: usb: gadget: ether: prepare driver for driver model migrationMugunthan V N1-21/+52
2016-12-03drivers: usb: gadget: ether: use net device priv to pass usb ether privMugunthan V N1-25/+21
2016-12-03drivers: usb: gadget: ether: consolidate global devices to single structMugunthan V N1-27/+26
2016-12-03drivers: usb: gadget: ether: adopt to usb driver modelMugunthan V N1-0/+36
2016-12-03drivers: usb: gadget: ether: access network_started using local variableMugunthan V N1-5/+5
2016-09-24treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-02-06Use correct spelling of "U-Boot"Bin Meng1-1/+1
2015-11-20Move console definitions into a new console.h fileSimon Glass1-0/+1
2015-09-12Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass1-0/+1
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I1-0/+1
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I1-0/+4
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger1-2/+3
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger1-4/+4
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I1-5/+5
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I1-1/+1
2015-03-25net: Add ethernet FCS length macro in net.hBin Meng1-1/+0
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada1-24/+0
2014-08-26lib, linux: move linux specific defines to linux/compat.hHeiko Schocher1-5/+0
2013-10-21usb: gadget: ether: return error from rx_submit if no requestTroy Kisky1-0/+2
2013-10-21usb: gadget: ether set wMaxPacketSizeTroy Kisky1-0/+2
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes1-2/+3
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-13/+1
2012-11-20linux/usb/ch9.h: update with the version from Linux treeIlya Yanok1-1/+0
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini1-2/+2
2012-10-15usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek1-45/+30
2012-10-15usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek1-5/+14
2012-10-15usbether: Fixed bug when using with PXA25X chipsLukasz Dalek1-1/+16
2012-05-23net: Fix remaining API interface breakageJoe Hershberger1-4/+3
2012-05-20usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski1-0/+1
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev1-0/+23
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev1-60/+580
2011-02-19USB-CDC: Move struct declaration before its useVitaly Kuzmichev1-34/+36
2011-02-19USB-CDC: Port struct net_device_statsVitaly Kuzmichev1-0/+39