aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco/orinoco_usb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-18orinoco: move under intersil vendor directoryKalle Valo1-1748/+0
2015-10-28orinoco_usb: return error in ezusb_probe when alloc_orinocodev failsJohn Linville1-0/+1
2015-08-13orinoco: Do not call wiphy_unregister() from free_orinocodev()Jes Sorensen1-0/+2
2015-01-07orinoco_usb: Use setup_timerJulia Lawall1-3/+1
2014-09-09drivers/net: Convert remaining uses of pr_warning to pr_warnJoe Perches1-14/+14
2014-08-25orinoco_usb: use USB API functions rather than constantsHimangi Saraogi1-8/+2
2014-07-13orinoco_usb: remove unnecessary break after gotoFabian Frederick1-1/+0
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2014-05-29USB: orinoco_usb: remove CONFIG_USB_DEBUG supportGreg Kroah-Hartman1-32/+18
2014-05-13orinoco_usb: Fix broken firmware load error checkingOndrej Zary1-1/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-06-14orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnectedAlexey Khoroshilov1-1/+2
2013-03-11orinoco_usb: don't release nonexistent firmwareMichal Pecio1-1/+1
2013-02-18net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta1-2/+9
2012-10-19orinoco_usb: clean up some signedness issuesDan Carpenter1-5/+4
2012-05-18USB: Disable hub-initiated LPM for comms devices.Sarah Sharp1-0/+1
2012-01-24orinoco_usb: remove version definitionJohn W. Linville1-5/+0
2011-11-18USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman1-26/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-1/+1
2011-07-15orinoco: minor fixes for problems found by checkpatch.plPavel Roskin1-12/+11
2010-11-17BKL: remove extraneous #include <smp_lock.h>Arnd Bergmann1-1/+0
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-5/+5
2010-07-16orinoco_usb: potential null dereferenceDan Carpenter1-5/+5
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-3/+1
2010-06-03drivers/net: use __packed annotationEric Dumazet1-2/+2
2010-06-02drivers/net/wireless/orinoco: Use kzallocJulia Lawall1-3/+1
2010-05-07orinoco: refactor xmit pathDavid Kilroy1-48/+43
2010-05-03orinoco_usb: implement fw downloadDavid Kilroy1-0/+120
2010-05-03orinoco_usb: avoid in_atomicDavid Kilroy1-1/+1
2010-05-03orinoco: add orinoco_usb driverDavid Kilroy1-0/+1680