summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/ether.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB-CDC: Port struct net_device_statsVitaly Kuzmichev2011-02-191-0/+39
* USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev2011-02-191-0/+7
* USB-CDC: Move MAC addresses setting into usb_eth_initVitaly Kuzmichev2011-01-191-36/+26
* USB-CDC: Do not rename netdev after its registrationVitaly Kuzmichev2011-01-191-3/+2
* usb_ether: register usb ethernet gadget at each eth initLei Wen2011-01-191-4/+8
* Coding Style cleanupWolfgang Denk2010-10-271-1/+0
* USB-CDC: Prevent rx_req being enqueued twiceVitaly Kuzmichev2010-10-131-0/+1
* USB-CDC: Fix tx/rx_req memory leaksVitaly Kuzmichev2010-10-131-13/+7
* USB-CDC: Fix coding style issuesVitaly Kuzmichev2010-09-201-246/+267
* USB-CDC: called handle_interrupts inside usb_eth_sendStefano Babic2010-09-201-1/+9
* USB-CDC: correct wrong alignment in ether.cStefano Babic2010-09-201-1/+1
* USB-CDC: ethernet error path potential oops fixVitaly Kuzmichev2010-09-201-1/+1
* USB-CDC: Correct stat_req initializationVitaly Kuzmichev2010-09-201-4/+3
* USB-CDC: Replace 'strcpy' by 'strlcpy'Vitaly Kuzmichev2010-09-201-3/+3
* USB-CDC: Correct freeing usb requestsVitaly Kuzmichev2010-09-201-2/+7
* USB-CDC: Use native debug printout macrosVitaly Kuzmichev2010-09-201-53/+43
* USB-CDC: Add lost 'qmult' definitionVitaly Kuzmichev2010-09-201-0/+6
* Integrate USB gadget layer and USB CDC driver layerRemy Bohmer2010-09-201-0/+1947
OpenPOWER on IntegriCloud