summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_tcm.c
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-201-0/+1
* usb: gadget: f_tcm: Remove snprintf() from sysfs call-backs and replace with ...Lee Jones2023-12-041-2/+2
* scsi: target: Have drivers report if they support direct submissionsMike Christie2023-10-131-0/+3
* Merge patch series "target: TMF and recovery fixes"Martin K. Petersen2023-03-241-2/+2
|\
| * scsi: target: Pass in cmd counter to use during cmd setupMike Christie2023-03-241-2/+2
* | scsi: usb: gadget: f_tcm: Remove default fabric ops calloutsDmitry Bogdanov2023-03-161-31/+0
|/
* usb: gadget: add _init/__exit annotations to module init/exit funcsXiu Jianfeng2022-09-221-2/+2
* scsi: target: usb: Replace enable attr with ops.enableDmitry Bogdanov2021-10-041-25/+6
* usb: fix various gadgets null ptr deref on 10gbps cabling.Maciej Żenczykowski2021-06-091-1/+2
* scsi: target: usb: gadget: Convert to new submission APIMike Christie2021-03-041-10/+6
* scsi: target: core: Rename transport_init_se_cmd()Mike Christie2021-03-041-10/+10
* usb: gadget: config_ep_by_speed_and_alt instead of config_ep_by_speedPawel Laszczak2020-10-021-6/+6
* usb: gadget: f_tcm: Fix some resource leaks in some error pathsChristophe JAILLET2020-08-171-3/+4
* usb: gadget: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-1/+1
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-06-131-2/+4
|\
| * scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam2020-06-091-2/+4
* | usb: gadget: f_tcm: Inform last stream requestThinh Nguyen2020-05-251-0/+3
|/
* usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar2019-10-221-1/+12
* scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche2019-02-041-9/+0
* scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp2018-11-281-1/+0
* scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp2018-11-281-6/+1
* scsi: target: loop, usb, vhost, xen: use target_remove_sessionMike Christie2018-08-021-1/+1
* scsi: target: rename target_alloc_sessionMike Christie2018-08-021-1/+1
* scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche2018-07-021-5/+3
* scsi: target: Convert target drivers to use sbitmapMatthew Wilcox2018-06-191-2/+3
* scsi: target: Abstract tag freeingMatthew Wilcox2018-06-191-1/+1
* USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King2018-03-081-1/+1
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-141-1/+1
|\
| * usb: gadget: make config_item_type structures constBhumika Goyal2017-10-191-1/+1
* | USB: gadget: function: Remove redundant license textGreg Kroah-Hartman2017-11-071-1/+0
* | USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* | usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva2017-10-241-0/+1
|/
* usb: gadget: Correct usb EP argument for BOT status requestManish Narani2017-03-301-1/+1
* usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
* usb: gadget: f_tcm: out of bound access in usbg_drop_tpgHeinrich Schuchardt2016-05-311-9/+11
* target: make close_session optionalChristoph Hellwig2016-05-101-5/+0
* target: make ->shutdown_session optionalChristoph Hellwig2016-05-101-6/+0
* Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds2016-03-221-106/+87
|\
| * usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger2016-03-101-40/+11
| * usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger2016-03-101-39/+58
| * target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig2016-03-101-32/+23
* | usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn2016-03-041-1/+1
|/
* usb/gadget: Remove set-but-not-used variablesBart Van Assche2016-01-071-16/+0
* usb: gadget: f_tcm: add configfs supportAndrzej Pietrasiewicz2015-12-201-4/+68
* usb: gadget: f_tcm: use usb_gstrings_attachAndrzej Pietrasiewicz2015-12-201-11/+7
* usb: gadget: f_tcm: remove redundant singletonAndrzej Pietrasiewicz2015-12-201-9/+0
* usb: gadget: f_tcm: remove compatibility layerAndrzej Pietrasiewicz2015-12-201-81/+6
* usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz2015-12-201-5/+281
* usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz2015-12-201-0/+2145