aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/f_rndis.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-1029/+0
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-4/+29
2014-05-14usb: gadget: f_rndis: OS Descriptors configfs supportAndrzej Pietrasiewicz1-0/+7
2014-05-14usb: gadget: f_rndis: OS descriptors supportAndrzej Pietrasiewicz1-3/+21
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi1-1/+1
2014-04-21usb: gadget: f_rndis: reduce NETTX irq caused by free skb headerMacpaul Lin1-1/+1
2013-12-12usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz1-1/+21
2013-12-12usb: gadget: f_rndis: remove compatibility layerAndrzej Pietrasiewicz1-71/+1
2013-07-25usb/gadget: free opts struct on error recoveryAndrzej Pietrasiewicz1-2/+5
2013-06-10usb: gadget: f_rndis: add configfs supportAndrzej Pietrasiewicz1-1/+48
2013-06-10usb: gadget: f_rndis: use usb_gstrings_attachAndrzej Pietrasiewicz1-14/+8
2013-06-10usb: gadget: rndis: init & exit rndis at module load/unloadAndrzej Pietrasiewicz1-13/+2
2013-06-10usb: gadget: f_rndis: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-28/+175
2013-04-05Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+2
2013-04-03usb: gadget: move the global the_dev variable to their usersSebastian Andrzej Siewior1-1/+2
2013-03-20usb: gadget: f_rndis: Avoid to use ERROR macro if cdev can be nullTruls Bengtsson1-2/+1
2012-10-31usb: gadget: let f_* use usb_string_ids_tab() where it makes senseSebastian Andrzej Siewior1-21/+6
2012-10-31usb: gadget: always update HS/SS descriptors and create a copy of themSebastian Andrzej Siewior1-42/+13
2012-10-31usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior1-2/+2
2012-10-31usb: gadget: use a computation macro for INT endpoint intervalSebastian Andrzej Siewior1-4/+4
2012-05-22Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-19/+11
2012-05-12usb/net: rndis: merge media type definitionsLinus Walleij1-3/+3
2012-05-10usb: gadget: f_rndis: Set rndis vendor parametersBenoit Goby1-19/+10
2012-05-10usb: gadget: rndis: Fix re-binding f_rndisBenoit Goby1-0/+1
2012-04-10usb: gadget: rndis: fix Missing req->context assignmentLukasz Majewski1-0/+1
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz1-1/+1
2011-09-09usb gadget: clean up FSF boilerplate textKlaus Schwarzkopf1-9/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-08usb: gadget: add SS descriptors to Ethernet gadgetPaul Zimmerman1-3/+98
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman1-32/+13
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman1-8/+7
2011-05-13usb: gadget: rndis: don't test against req->lengthFelipe Balbi1-2/+1
2010-05-20USB: gadget: __init and __exit tags removedMichal Nazarewicz1-16/+17
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: Remove unsupported usb gadget driversChristoph Egger1-4/+0
2009-12-11USB: Interface Association Descriptors added to CDC & RNDISMichal Nazarewicz1-4/+31
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr1-5/+10
2009-06-15USB: gadget : Fix RNDIS code to pass USB Compliance tests (USBCV) with g_etherMaulik Mankad1-1/+3
2009-03-24USB: replace uses of __constant_{endian}Harvey Harrison1-5/+5
2009-03-24USB: gadget: fix rndis regressionDavid Brownell1-1/+1
2008-12-17USB: gadget: fix rndis working at high speedDavid Brownell1-0/+4
2008-11-19USB: gadget rndis: send notificationsRichard Röjfors1-1/+1
2008-11-19USB: gadget rndis: stop windows self-immolationDavid Brownell1-1/+0
2008-08-13usb gadget: remove needless struct membersDavid Brownell1-2/+0
2008-07-21usb ethernet gadget: split RNDIS functionDavid Brownell1-0/+827