summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/airo.c
AgeCommit message (Expand)Author
2020-02-05airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman
2020-02-05airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman
2019-11-28wireless: airo: potential buffer overflow in sprintf()Dan Carpenter
2015-10-28airo: fix scan after SIOCSIWAP (airo_set_wap)Ondrej Zary
2015-10-28airo: Track APList_rid in struct airo_infoOndrej Zary
2015-09-29airo: Implement netif_carrier_on/offOndrej Zary
2015-09-29airo: fix IW_AUTH_ALG_OPEN_SYSTEMOndrej Zary
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2015-03-06treewide: Fix typo in printk messagesMasanari Iida
2015-03-03wireless: Use eth_<foo>_addr instead of memsetJoe Perches
2014-08-12PCI: Remove DEFINE_PCI_DEVICE_TABLE macro useBenoit Taine
2014-07-20airo: remove unnecessary break after returnFabian Frederick
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-02-28airo: replace function ieee80211_{dsss_chan_to_freq, freq_to_dsss_chan}Zhao, Gang
2014-02-24drivers:net:wireless:airo.c:checkpatch.pl cleanupAvinash kumar
2013-09-26wireless: airo: remove unnecessary pci_set_drvdata()Jingoo Han
2013-09-03net: airo: inherit addr_assign_type along with dev_addrBjørn Mork
2013-07-03drivers: avoid parsing names as kthread_run() format stringsKees Cook
2013-05-01airo: Use remove_proc_subtree()David Howells
2013-05-01proc: Supply PDE attribute setting accessor functionsDavid Howells
2013-04-09procfs: new helper - PDE_DATA(inode)Al Viro
2012-12-06wireless: remove __dev* attributesBill Pemberton
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel
2012-09-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-09-07airo: remove duplicated include from airo.cWei Yongjun
2012-09-07airo: use is_zero_ether_addr() and is_broadcast_ether_addr()Wei Yongjun
2012-08-14userns: Make the airo wireless driver use kuids for proc uids and gidsEric W. Biederman
2012-06-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-06-19airo: copying wrong data in airo_get_aplist()Dan Carpenter
2012-06-06wireless: Remove casts to same typeJoe Perches
2012-03-28Remove all #inclusions of asm/system.hDavid Howells
2012-03-06airo: fix test for FLAG_RADIO_DOWNDan Carpenter
2011-11-26airo: Fix array bounds warning when moving packet payload.David S. Miller
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman
2011-05-25Merge branch 'for-davem' of ssh://master.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2011-05-24Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next...John W. Linville
2011-05-16airo: correct proc entry creation interfacesAlexey Dobriyan
2011-04-26treewide: cleanup continuations and remove logging message whitespaceJoe Perches
2011-03-31Fix common misspellingsLucas De Marchi
2011-01-04airo: use simple_write_to_bufferAkinobu Mita
2010-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-24airo: remove "basic_rate" module optionDan Carpenter
2010-09-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-09-07airo: make strings constStephen Hemminger
2010-08-17drivers/net: Convert unbounded kzalloc calls to kcallocJoe Perches
2010-07-23Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-07-14wireless: airo: delete netdev from list after it is freedKulikov Vasiliy