summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: f_mass_storage: Serialize wake and sleep executionThinh Nguyen2017-06-021-2/+11
* usb: gadget: f_fs: avoid out of bounds access on comp_descWilliam Wu2017-05-161-5/+5
* usb: gadget: gserial: check if console kthread existsBogdan Mirea2017-05-161-1/+1
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-044-89/+45
|\
| * Merge tag 'usb-for-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-04-114-84/+39
| |\
| | * usb: gadget: f_fs: simplify ffs_dev name handlingMichal Nazarewicz2017-04-112-64/+19
| | * usb: gadget: u_ether: conditionally align transfer sizeFelipe Balbi2017-04-111-2/+6
| | * usb: gadget: u_ether: use better list accessorsFelipe Balbi2017-04-111-10/+6
| | * usb: gadget: uvc: Missing files for configfs interfacePetr Cvek2017-04-111-8/+8
| * | Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman2017-03-273-6/+16
| |\ \ | | |/
| * | drivers, usb: convert ffs_data.ref from atomic_t to refcount_tElena Reshetova2017-03-172-5/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-151-1/+1
|\ \ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds2017-04-111-1/+1
| |\ \ \ | | |_|/ | |/| |
| | * | usb: gadget: Correct usb EP argument for BOT status requestManish Narani2017-03-301-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-063-6/+16
|\ \ \ \ | |/ / /
| * | | usb: gadget: f_hid: fix: Don't access hidg->req without spinlock heldKrzysztof Opasiak2017-03-221-4/+4
| * | | usb: gadget: f_uvc: Sanity check wMaxPacketSize for SuperSpeedRoger Quadros2017-03-221-0/+8
| * | | usb: gadget: f_uvc: Fix SuperSpeed companion descriptor's wBytesPerIntervalRoger Quadros2017-03-221-1/+1
| * | | usb: gadget: acm: fix endianness in notificationsOliver Neukum2017-03-221-1/+3
| | |/ | |/|
* | | drivers: add explicit interrupt.h includesFlorian Westphal2017-03-301-0/+1
|/ /
* | Revert "usb: gadget: f_fs: Fix ExtCompat descriptor validation"Janusz Dziedzic2017-03-061-1/+1
* | Revert "usb: gadget: uvc: Add missing call for additional setup data"Roger Quadros2017-03-061-7/+0
* | usb: gadget: function: f_fs: pass companion descriptor alongFelipe Balbi2017-03-061-2/+13
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Merge tag 'usb-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-02-229-89/+245
|\
| * Merge 4.10-rc7 into usb-nextGreg Kroah-Hartman2017-02-061-1/+12
| |\
| * \ Merge tag 'usb-for-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2017-01-269-89/+245
| |\ \
| | * | usb: gadget: f_hid: fix: Move IN request allocation to set_alt()Krzysztof Opasiak2017-01-241-22/+67
| | * | usb: gadget: f_fs: Accept up to 30 endpoints.Vincent Pelletier2017-01-242-2/+3
| | * | usb: gadger: f_fs: Do not copy past descriptor end.Vincent Pelletier2017-01-241-1/+1
| | * | usb: gadget: uac2: add req_number as parameterPeter Chen2017-01-242-10/+31
| | * | usb: gadget: f_hid: Use spinlock instead of mutexKrzysztof Opasiak2017-01-241-23/+34
| | * | usb: gadget: f_hid: fix: Prevent accessing released memoryKrzysztof Opasiak2017-01-241-4/+20
| | * | usb: gadget: f_hid: fix: Free out requestsKrzysztof Opasiak2017-01-241-8/+24
| | * | usb: gadget: f_uac2: improve error handlingPeter Chen2017-01-241-4/+6
| | * | usb: gadget: printer: Remove pnp_string static bufferKrzysztof Opasiak2017-01-242-17/+45
| | * | usb: gadget: ether: Add \n to each attribute of ethernet functionsKrzysztof Opasiak2017-01-242-5/+21
* | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-02-201-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | locking/atomic, kref: Add kref_read()Peter Zijlstra2017-01-141-1/+1
| | |/ | |/|
* | | usb: gadget: f_fs: Assorted buffer overflow checks.Vincent Pelletier2017-01-251-1/+12
| |/ |/|
* | usb: gadget: f_fs: Fix iterations on endpoints.Vincent Pelletier2017-01-121-6/+6
|/
* 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
|\ \
OpenPOWER on IntegriCloud