summaryrefslogtreecommitdiffstats
path: root/drivers/usb/misc/iowarrior.c
Commit message (Expand)AuthorAgeFilesLines
* usb: misc: iowarrior: remove unneeded breakTom Rix2020-10-281-3/+0
* USB: iowarrior: fix up report size handling for some devicesGreg Kroah-Hartman2020-07-271-10/+25
* usb: misc: iowarrior: Demote obvious misuse of kerneldoc to standard comment ...Lee Jones2020-07-091-7/+7
* usb: misc: iowarrior: Fix odd corruption issue in the file headerLee Jones2020-07-091-1/+1
* USB: misc: iowarrior: add support for the 100 deviceGreg Kroah-Hartman2020-02-171-2/+7
* USB: misc: iowarrior: add support for the 28 and 28L devicesGreg Kroah-Hartman2020-02-121-2/+13
* USB: misc: iowarrior: add support for 2 OEMed devicesGreg Kroah-Hartman2020-02-121-2/+13
* USB: iowarrior: use pr_err()Johan Hovold2019-10-101-1/+1
* USB: iowarrior: drop redundant iowarrior mutexJohan Hovold2019-10-101-12/+1
* USB: iowarrior: drop redundant disconnect mutexJohan Hovold2019-10-101-15/+2
* USB: iowarrior: fix use-after-free after driver unbindJohan Hovold2019-10-101-0/+6
* USB: iowarrior: fix use-after-free on releaseJohan Hovold2019-10-101-1/+2
* USB: iowarrior: fix use-after-free on disconnectJohan Hovold2019-10-101-4/+3
* usb: iowarrior: fix deadlock on disconnectOliver Neukum2019-08-081-3/+4
* usb: iowarrior: replace kmalloc with kmalloc_arrayGustavo A. R. Silva2018-09-101-2/+2
* usb: iowarrior: remove intr_idx_lockSebastian Andrzej Siewior2018-06-281-5/+0
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-4/+4
* the rest of drivers/*: annotate ->poll() instancesAl Viro2017-11-281-2/+2
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-221-3/+1
* Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-221-1/+1
|\
| * USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold2017-05-171-1/+1
* | USB: iowarrior: use memdup_userGeliang Tang2017-05-171-8/+3
|/
* USB: iowarrior: refactor endpoint retrievalJohan Hovold2017-03-231-17/+8
* USB: iowarrior: fix NULL-deref in writeJohan Hovold2017-03-091-0/+8
* USB: iowarrior: fix NULL-deref at probeJohan Hovold2017-03-091-6/+7
* usb: misc: iowarrior: don't print on ENOMEMWolfram Sang2016-08-301-14/+6
* usb: misc: iowarrior: don't print error when allocating urb failsWolfram Sang2016-08-151-5/+1
* USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer2016-03-181-0/+6
* USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches2014-05-271-21/+17
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: iowarrior: fix spelling mistake in commentRahul Bedarkar2014-01-031-1/+1
* treewide: Fix typo in printksMasanari Iida2013-04-121-2/+2
* USB: iowarrior.c: remove err() usageGreg Kroah-Hartman2012-04-201-2/+2
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-1/+1
|\
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-031-1/+1
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-12/+1
|/
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-0/+1
|\
| * usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov2010-11-111-0/+1
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-221-1/+1
|\
| * usb: iowarrior: don't trust report_size for buffer sizeKees Cook2010-10-221-1/+1
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-231-2/+2
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-101-4/+4
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-101-7/+8
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-201-6/+6