summaryrefslogtreecommitdiff
path: root/drivers/usb/misc/iowarrior.c
Commit message (Expand)AuthorAge
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-04
* USB: misc: remove unneeded MODULE_VERSION() usageGreg Kroah-Hartman2017-07-22
* Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-22
|\
| * USB: iowarrior: fix info ioctl on big-endian hostsJohan Hovold2017-05-17
* | USB: iowarrior: use memdup_userGeliang Tang2017-05-17
|/
* USB: iowarrior: refactor endpoint retrievalJohan Hovold2017-03-23
* USB: iowarrior: fix NULL-deref in writeJohan Hovold2017-03-09
* USB: iowarrior: fix NULL-deref at probeJohan Hovold2017-03-09
* usb: misc: iowarrior: don't print on ENOMEMWolfram Sang2016-08-30
* usb: misc: iowarrior: don't print error when allocating urb failsWolfram Sang2016-08-15
* USB: iowarrior: fix oops with malicious USB descriptorsJosh Boyer2016-03-18
* USB: iowarrior: Convert local dbg macro to dev_dbgJoe Perches2014-05-27
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-08
* USB: iowarrior: fix spelling mistake in commentRahul Bedarkar2014-01-03
* treewide: Fix typo in printksMasanari Iida2013-04-12
* USB: iowarrior.c: remove err() usageGreg Kroah-Hartman2012-04-20
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-13
* Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-08
|\
| * switch device_get_devnode() and ->devnode() to umode_t *Al Viro2012-01-03
* | USB: convert drivers/usb/* to use module_usb_driver()Greg Kroah-Hartman2011-11-18
|/
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-23
* Fix common misspellingsLucas De Marchi2011-03-31
* Merge branch 'master' into for-nextJiri Kosina2010-12-22
|\
| * usb: misc: iowarrior: fix information leak to userlandVasiliy Kulikov2010-11-11
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-01
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-10-22
|\
| * usb: iowarrior: don't trust report_size for buffer sizeKees Cook2010-10-22
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
|/
* USB: iowarrior: fix misuse of return value of copy_to_user()Kulikov Vasiliy2010-08-23
* USB: misc: Remove unnecessary casts of private_dataJoe Perches2010-08-10
* USB: autoconvert trivial BKL users to private mutexArnd Bergmann2010-08-10
* USB: rename usb_buffer_alloc() and usb_buffer_free() usersDaniel Mack2010-05-20
* USB: Push BKL on open down into the driversOliver Neukum2010-03-02
* USB misc: make USB device id constantNémeth Márton2010-03-02
* Driver-Core: extend devnode callbacks to provide permissionsKay Sievers2009-09-19
* headers: smp_lock.h reduxAlexey Dobriyan2009-07-12
* Driver Core: usb: add nodename support for usb drivers.Kay Sievers2009-06-15
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-23
* USB: iowarrior: Push down BKLAlan Cox2008-07-21
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-24
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-24
* USB: constify function pointer tablesJan Engelhardt2008-02-01
* USB: open disconnect race in iowarriorOliver Neukum2007-10-25
* USB iowarrior.c: fix check-after-useAdrian Bunk2007-10-25
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-18
* USB: misc: iowarrior: clean up urb->status usageGreg Kroah-Hartman2007-07-19
* USB: prevent char device open/deregister raceAlan Stern2007-07-12
* USB: memory leak in iowarrior.cOliver Neukum2007-06-25
* USB: iowarrior.c: timeouts too small in usb_control_msg callsEberhard Fahle2007-04-27
* USB: iowarrior.c: fix NULL dereferenceOliver Neukum2007-04-27