summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky-3/+3
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard-3/+47
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard-7/+3
2019-05-03usb: gadget: f_fs: don't free buffer prematurelyFei Yang-1/+2
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov-3/+3
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-9/+0
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz-16/+16
2019-02-11usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz-0/+1
2019-02-07usb: gadget: f_fs: preserve wMaxPacketSize across usb_ep_autoconfig() callAndrzej Pietrasiewicz-0/+11
2019-02-07usb: gadget: function: sync f_uac1 ac header baInterfaceNrliangshengjun-0/+2
2019-02-07usb: gadget: fix various indentation issuesColin Ian King-4/+4
2019-02-04scsi: target/core: Remove the write_pending_status() callback functionBart Van Assche-9/+0
2019-01-28usb: gadget: uvc: add uvcg_warn macroPaul Elder-0/+2
2019-01-28usb: gadget: u_serial: process RX in workqueue instead of taskletMichał Mirosław-21/+14
2019-01-28usb: gadget: Remove dead branch codeYueHaibing-8/+0
2019-01-14usb: gadget: Potential NULL dereference on allocation errorDan Carpenter-1/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+2
2018-12-28Merge tag 'usb-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-15/+109
2018-12-28Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-7/+1
2018-12-13net: dev: Add extack argument to dev_set_mac_address()Petr Machata-1/+1
2018-12-12Merge tag 'usb-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-15/+109
2018-11-28scsi: target: replace fabric_ops.name with fabric_aliasDavid Disseldorp-1/+0
2018-11-28scsi: target: drop unnecessary get_fabric_name() accessor from fabric_opsDavid Disseldorp-6/+1
2018-11-28usb: gadget: u_ether: fix unsafe list iterationMarek Szyprowski-5/+6
2018-11-26usb: gadget: f_fs: Allow scatter-gather buffersAndrzej Pietrasiewicz-7/+86
2018-11-26usb: gadget: f_fs: Add support for CCID descriptors.Vincent Pelletier-7/+22
2018-11-26usb: gadget: uvc: constify vb2_ops structureJulia Lawall-1/+1
2018-11-14Revert "usb: gadget: ffs: Fix BUG when userland exits with submitted AIO tran...Shen Jing-18/+8
2018-10-31Merge tag 'media/v4.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds-1/+1
2018-10-26Merge tag 'usb-4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-602/+912
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2018-10-17usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva-0/+3
2018-10-02usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape-44/+172
2018-09-25usb: gadget: uvc: configfs: Use %u to print unsigned int valuesLaurent Pinchart-16/+16
2018-09-25usb: gadget: uvc: configfs: Simplify attributes macrosLaurent Pinchart-110/+74
2018-09-25usb: gadget: uvc: configfs: Fix operation on big endian platformsLaurent Pinchart-35/+24
2018-09-25usb: gadget: uvc: Remove uvc_set_trace_param() functionLaurent Pinchart-6/+0
2018-09-25usb: gadget: uvc: Replace plain printk() with dev_*()Laurent Pinchart-42/+39
2018-09-25usb: gadget: uvc: Only halt video streaming endpoint in bulk modeLaurent Pinchart-1/+3
2018-09-25usb: gadget: uvc: Factor out video USB request queueingLaurent Pinchart-10/+20
2018-09-24usb: gadget: uvc: configfs: Sort frame intervals upon writingPaul Elder-0/+13
2018-09-24usb: gadget: uvc: configfs: Prevent format changes after linking headerJoel Pepper-0/+3
2018-09-24usb: gadget: uvc: configfs: Add bFrameIndex attributesJoel Pepper-0/+56
2018-09-24usb: gadget: uvc: configfs: Add bFormatIndex attributesLaurent Pinchart-6/+8
2018-09-24usb: gadget: uvc: configfs: Add interface number attributesLaurent Pinchart-0/+67
2018-09-24usb: gadget: uvc: configfs: Allocate groups dynamicallyLaurent Pinchart-251/+338
2018-09-24usb: gadget: uvc: configfs: Drop leaked references to config itemsLaurent Pinchart-0/+4
2018-09-18usb: gadget: uvc: configfs: Add section header commentsLaurent Pinchart-29/+91
2018-09-18usb: gadget: uvc: configfs: Don't wrap groups unnecessarilyLaurent Pinchart-185/+117
2018-09-11signal: Don't send siginfo to kthreads.Eric W. Biederman-1/+1