summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2018-07-20usb: gadget: f_fs: Only return delayed status when len is 0Jerry Zhang1-1/+1
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-07-17usb: gadget: u_audio: protect stream runtime fields with stream spinlockVladimir Zapolskiy1-1/+9
2018-07-17usb: gadget: u_audio: remove cached period bytes valueVladimir Zapolskiy1-35/+5
2018-07-17usb: gadget: u_audio: remove caching of stream buffer parametersVladimir Zapolskiy1-17/+13
2018-07-17usb: gadget: u_audio: update hw_ptr in iso_complete after data copiedJoshua Frkuska1-1/+5
2018-07-17usb: gadget: u_audio: fix pcm/card naming in g_audio_setup()Eugeniu Rosca1-3/+3
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2018-07-02scsi: target: Remove second argument from fabric_make_tpg()Bart Van Assche1-5/+3
2018-06-19scsi: target: Convert target drivers to use sbitmapMatthew Wilcox1-2/+3
2018-06-19scsi: target: Abstract tag freeingMatthew Wilcox1-1/+1
2018-06-18usb: gadget: ffs: Fix BUG when userland exits with submitted AIO transfersVincent Pelletier1-8/+18
2018-06-15Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-3/+2
2018-06-05vfs: change inode times to use struct timespec64Deepa Dinamani1-1/+1
2018-05-24usb: gadget: function: printer: avoid wrong list handling in printer_write()Yoshihiro Shimoda1-3/+3
2018-05-21usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-05-15USB: rndis: Fix for handling garbled messagesMichel Pollet1-0/+3
2018-05-15usb: gadget: f_ecm: fix host mac address for multiple instancesLukasz Nowak1-1/+2
2018-05-15USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb1-0/+4
2018-05-15usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang1-0/+11
2018-05-15usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang1-6/+20
2018-04-25usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck1-1/+1
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds3-3/+8
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+0
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds3-6/+0
2018-03-26usb: Remove Blackfin references in USB supportAaron Wu3-6/+0
2018-03-26USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba1-1/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2018-03-23Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2-2/+6
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches1-1/+0
2018-03-13usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen1-1/+1
2018-03-13usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen1-0/+4
2018-03-08USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King1-1/+1
2018-03-05usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong1-1/+0
2018-02-12usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham1-31/+7
2018-02-12usb: gadget: f_fs: Process all descriptors during bindJack Pham1-4/+2
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds3-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-172/+32
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds6-9/+9
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner1-23/+7
2018-01-09usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar1-1/+2
2017-12-11usb: gadget: ffs: Make sparse happierVincent Pelletier1-3/+6
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu1-168/+24
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro3-6/+6
2017-11-28usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2017-11-27media: annotate ->poll() instancesAl Viro3-3/+3
2017-11-27usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1