aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/airo.c
Commit message (Expand)AuthorAge
* wireless: airo: remove unnecessary pci_set_drvdata()Jingoo Han2013-09-26
* net: airo: inherit addr_assign_type along with dev_addrBjørn Mork2013-09-03
* drivers: avoid parsing names as kthread_run() format stringsKees Cook2013-07-03
* airo: Use remove_proc_subtree()David Howells2013-05-01
* proc: Supply PDE attribute setting accessor functionsDavid Howells2013-05-01
* procfs: new helper - PDE_DATA(inode)Al Viro2013-04-09
* wireless: remove __dev* attributesBill Pemberton2012-12-06
* wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel2012-10-18
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-14
|\
| * airo: remove duplicated include from airo.cWei Yongjun2012-09-07
| * airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun2012-09-07
* | userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman2012-08-15
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-06-25
|\
| * airo: copying wrong data in airo_get_aplist()Dan Carpenter2012-06-19
* | wireless: Remove casts to same typeJoe Perches2012-06-06
|/
* Remove all #inclusions of asm/system.hDavid Howells2012-03-28
* airo: fix test for FLAG_RADIO_DOWNDan Carpenter2012-03-06
* airo: Fix array bounds warning when moving packet payload.David S. Miller2011-11-26
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-17
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-28
* Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2011-05-25
|\
| * Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville2011-05-24
| |\
| | * airo: correct proc entry creation interfacesAlexey Dobriyan2011-05-16
* | | treewide: cleanup continuations and remove logging message whitespaceJoe Perches2011-04-26
|/ /
* / Fix common misspellingsLucas De Marchi2011-03-31
|/
* airo: use simple_write_to_bufferAkinobu Mita2011-01-04
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2010-10-23
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-10-01
| |\
| | * airo: remove "basic_rate" module optionDan Carpenter2010-09-24
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-21
| |\|
| | * airo: make strings constStephen Hemminger2010-09-07
| * | drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches2010-08-17
| |/
* / llseek: automatically add .llseek fopArnd Bergmann2010-10-15
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-23
|\
| * wireless: airo: delete netdev from list after it is freedKulikov Vasiliy2010-07-14
| * drivers/net/wireless: Remove unnecessary casts of private_dataJoe Perches2010-07-14
* | drivers/net: use __packed annotationEric Dumazet2010-06-03
* | drivers: wireless: use new hex_to_bin() methodAndy Shevchenko2010-05-25
|/
* airo : Print of firmware versionmatthieu castet2010-03-15
* airo : fix printing status infomatthieu castet2010-03-15
* airo: return from set_wep_key() when key length is zeroStanislaw Gruszka2010-03-02
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-26
|\
| * wireless: airo_cs build fixesRandy Dunlap2010-02-15
* | net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko2010-02-12
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-02-04
|\|
| * airo: fix setting zero length WEP keyStanislaw Gruszka2010-02-02
* | drivers/net/: use DEFINE_PCI_DEVICE_TABLE()Alexey Dobriyan2010-01-08
|/
* airo: Fix integer overflow warningMichael Buesch2009-12-04
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-10-30
|\
| * airo: Reorder tests, check bounds before elementRoel Kluin2009-10-27