summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/f_rndis.c
AgeCommit message (Expand)AuthorFilesLines
2024-06-20usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan1-3/+1
2023-08-22usb: gadget: add a inline function gether_bitrate()Linyu Yuan1-14/+1
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan1-3/+3
2021-06-09usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski1-1/+1
2020-12-10USB: gadget: f_rndis: fix bitrate for SuperSpeed and aboveWill McVicker1-1/+3
2020-07-10usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2019-12-10usb: gadget: fix wrong endpoint descEJ Hsu1-0/+1
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-5/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
2017-10-11usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov1-2/+10
2017-08-15usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner1-0/+20
2016-08-22usb: gadget: function: f_rndis: socket buffer may be NULLPeter Chen1-0/+3
2016-03-18Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-3/+2
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig1-3/+2
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+1
2015-11-14Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds1-4/+4
2015-10-14usb-gadget/ether: use per-attribute show and store methodsChristoph Hellwig1-4/+4
2015-09-27usb: gadget: f_rndis: eliminate abuse of ep->driver dataRobert Baldyga1-19/+5
2015-05-07usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz1-21/+1
2015-05-07usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz1-19/+19
2014-11-21usb: gadget: function: delete an unnecessary check before rndis_add_hdr()Markus Elfring1-2/+1
2014-10-23usb: gadget: function: Fixed the return value on error pathPavitrakumar Managutte1-1/+3
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte1-2/+3
2014-07-21Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman1-0/+1035
2014-07-16usb: gadget: f_rndis: fix interface id for OS descriptorsAndrzej Pietrasiewicz1-0/+4
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+1029