summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/ether.c
AgeCommit message (Expand)Author
2016-02-06Use correct spelling of "U-Boot"Bin Meng
2015-11-19Move console definitions into a new console.h fileSimon Glass
2015-09-11Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h headerSimon Glass
2015-08-19usb: gadget: ether: populate _reset_ callbackKishon Vijay Abraham I
2015-08-19usb: gadget: ether: Perform board initialization from ethernet gadget driverKishon Vijay Abraham I
2015-04-18net: cosmetic: Fix var naming net <-> eth driversJoe Hershberger
2015-04-18net: cosmetic: Name ethaddr variables consistentlyJoe Hershberger
2015-04-14usb: modify usb_gadget_handle_interrupts to take controller indexKishon Vijay Abraham I
2015-04-14usb: gadget: defer setting maxpacket till ->setup()Kishon Vijay Abraham I
2015-03-24net: Add ethernet FCS length macro in net.hBin Meng
2014-12-11lib: string: move strlcpy() to a common placeMasahiro Yamada
2014-08-25lib, linux: move linux specific defines to linux/compat.hHeiko Schocher
2013-10-20usb: gadget: ether: return error from rx_submit if no requestTroy Kisky
2013-10-20usb: gadget: ether set wMaxPacketSizeTroy Kisky
2013-09-24usb: gadget: Fix data aborts during USB ethernet bootJoel Fernandes
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk
2012-11-20linux/usb/ch9.h: update with the version from Linux treeIlya Yanok
2012-11-04usb gadget ether: Fix warning in is_eth_addr_valid()Tom Rini
2012-10-15usbether: Removed DEV_CONFIG_{CDC,SUBSET}Lukasz Dalek
2012-10-15usbether: Define CONFIG_USB_ETH_{CDC,SUBSET}Lukasz Dalek
2012-10-15usbether: Fixed bug when using with PXA25X chipsLukasz Dalek
2012-05-23net: Fix remaining API interface breakageJoe Hershberger
2012-05-20usb:udc: Remove duplicated USB definitions from include/linux/usb/ch9.h fileLukasz Majewski
2011-02-19USB-RNDIS: Send RNDIS state on disconnectingVitaly Kuzmichev
2011-02-19USB: Add USB RNDIS gadget protocolVitaly Kuzmichev
2011-02-19USB-CDC: Move struct declaration before its useVitaly Kuzmichev
2011-02-19USB-CDC: Port struct net_device_statsVitaly Kuzmichev
2011-02-19USB-CDC: handle interrupt after dropped pullupVitaly Kuzmichev
2011-01-19USB-CDC: Move MAC addresses setting into usb_eth_initVitaly Kuzmichev
2011-01-19USB-CDC: Do not rename netdev after its registrationVitaly Kuzmichev
2011-01-19usb_ether: register usb ethernet gadget at each eth initLei Wen
2010-10-27Coding Style cleanupWolfgang Denk
2010-10-13USB-CDC: Prevent rx_req being enqueued twiceVitaly Kuzmichev
2010-10-13USB-CDC: Fix tx/rx_req memory leaksVitaly Kuzmichev
2010-09-20USB-CDC: Fix coding style issuesVitaly Kuzmichev
2010-09-20USB-CDC: called handle_interrupts inside usb_eth_sendStefano Babic
2010-09-20USB-CDC: correct wrong alignment in ether.cStefano Babic
2010-09-20USB-CDC: ethernet error path potential oops fixVitaly Kuzmichev
2010-09-20USB-CDC: Correct stat_req initializationVitaly Kuzmichev
2010-09-20USB-CDC: Replace 'strcpy' by 'strlcpy'Vitaly Kuzmichev
2010-09-20USB-CDC: Correct freeing usb requestsVitaly Kuzmichev
2010-09-20USB-CDC: Use native debug printout macrosVitaly Kuzmichev
2010-09-20USB-CDC: Add lost 'qmult' definitionVitaly Kuzmichev
2010-09-20Integrate USB gadget layer and USB CDC driver layerRemy Bohmer