summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/rndis.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: function: rndis: limit # of RNDIS instances to 1000Sergey Shtylyov2022-08-311-1/+1
* usb: gadget: rndis: use %u instead of %d to print u32 valuesRay Hung2022-08-181-1/+1
* usb: gadget: rndis: prevent integer overflow in rndis_set_response()Dan Carpenter2022-03-151-0/+1
* usb: gadget: rndis: add spinlock for rndis response listDaehwan Jung2022-02-241-0/+8
* usb: gadget: rndis: check size of RNDIS_MSG_SET commandGreg Kroah-Hartman2022-02-111-3/+6
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-2/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* USB: rndis: Fix for handling garbled messagesMichel Pollet2018-05-151-0/+3
* USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* usb: gadget: Fix checkpatch error for bracesAnson Jacob2016-11-181-2/+1
* usb: Convert pr_warning to pr_warnJoe Perches2016-11-031-5/+4
* usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin2016-08-111-0/+6
* usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall2016-02-031-1/+1
* usb: gadget: rndis: use list_for_each_entry_safeGeliang Tang2016-01-241-12/+6
* usb: gadget: rndis: use signed type for a signed valueAndrzej Pietrasiewicz2015-05-211-2/+2
* usb: gadget: rndis: don't duplicate the "i" variableAndrzej Pietrasiewicz2015-05-211-1/+0
* usb: gadget: rndis: change the value passed to rndis_signal_(dis)connect()Andrzej Pietrasiewicz2015-05-211-2/+2
* usb: gadget: rndis: remove the limit of available rndis connectionsAndrzej Pietrasiewicz2015-05-071-63/+77
* usb: gadget: rndis: use rndis_params instead of configNrAndrzej Pietrasiewicz2015-05-071-118/+95
* usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz2014-07-161-0/+1190