summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
|/
* usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham2018-02-121-31/+7
* usb: gadget: f_fs: Process all descriptors during bindJack Pham2018-02-121-4/+2
* usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping2018-02-121-0/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-113-8/+8
* Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2018-02-012-172/+32
|\
| * usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar2018-01-091-1/+2
| * usb: gadget: ffs: Make sparse happierVincent Pelletier2017-12-111-3/+6
| * usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu2017-12-111-168/+24
* | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-01-306-9/+9
|\ \
| * | the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-283-6/+6
| * | media: annotate ->poll() instancesAl Viro2017-11-273-3/+3
* | | usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner2018-01-161-23/+7
| |/ |/|
* | usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping2017-11-281-2/+11
* | usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier2017-11-271-1/+1
|/
* Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds2017-11-1421-46/+46
|\