summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/orinoco
Commit message (Expand)AuthorAgeFilesLines
* orinoco: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang2014-02-284-6/+8
* wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-034-4/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller2013-10-074-8/+0Star
|\
| * wireless: orinoco: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-264-8/+0Star
* | orinoco: Remove extern from function prototypesJoe Perches2013-09-251-17/+14Star
|/
* net/trivial: replace numeric with standard PM state macrosYijing Wang2013-06-291-1/+1
* orinoco_usb: fix memory leak in ezusb_access_ltv() when device disconnectedAlexey Khoroshilov2013-06-141-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-1/+1
|\
| * orinoco_usb: don't release nonexistent firmwareMichal Pecio2013-03-111-1/+1
* | drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten2013-03-152-30/+2Star
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-191-2/+9
|\
| * net: wireless: orinoco: orinoco_usb.c: fix DMA buffers on stackKumar Amit Mehta2013-02-181-2/+9
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2013-02-181-2/+2
|\|
| * cfg80211: pass wiphy to cfg80211_ref_bss/put_bssJohannes Berg2013-02-111-2/+2
* | wireless: Remove unnecessary alloc/OOM messages, alloc cleanupsJoe Perches2013-02-041-11/+5Star
* | remove init of dev->perm_addr in driversJiri Pirko2013-01-091-1/+0Star
|/
* orinoco: remove __dev* attributesBill Pemberton2012-12-064-8/+8
* cfg80211: pass a channel definition structJohannes Berg2012-11-261-6/+5Star
* orinoco_usb: clean up some signedness issuesDan Carpenter2012-10-191-5/+4Star
* wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-181-1/+1
* orinoco: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-4/+3Star
* nl80211: move scan API to wdevJohannes Berg2012-07-121-1/+1
* cfg80211: clarify set_channel APIsJohannes Berg2012-06-061-5/+4Star
* Merge tag 'usb-3.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-05-231-0/+1
|\
| * USB: Disable hub-initiated LPM for comms devices.Sarah Sharp2012-05-191-0/+1
* | wireless, orinoco: release_firmware() tests for NULL, remove explicit tests b...Jesper Juhl2012-04-121-5/+2Star
|/
* net: orinoco: add error handling for failed kmalloc().Santosh Nayak2012-03-281-0/+8
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-061-5/+0Star
|\
| * orinoco_usb: remove version definitionJohn W. Linville2012-01-241-5/+0Star
* | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches2012-01-311-4/+2Star
|/
* Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-01-071-26/+1Star
|\
| * USB: convert drivers/net/* to use module_usb_driver()Greg Kroah-Hartman2011-11-181-26/+1Star
* | module_param: make bool parameters really bool (net & drivers/net)Rusty Russell2011-12-201-1/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-171-6/+10
|\ \ | |/ |/|
| * orinoco: release BSS structures returned by cfg80211_inform_bss()David Kilroy2011-11-091-6/+10
* | drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-11-011-0/+1
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-08-221-0/+1
|\
| * orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin2011-08-081-1/+4
| * cfg80211: split wext compatibility to separate headerJohannes Berg2011-08-081-0/+1
* | net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-182-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds2011-07-311-1/+4
|\ \ | |/ |/|
| * orinoco_cs: be more careful when matching cards with ID 0x0156:0x0002Pavel Roskin2011-07-291-1/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-07-2221-154/+155
|\ \
| * | orinoco: minor fixes for problems found by checkpatch.plPavel Roskin2011-07-1521-154/+155
* | | drivers/net: Remove unnecessary semicolonsJoe Perches2011-06-051-1/+1
| |/ |/|
* | pcmcia: Convert pcmcia_device_id declarations to constJoe Perches2011-05-062-2/+2
|/
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* orinoco: Clear dangling pointer on hardware busyarmadefuego@gmail.com2011-03-231-0/+3
* orinoco: Maintain lock until entry removed from listJoe Gunn2011-03-211-1/+1
* orinoco: Drop scan results with unknown channelsJoe Gunn2011-02-251-0/+5