aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/u_ether.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-5/+7
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-6/+6
2011-03-02usb-gadget: fix warning in ethernetStephen Hemminger1-1/+1
2011-01-07Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-3/+1
2010-12-24usb: don't use flush_scheduled_work()Tejun Heo1-3/+1
2010-12-16Merge branch 'usb-next' into musb-mergeGreg Kroah-Hartman1-2/+12
2010-12-10usb: gadget: u_ether: prepare for NCMYauheni Kaliuta1-2/+12
2010-11-01USB: gadget: fix ethernet gadget crash in gether_setupDmitry Artamonow1-1/+0
2010-10-28USB: gadget: fix ethernet gadget crash in gether_setupDmitry Artamonow1-1/+1
2010-08-10usb: throw away custom hex digit methodsAndy Shevchenko1-13/+2
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-2/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-02USB: gadget: Add DEVTYPE support for Ethernet functionsMarcel Holtmann1-0/+5
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr1-28/+57
2009-09-02netdev: drivers should make ethtool_ops constStephen Hemminger1-1/+1
2009-09-01usbnet: convert to netdev_tx_tStephen Hemminger1-1/+2
2009-07-05net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functionsPatrick McHardy1-3/+3
2009-06-13net: use symbolic values for ndo_start_xmit() return codesPatrick McHardy1-1/+1
2009-04-17usb gadget: fix ethernet link reports to ethtoolJonathan McDowell1-7/+1
2009-01-07gadget: convert devices to new APIStephen Hemminger1-6/+10
2008-11-19netdev: expose ethernet address primitivesStephen Hemminger1-2/+2
2008-10-27net: convert print_mac to %pMJohannes Berg1-4/+2
2008-10-17usb gadget: cdc ethernet notification bugfixDavid Brownell1-0/+7
2008-10-16usb gadget: link fixes for cdc composite gadgetDavid Brownell1-2/+2
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-3/+0
2008-07-21usb ethernet gadget: split out network coreDavid Brownell1-0/+967