summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2018-05-21usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck-1/+1
2018-05-15USB: rndis: Fix for handling garbled messagesMichel Pollet-0/+3
2018-05-15usb: gadget: f_ecm: fix host mac address for multiple instancesLukasz Nowak-1/+2
2018-05-15USB: Gadget Ethernet: Re-enable Jumbo frames.John Greb-0/+4
2018-05-15usb: gadget: f_fs: Add compat_ioctl to epfilesJerry Zhang-0/+11
2018-05-15usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang-6/+20
2018-04-25usb: gadget: f_phonet: fix pn_net_xmit()'s return typeLuc Van Oostenryck-1/+1
2018-04-04Merge tag 'usb-4.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-3/+8
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-1/+0
2018-04-02Merge tag 'arch-removal' of git://git.kernel.org/pub/scm/linux/kernel/git/arn...Linus Torvalds-6/+0
2018-03-26usb: Remove Blackfin references in USB supportAaron Wu-6/+0
2018-03-26USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba-1/+2
2018-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-1/+0
2018-03-23Merge tag 'usb-for-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-2/+6
2018-03-15net: drivers/net: Remove unnecessary skb_copy_expand OOM messagesJoe Perches-1/+0
2018-03-13usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUSLars-Peter Clausen-1/+1
2018-03-13usb: gadget: ffs: Execute copy_to_user() with USER_DS setLars-Peter Clausen-0/+4
2018-03-08USB: gadget: function: remove redundant initialization of 'tv_nexus'Colin Ian King-1/+1
2018-03-05usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()Xinyong-1/+0
2018-02-12usb: gadget: f_fs: Use config_ep_by_speed()Jack Pham-31/+7
2018-02-12usb: gadget: f_fs: Process all descriptors during bindJack Pham-4/+2
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping-0/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds-8/+8
2018-02-01Merge tag 'usb-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-172/+32
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-9/+9
2018-01-16usb/gadget/NCM: Replace tasklet with softirq hrtimerThomas Gleixner-23/+7
2018-01-09usb: f_fs: Prevent gadget unbind if it is already unboundHemant Kumar-1/+2
2017-12-11usb: gadget: ffs: Make sparse happierVincent Pelletier-3/+6
2017-12-11usb: gadget: u_serial: Use kfifo instead of homemade circular bufferLu Baolu-168/+24
2017-11-28the rest of drivers/*: annotate ->poll() instancesAl Viro-6/+6
2017-11-28usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping-2/+11
2017-11-27media: annotate ->poll() instancesAl Viro-3/+3
2017-11-27usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier-1/+1
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds-46/+46
2017-11-13Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-246/+63
2017-11-09usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov-0/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman-244/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman-0/+56
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+6
2017-11-01usb: gadget: f_phonet: mark expected switch fall-throughsGustavo A. R. Silva-0/+2
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman-2/+4
2017-10-24usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-10-24usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal-46/+46
2017-10-19usb: gadget: f_uvc: make uvc_v4l2_fops constBhumika Goyal-2/+2
2017-10-11usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov-2/+11
2017-09-28usb: gadget: ffs: handle I/O completion in-orderJohn Keeping-4/+14
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern-34/+7
2017-09-20usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda-1/+6
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-15/+6