aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/ether.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group legacy gadgetsAndrzej Pietrasiewicz1-482/+0
2014-07-10usb: gadget: Convert drivers to use module_usb_composite_driver()Tobias Klauser1-12/+2
2013-07-25usb: gadget: ether: put_usb_function on unbindAndrzej Pietrasiewicz1-4/+10
2013-06-10usb: gadget: ether: convert to new interface of f_rndisAndrzej Pietrasiewicz1-23/+33
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compati...Andrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: ether: convert to new interface of f_subsetAndrzej Pietrasiewicz1-47/+57
2013-06-10usb: gadget: f_subset: convert to new function interface with backward compat...Andrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: ether: convert to new interface of f_eemAndrzej Pietrasiewicz1-9/+45
2013-06-10usb: gadget: f_eem: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-0/+2
2013-06-10usb: gadget: ether: convert to new interface of f_ecmAndrzej Pietrasiewicz1-13/+60
2013-06-10usb: gadget: f_ecm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz1-0/+1
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz1-1/+3
2013-06-10usb: gadget: u_ether: convert into moduleAndrzej Pietrasiewicz1-6/+8
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-10/+10
2012-09-10usb: gadget: remove usb_gadget_controller_number()Sebastian Andrzej Siewior1-17/+0
2012-09-10usb: gadget: libcomposite: move composite.c into libcompositeSebastian Andrzej Siewior1-2/+0
2012-09-10usb: gadget: Provide a default implementation of default manufacturer stringSebastian Andrzej Siewior1-11/+1
2012-09-10usb: gadget: make sure each gadget is using same index for Product, Serial,…Sebastian Andrzej Siewior1-9/+5
2012-09-10usb: gadget: push VID/PID/USB BCD module option into gadgetsSebastian Andrzej Siewior1-0/+2
2012-09-10usb: gadget: use usb_string_ids_tab instead multiple usb_string_id()Sebastian Andrzej Siewior1-9/+3
2012-09-10usb: gadget: libcomposite: add epautoconf.c to libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: libcomposite: move config.c into libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: start with libcompositeSebastian Andrzej Siewior1-1/+0
2012-09-10usb: gadget: move bind() callback back to struct usb_composite_driverSebastian Andrzej Siewior1-1/+2
2012-09-10usb: gadget: push all usb_composite_driver structs into __refdataSebastian Andrzej Siewior1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-1/+1
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman1-0/+1
2010-10-22usb gadget: don't save bind callback in struct usb_configurationUwe Kleine-König1-4/+3
2010-10-22usb gadget: don't save bind callback in struct usb_composite_driverMichal Nazarewicz1-2/+1
2010-10-22USB: Revert "USB: gadget: section mismatch warning fixed"Michal Nazarewicz1-3/+3
2010-08-10USB: gadget: section mismatch warning fixedMichal Nazarewicz1-3/+3
2010-03-02USB: Correct CONFIG variable typo.Robert P. J. Day1-1/+1
2009-12-11USB: Added USB_ETH_RNDIS to use instead of CONFIG_USB_ETH_RNDISMichal Nazarewicz1-4/+12
2009-10-14USB: gadget: Fix EEM driver comments and VID/PIDBrian Niebuhr1-7/+2
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr1-3/+28
2009-07-12USB: RNDIS gadget, fix issues talking from PXADavid Brownell1-5/+6
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-4/+4
2008-10-17usb gadget: USB_GADGET_VBUS_DRAW Kconfig optionDavid Brownell1-2/+0
2008-10-16usb gadget: link fixes for network gadgetDavid Brownell1-2/+26
2008-07-25Rename WARN() to WARNING() to clear the namespaceArjan van de Ven1-1/+1
2008-07-21usb ethernet gadget: use composite gadget frameworkDavid Brownell1-2456/+173
2008-07-21usb gadget: RNDIS cleanupsDavid Brownell1-13/+11
2008-07-21USB: usb dev_name() instead of dev->bus_idKay Sievers1-1/+1
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel1-1/+1
2008-05-02usb: pxa27x_udc driverRobert Jarzmik1-4/+4
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-6/+6
2008-04-24USB: gadget section fixesDavid Brownell1-3/+3
2008-02-21USB: gadget: queue usb USB_CDC_GET_ENCAPSULATED_RESPONSE messageJan Altenberg1-0/+1
2008-02-01USB: gadget: ethernet error path potential oops fixDavid Brownell1-3/+3
2007-10-12USB: move <linux/usb_gadget.h> to <linux/usb/gadget.h>David Brownell1-1/+1
2007-10-12usb-gadget-ether: prevent oops caused by error interrupt raceBenedikt Spranger1-0/+12
2007-10-12USB: gadget: ethernet gadget cleanups, shrinkageDavid Brownell1-87/+54
2007-10-10[NET]: Nuke SET_MODULE_OWNER macro.Ralf Baechle1-1/+0
2007-07-30USB: "sparse" cleanups for usb gadgetsDavid Brownell1-1/+2
2007-07-19USB: amd5536 UDC driver (in GEODE southbridge)Thomas Dahlmann1-0/+4
2007-07-12usb gadget: Rename husb2dev -> usbaHaavard Skinnemoen1-1/+1
2007-07-12USB: usb gadget, dead config cleanupDavid Brownell1-1/+1
2007-07-12USB: m66592-udc: peripheral controller driver for M66592Yoshihiro Shimoda1-0/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap1-1/+0
2007-04-27USB: update gadget files for fsl_usb2_udc driverLi Yang1-0/+3
2007-04-27usb ethernet gadget, workaround network stack API glitchErik Hovland1-1/+2
2007-04-25[ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo1-1/+0
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau1-1/+0
2007-02-07USB: usb ethernet gadget recognizes HUSB2DEVHåvard Skinnemoen1-0/+4
2007-02-07USB: ethernet gadget interop with MCCI Windows driverDavid Brownell1-39/+103
2007-02-07USB: <linux/usb_ch9.h> becomes <linux/usb/ch9.h>David Brownell1-1/+1
2006-12-05Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells1-2/+2
2006-12-01usb/gadget/ether.c minor manycast tweaksDavid Brownell1-2/+2
2006-11-22WorkStruct: make allyesconfigDavid Howells1-3/+3
2006-10-02[PATCH] namespaces: utsname: use init_utsname when appropriateSerge E. Hallyn1-1/+1
2006-09-27USB: ethernet gadget avoids zlps for musb_hdrcDavid Brownell1-0/+3
2006-09-27USB: fix signedness issue in drivers/usb/gadget/ether.cEric Sesterhenn1-1/+1
2006-09-27USB: Allow compile in g_ether, fix typoTony Lindgren1-2/+2
2006-08-31usb gadget: g_ether spinlock recursion fixDavid Brownell1-14/+31
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-4/+4
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB: move <linux/usb_cdc.h> to <linux/usb/cdc.h>David Brownell1-1/+1
2006-06-21[PATCH] USB: whitespace removal from usb/gadget/etherDavid Brownell1-43/+43
2006-06-21[PATCH] USB: trivial DEBUG message correction in gadget ether driverMatt Reimer1-1/+1
2006-04-14[PATCH] USB: g_ether, highspeed conformance fixDavid Brownell1-3/+3
2006-03-20[PATCH] USB: ethernet gadget driver section fixupsAras Vaichas1-11/+27
2006-03-20[PATCH] USB: gadget driver section fixupsDavid Brownell1-2/+2
2006-03-20[PATCH] recognize three more usb peripheral controllersDavid Brownell1-0/+8
2006-03-20[PATCH] USB: minor gadget/rndis tweakDavid Brownell1-1/+2
2006-01-13[PATCH] Remove usb gadget generic driver methodsRussell King1-3/+0
2005-10-28[PATCH] USB: gadget drivers - add .owner initialisationBen Dooks1-0/+1
2005-10-28[PATCH] gfp_t: drivers/usbAl Viro1-11/+11
2005-09-08[PATCH] USB: Gadget library: centralize gadget controller numbersDavid Brownell1-25/+8
2005-07-12[PATCH] USB: gadget/ether build fixes.Ian Campbell1-0/+2
2005-07-12[PATCH] USB: gadget/ether fixesIan Campbell1-1/+1
2005-07-12[PATCH] USB: Fix kmalloc's flags type in USBOlav Kongas1-9/+9
2005-06-27[PATCH] USB: resolve ethernet gadget build glitch on pxaDavid Brownell1-0/+2
2005-06-27[PATCH] USB: fix drivers/usb/gadget/ether.c compile errorDavid Brownell1-32/+21
2005-06-27[PATCH] USB: gadget driver updates (SETUP api change)David Brownell1-3/+3
2005-06-27[PATCH] USB: ethernet gadget updates (mostly cleanup)David Brownell1-180/+107
2005-06-27[PATCH] USB: rndis updates (mostly cleanup)David Brownell1-4/+7
2005-05-03[PATCH] USB: Spelling fixes for drivers/usb.Steven Cole1-1/+1
2005-04-18[PATCH] usb gadget: ethernet/rndis updatesDavid Brownell1-32/+24
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+2660