aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/rndis.c
AgeCommit message (Expand)AuthorFilesLines
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-1190/+0
2014-05-23Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-14/+14
2014-04-21usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi1-14/+14
2014-04-16usb: gadget: rndis: Include "u_rndis.h"Fabio Estevam1-0/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-12-12usb: gadget: rndis: merge u_rndis.ko with usb_f_rndis.koAndrzej Pietrasiewicz1-5/+2
2013-10-11usb: Remove unnecessary semicolonsJoe Perches1-1/+1
2013-08-09usb: gadget: rndis: Staticize rndis_init()/rndis_exit()Jingoo Han1-2/+2
2013-06-10usb: gadget: rndis: init & exit rndis at module load/unloadAndrzej Pietrasiewicz1-2/+2
2013-06-10usb: gadget: rndis: convert into moduleAndrzej Pietrasiewicz1-0/+18
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-1/+1
2012-08-23usb: gadget: use native print_hex_dump_bytes()Andy Shevchenko1-20/+2
2012-05-12usb/net: rndis: fixup a few name prefixesLinus Walleij1-2/+2
2012-05-12usb/net: rndis: merge command codesLinus Walleij1-19/+18
2012-05-12usb/net: rndis: merge media type definitionsLinus Walleij1-4/+4
2012-05-12usb/net: rndis: merge duplicate 802_* OIDsLinus Walleij1-31/+31
2012-05-12usb/net: rndis: eliminate first set of duplicate OIDsLinus Walleij1-80/+80
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2010-10-24Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko...Linus Torvalds1-2/+0
2010-10-22USB: gadget: rndis: fix up coding style issues in the fileMihai Donțu1-248/+244
2010-09-03USB: Fix kernel oops with g_ether and WindowsMaxim Osipov1-3/+7
2010-09-03USB: rndis: section mismatch fixHenrik Kretzschmar1-1/+1
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-2/+0
2010-07-07net: fix 64 bit counters on 32 bit archesEric Dumazet1-1/+2
2010-06-15gadget/rndis: dev_get_stats() now returns rtnl_link_stats64.David S. Miller1-1/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-09-23USB: gadget: Add EEM gadget driverBrian Niebuhr1-3/+10
2009-07-12USB: gadget: rndis conformance tweakQiuping Chen1-0/+2
2009-03-21usbnet: convert rndis driver to use dev_get_statsStephen Hemminger1-5/+2
2009-02-14rndis: remove private wrapper of __constant_cpu_to_le32Harvey Harrison1-46/+46
2008-10-16usb gadget: link fixes for network gadgetDavid Brownell1-60/+55
2008-07-21usb gadget: RNDIS cleanupsDavid Brownell1-306/+60
2008-07-21USB: rndis: switch to seq_filesAlexey Dobriyan1-28/+25
2008-07-21USB: remove CVS keywordsAdrian Bunk1-2/+0
2008-04-29usb: use get/put_unaligned_* helpersHarvey Harrison1-25/+15
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-73/+73
2008-04-24USB: gadget section fixesDavid Brownell1-1/+1
2008-02-01USB: gadget code switches to pr_err() and friendsDavid Brownell1-12/+8
2007-07-12USB: usb gadget stack can now -DDEBUG with KconfigDavid Brownell1-82/+82
2007-06-08USB: usb gadgets avoid le{16,32}_to_cpup()David Brownell1-13/+22
2007-02-11[PATCH] proc: remove useless (and buggy) ->nlink settingsAlexey Dobriyan1-1/+0
2006-07-12[PATCH] USB: gadget section fixupsDavid Brownell1-1/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-06-21[PATCH] USB: whitespace removal from usb/gadget/etherDavid Brownell1-194/+195
2006-02-28[PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)Shaun Tancheff1-4/+7
2005-11-09[PATCH] changing CONFIG_LOCALVERSION rebuilds too much, for no good reasonOlaf Hering1-1/+0
2005-06-27[PATCH] USB gadget: drain rndis response queue on disconnectDavid Brownell1-1/+7
2005-06-27[PATCH] USB: rndis updates (mostly cleanup)David Brownell1-246/+263
2005-04-18[PATCH] usb gadget: ethernet/rndis updatesDavid Brownell1-21/+19
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+1428