summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function/rndis.c
AgeCommit message (Expand)AuthorFilesLines
2022-08-31usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov1-1/+1
2022-08-18usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung1-1/+1
2022-03-15usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter1-0/+1
2022-02-24usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung1-0/+8
2022-02-11usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman1-3/+6
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-9/+8
2018-05-15USB: rndis: Fix for handling garbled messagesMichel Pollet1-0/+3
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2016-11-18usb: gadget: Fix checkpatch error for bracesAnson Jacob1-2/+1
2016-11-03usb: Convert pr_warning to pr_warnJoe Perches1-5/+4
2016-08-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin1-0/+6
2016-02-04usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall1-1/+1
2016-01-25usb: gadget: rndis: use list_for_each_entry_safeGeliang Tang1-12/+6
2015-05-22usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz1-2/+2
2015-05-22usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz1-1/+0
2015-05-22usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz1-2/+2
2015-05-07usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz1-63/+77
2015-05-07usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz1-118/+95
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+1190