aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/misc/iowarrior.c
AgeCommit message (Expand)AuthorFilesLines
2018-09-10usb: iowarrior: replace kmalloc with kmalloc_arrayGravatar Gustavo A. R. Silva 1-2/+2
2018-06-28usb: iowarrior: remove intr_idx_lockGravatar Sebastian Andrzej Siewior 1-5/+0
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-4/+4
2017-11-28the rest of drivers/*: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Gravatar Greg Kroah-Hartman 1-0/+1
2017-07-22USB: misc: remove unneeded MODULE_VERSION() usageGravatar Greg Kroah-Hartman 1-3/+1
2017-05-22Merge 4.12-rc2 into usb-nextGravatar Greg Kroah-Hartman 1-1/+1
2017-05-17USB: iowarrior: use memdup_userGravatar Geliang Tang 1-8/+3
2017-05-17USB: iowarrior: fix info ioctl on big-endian hostsGravatar Johan Hovold 1-1/+1
2017-03-23USB: iowarrior: refactor endpoint retrievalGravatar Johan Hovold 1-17/+8
2017-03-09USB: iowarrior: fix NULL-deref in writeGravatar Johan Hovold 1-0/+8
2017-03-09USB: iowarrior: fix NULL-deref at probeGravatar Johan Hovold 1-6/+7
2016-08-30usb: misc: iowarrior: don't print on ENOMEMGravatar Wolfram Sang 1-14/+6
2016-08-15usb: misc: iowarrior: don't print error when allocating urb failsGravatar Wolfram Sang 1-5/+1
2016-03-18USB: iowarrior: fix oops with malicious USB descriptorsGravatar Josh Boyer 1-0/+6
2014-05-27USB: iowarrior: Convert local dbg macro to dev_dbgGravatar Joe Perches 1-21/+17
2014-01-08usb: delete non-required instances of include <linux/init.h>Gravatar Paul Gortmaker 1-1/+0
2014-01-03USB: iowarrior: fix spelling mistake in commentGravatar Rahul Bedarkar 1-1/+1
2013-04-12treewide: Fix typo in printksGravatar Masanari Iida 1-2/+2
2012-04-20USB: iowarrior.c: remove err() usageGravatar Greg Kroah-Hartman 1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Gravatar Rusty Russell 1-1/+1
2012-01-08Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-1/+1
2012-01-03switch device_get_devnode() and ->devnode() to umode_t *Gravatar Al Viro 1-1/+1
2011-11-18USB: convert drivers/usb/* to use module_usb_driver()Gravatar Greg Kroah-Hartman 1-12/+1
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Gravatar Kuninori Morimoto 1-1/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 1-1/+1
2010-12-22Merge branch 'master' into for-nextGravatar Jiri Kosina 1-0/+1
2010-11-11usb: misc: iowarrior: fix information leak to userlandGravatar Vasiliy Kulikov 1-0/+1
2010-11-01tree-wide: fix comment/printk typosGravatar Uwe Kleine-König 1-1/+1
2010-10-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Gravatar Linus Torvalds 1-1/+1
2010-10-22usb: iowarrior: don't trust report_size for buffer sizeGravatar Kees Cook 1-1/+1
2010-10-15llseek: automatically add .llseek fopGravatar Arnd Bergmann 1-0/+1
2010-08-23USB: iowarrior: fix misuse of return value of copy_to_user()Gravatar Kulikov Vasiliy 1-2/+2
2010-08-10USB: misc: Remove unnecessary casts of private_dataGravatar Joe Perches 1-4/+4
2010-08-10USB: autoconvert trivial BKL users to private mutexGravatar Arnd Bergmann 1-7/+8
2010-05-20USB: rename usb_buffer_alloc() and usb_buffer_free() usersGravatar Daniel Mack 1-6/+6
2010-03-02USB: Push BKL on open down into the driversGravatar Oliver Neukum 1-0/+4
2010-03-02USB misc: make USB device id constantGravatar Németh Márton 1-1/+1
2009-09-19Driver-Core: extend devnode callbacks to provide permissionsGravatar Kay Sievers 1-2/+2
2009-07-12headers: smp_lock.h reduxGravatar Alexey Dobriyan 1-0/+1
2009-06-15Driver Core: usb: add nodename support for usb drivers.Gravatar Kay Sievers 1-0/+6
2008-08-23removed unused #include <linux/version.h>'sGravatar Adrian Bunk 1-1/+0
2008-07-21USB: iowarrior: Push down BKLGravatar Alan Cox 1-3/+5
2008-04-24USB: remove unnecessary type casting of urb->contextGravatar Ming Lei 1-2/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesGravatar Harvey Harrison 1-3/+3
2008-02-01USB: constify function pointer tablesGravatar Jan Engelhardt 1-1/+1
2007-10-25USB: open disconnect race in iowarriorGravatar Oliver Neukum 1-1/+8
2007-10-25USB iowarrior.c: fix check-after-useGravatar Adrian Bunk 1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesGravatar Joe Perches 1-4/+4
2007-07-19USB: misc: iowarrior: clean up urb->status usageGravatar Greg Kroah-Hartman 1-9/+12