summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/configfs.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: configfs: Fix KASAN use-after-freeJim Lin2021-03-171-4/+10
* Merge 5.11-rc3 into usb-nextGreg Kroah-Hartman2021-01-111-6/+13
|\
| * usb: gadget: enable super speed plustaehyun.cho2021-01-071-2/+2
| * usb: gadget: configfs: Preserve function ordering after bind failureChandana Kishori Chiluveru2021-01-041-2/+2
| * usb: gadget: configfs: Fix use-after-free issue with udc_nameEddie Hung2021-01-041-2/+9
* | usb: gadget: configfs: Add a specific configFS reset callbackWesley Cheng2021-01-071-1/+23
|/
* USB: replace hardcode maximum usb string length by definitionMacpaul Lin2020-06-181-1/+1
* Merge tag 'usb-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2020-05-251-13/+1
|\
| * usb: gadget: add "usb_validate_langid" functionTao Ren2020-05-051-13/+1
* | USB: gadget: fix illegal array access in binding with UDCKyungtae Kim2020-05-151-0/+3
|/
* usb: gadget: configfs: Add max_speed settingThinh Nguyen2020-01-151-0/+43
* usb: gadget: configfs: Fix missing spin_lock_init()Wei Yongjun2019-11-201-0/+1
* usb: gadget: configfs: fix concurrent issue between composite APIsPeter Chen2019-10-271-5/+105
* usb: gadget: configfs: avoid spaces for indentationParth Y Shah2018-07-261-2/+2
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-5/+5
|\
| * usb: gadget: configfs: make config_item_type constBhumika Goyal2017-10-191-5/+5
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
|/
* usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2017-10-111-7/+8
* usb: gadget: configfs: use hexadecimal values and new lineStefan Agner2017-06-131-3/+3
* usb: gadget: configfs: make qw_sign attribute symmetricStefan Agner2017-06-131-2/+6
* usb: gadget: configs: plug memory leakJohn Keeping2017-03-061-0/+1
* fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-5/+3
* usb: gadget: configfs: log function unbinding as debugRomain Izard2016-08-311-1/+1
* usb: gadget: configfs: log function unbinding as informationRomain Izard2016-08-251-2/+3
* usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang2016-08-111-0/+2
* usb: gadget: Fix binding to UDC via configfs interfaceKrzysztof Opasiak2016-05-311-0/+1
* Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-03-171-23/+13
|\
| * configfs: switch ->default groups to a linked listChristoph Hellwig2016-03-061-23/+13
* | usb: gadget: Update config for SuperSpeedPlusJohn Youn2016-03-041-0/+1
|/
* usb: gadget: configfs: pass UDC name via usb_gadget_driver structRuslan Bilovol2015-12-161-13/+16
* usb-gadget: use per-attribute show and store methodsChristoph Hellwig2015-10-131-182/+113
* usb: gadget: configfs: allocate and init otg descriptor by otg capabilitiesLi Jun2015-07-291-9/+20
* configfs: fix kernel infoleak through user-controlled format stringNicolas Iooss2015-07-171-1/+1
* usb: gadget: configfs: Fix interfaces array NULL-terminationKrzysztof Opasiak2015-04-271-0/+1
* usb: gadget: configfs: don't NUL-terminate (sub)compatible idsAndrzej Pietrasiewicz2015-02-231-2/+0
* usb: gadget: udc: core: prepend udc_attach_driver with usb_Felipe Balbi2014-11-031-1/+1
* usb: gadget: configfs: add suspend/resumeAndrzej Pietrasiewicz2014-11-031-0/+3
* usb: gadget: configfs: add reset API at usb_gadget_driverPeter Chen2014-09-091-0/+1
* Merge tag 'usb-for-v3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-07-211-3/+1
|\
| * usb: gadget: Use kmemdup instead of kmalloc + memcpyBenoit Taine2014-06-301-3/+1
* | usb: gadget: OS descriptors: provide interface directory namesAndrzej Pietrasiewicz2014-06-191-2/+3
* | usb: gadget: OS descriptors configfs cleanupAndrzej Pietrasiewicz2014-06-191-16/+16
|/
* usb: gadget: configfs: OS Extended Properties descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+201
* usb: gadget: configfs: OS Extended Compatibility descriptors supportAndrzej Pietrasiewicz2014-05-141-0/+190
* usb: gadget: configfs: OS String supportAndrzej Pietrasiewicz2014-05-141-1/+158
* usb: gadget: configfs: fix typoPeter Chen2014-05-141-2/+2
* usb: gadget: only GPL drivers in the gadget and phy frameworkFelipe Balbi2014-04-211-1/+1
* usb: gadget: configfs: include appropriate header file in configfs.cRashika Kheria2013-12-191-0/+1
* usb: gadget: configfs: allow setting function instance's nameAndrzej Pietrasiewicz2013-12-121-0/+7
* usb: gadget: configfs: add a method to unregister the gadgetAndrzej Pietrasiewicz2013-10-011-0/+8