summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: Fix copy/pasted error messageDavid Lechner2017-01-031-1/+1
* usb: gadget: f_fs: Fix possibe deadlockBaolin Wang2017-01-021-2/+6
* usb: gadget: f_fs: Fix ExtCompat descriptor validationVincent Pelletier2017-01-021-1/+1
* usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier2017-01-021-2/+2
* ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-2/+1
* Merge branch 'scsi-target-for-v4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-12-211-1/+1
|\
| * usb: gadget: Fix second argument of percpu_ida_alloc()Bart Van Assche2016-12-091-1/+1
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-1/+1
|\ \
| * | [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-1/+1
| |/
* | idr: add ida_is_emptyMatthew Wilcox2016-12-142-6/+6
* | Merge tag 'configfs-for-4.10' of git://git.infradead.org/users/hch/configfsLinus Torvalds2016-12-141-20/+5
|\ \
| * | fs: configfs: don't return anything from drop_linkAndrzej Pietrasiewicz2016-12-011-20/+5
| |/
* | Merge tag 'usb-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2016-12-1311-74/+118
|\ \
| * \ Merge 4.9-rc7 into usb-nextGreg Kroah-Hartman2016-11-281-4/+4
| |\ \ | | |/
| * | Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2016-11-1811-67/+112
| |\ \
| | * | usb: gadget: serial: fix possible Oops caused by calling kthread_stop(NULL)Felix Hädicke2016-11-181-1/+2
| | * | usb: gadget: Fix checkpatch error for bracesAnson Jacob2016-11-184-50/+25
| | * | usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen2016-11-181-7/+7
| | * | usb: gadget: f_hid add super speed supportJanusz Dziedzic2016-11-081-1/+66
| | * | usb: gadget: NCM: differentiate consumed packets from dropped packetsTorsten Polle2016-11-032-5/+6
| | * | usb: gadget: u_ether: link socket buffers to the device for received packetsTorsten Polle2016-11-031-1/+1
| | * | usb: gadget: NCM: link socket buffers to the device for tx packetsTorsten Polle2016-11-031-0/+3
| | * | usb: gadget: f_fs: use complete() instead complete_all()Daniel Wagner2016-11-031-1/+1
| | * | usb: Convert pr_warning to pr_warnJoe Perches2016-11-032-7/+6
| | * | usb: gadget: composite: always set ep->mult to a sensible valueFelipe Balbi2016-10-311-1/+1
| * | | Merge 4.9-rc5 into usb-nextGreg Kroah-Hartman2016-11-141-8/+0
| |\ \ \
| * \ \ \ Merge 4.9-rc3 into usb-nextGreg Kroah-Hartman2016-10-302-17/+95
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | usb: Convert pr_warning to pr_warnJoe Perches2016-10-242-7/+6
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-261-4/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | usb: gadget: f_fs: fix wrong parenthesis in ffs_func_req_match()Felix Hädicke2016-11-181-4/+4
| | |_|/ | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-151-8/+0
|\ \ \ \ | |/ / /
| * | | usb: gadget: u_ether: remove interrupt throttlingFelipe Balbi2016-11-011-8/+0
| | |/ | |/|
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-302-17/+95
|\ \ \ | |/ /
| * | usb: gadget: f_fs: stop sleeping in ffs_func_eps_disableMichal Nazarewicz2016-10-171-16/+93
| * | usb: gadget: f_fs: edit epfile->ep under lockMichal Nazarewicz2016-10-171-3/+3
| * | usb: gadget: function: u_ether: don't starve tx request queueFelipe Balbi2016-10-171-2/+3
| |/
* | net: use core MTU range checking in misc driversJarod Wilson2016-10-202-19/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-4/+4
|\
| * fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-4/+4
* | Revert "usb: gadget: NCM: Protect dev->port_usb using dev->lock"Greg Kroah-Hartman2016-09-191-5/+2
* | Merge tag 'usb-for-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2016-09-1414-133/+370
|\ \ | |/ |/|
| * usb: gadget: NCM: Protect dev->port_usb using dev->lockHarish Jenny K N2016-09-091-2/+5
| * usb: gadget: u_ether: fix another dereference after null checkHarish Jenny K N2016-09-091-1/+2
| * usb: gadget: remove variable ret and remove unnecessary if statementColin Ian King2016-09-091-6/+2
| * usb: gadget: f_fs: Stop ffs_closed NULL pointer dereferenceJim Baxter2016-09-081-0/+5
| * usb: gadget: uvc: Add missing call for additional setup dataPetr Cvek2016-08-311-0/+7
| * usb: gadget: f_ncm: add support for no_skb_reserveYoshihiro Shimoda2016-08-311-0/+2
| * usb: gadget: u_ether: add a flag to avoid skb_reserve() callingYoshihiro Shimoda2016-08-312-1/+5
| * usb: gadget: f_hid: use alloc_ep_req()Felipe F. Tonello2016-08-251-5/+1
| * usb: gadget: f_hid: use free_ep_req()Felipe F. Tonello2016-08-251-7/+3
OpenPOWER on IntegriCloud