summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/orinoco_usb.c
Commit message (Expand)AuthorAgeFilesLines
* orinoco_usb: Use setup_timerJulia Lawall2015-01-071-3/+1Star
* drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches2014-09-101-14/+14
* orinoco_usb: use USB API functions rather than constantsHimangi Saraogi2014-08-251-8/+2Star
* orinoco_usb: remove unnecessary break after gotoFabian Frederick2014-07-141-1/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-06-121-1/+1
|\
| * orinoco_usb: Fix broken firmware load error checkingOndrej Zary2014-05-131-1/+1
* | USB: orinoco_usb: remove CONFIG_USB_DEBUG supportGreg Kroah-Hartman2014-05-291-32/+18Star
|/
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-031-1/+0Star
* orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnectedAlexey Khoroshilov2013-06-141-1/+2
* orinoco_usb: don't release nonexistent firmwareMichal Pecio2013-03-111-1/+1
* net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta2013-02-181-2/+9
* orinoco_usb: clean up some signedness issuesDan Carpenter2012-10-191-5/+4Star
* USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* orinoco_usb: remove version definitionJohn W. Linville2012-01-241-5/+0Star
* USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-26/+1Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-1/+1
* orinoco: minor fixes for problems found by checkpatch.plPavel Roskin2011-07-151-12/+11Star
* BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann2010-11-171-1/+0Star
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-231-5/+5
|\
| * orinoco_usb: potential null dereferenceDan Carpenter2010-07-161-5/+5
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-111-3/+1Star
|\|
| * drivers/net/wireless/orinoco: Use kzallocJulia Lawall2010-06-021-3/+1Star
* | drivers/net: use __packed annotationEric Dumazet2010-06-031-2/+2
|/
* orinoco: refactor xmit pathDavid Kilroy2010-05-071-48/+43Star
* orinoco_usb: implement fw downloadDavid Kilroy2010-05-031-0/+120
* orinoco_usb: avoid in_atomicDavid Kilroy2010-05-031-1/+1
* orinoco: add orinoco_usb driverDavid Kilroy2010-05-031-0/+1680