summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
...
* | usb: gadget: storage: Fix Spectre v1 vulnerabilityGustavo A. R. Silva2018-10-171-0/+3
|/
* Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-08-1810-94/+65
|\
| * Merge tag 'usb-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-07-3010-94/+65
| |\
| | * usb: gadget: storage: Remove reference countingJaejoong Kim2018-07-262-26/+5
| | * usb: gadget: storage: Add error handling for no memoryJaejoong Kim2018-07-261-1/+3
| | * usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-261-1/+1
| | * usb: gadget: uvc: Expose configuration name through video nodeKieran Bingham2018-07-261-1/+23
| | * usb: gadget: uvc: configfs: Move function to avoid forward declarationLaurent Pinchart2018-07-261-7/+5
| | * usb: gadget: uvc: Move trace parameter to function moduleLaurent Pinchart2018-07-262-4/+2
| | * usb: gadget: uvc: Minimize #include in headersLaurent Pinchart2018-07-267-18/+25
| | * usb: gadget: uvc: Move userspace API definition to public headerLaurent Pinchart2018-07-261-40/+5
* | | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2018-08-151-10/+9
|\ \ \ | |/ / |/| |
| * | 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: f_fs: Only return delayed status when len is 0Jerry Zhang2018-07-201-1/+1
* | | usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca2018-07-171-10/+10
* | | usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy2018-07-171-1/+9
* | | usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy2018-07-171-35/+5
* | | usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy2018-07-171-17/+13
* | | usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska2018-07-171-1/+5
* | | usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca2018-07-171-3/+3
* | | usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca2018-07-171-2/+2
| |/ |/|
* | usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier2018-06-181-8/+18
|/
* Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-06-151-1/+1
|\
| * vfs: change inode times to use struct timespec64Deepa Dinamani2018-06-051-1/+1
* | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-3/+2
|\ \
| * | treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-3/+2
| |/
| * usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck2018-04-251-1/+1
* | usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda2018-05-241-3/+3
* | usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck2018-05-211-1/+1
* | USB: rndis: Fix for handling garbled messagesMichel Pollet2018-05-151-0/+3
* | usb: gadget: f_ecm: fix host mac address for multiple instancesLukasz Nowak2018-05-151-1/+2
* | USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb2018-05-151-0/+4
* | usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang2018-05-151-0/+11
* | usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang2018-05-151-6/+20
|/
* Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-04-043-3/+8
|\
| * USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba2018-03-261-1/+2
| * Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2018-03-232-2/+6
| |\
| | * usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen2018-03-131-1/+1
| | * usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen2018-03-131-0/+4
| | * USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King2018-03-081-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-031-1/+0
|\ \ \
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-03-231-1/+0
| |\| |
| * | | net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches2018-03-151-1/+0
| | |/ | |/|
* | | Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds2018-04-023-6/+0
|\ \ \ | |_|/ |/| |
| * | usb: Remove Blackfin references in USB supportAaron Wu2018-03-263-6/+0
| |/
* / usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong2018-03-051-1/+0
|/