aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville2-2/+2
2014-02-24hostap: add Netgear MA401 cardCédric Le Goater1-0/+2
2014-02-20hostap: Do not free priv until timer handler has actually stopped using itKirill Tkhai1-1/+1
2014-02-13hostap: fix "hostap: proc: Use remove_proc_subtree()"Russell King - ARM Linux1-1/+1
2014-01-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville4-4/+1
2014-01-03wireless: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-03drivers/net/wireless/hostap: Integer overflowWenliang Fan1-1/+1
2013-12-26wireless: slight optimization of addr comparedingtianhong1-4/+4
2013-12-26hostap: slight optimization of addr comparedingtianhong5-24/+22
2013-10-02net:drivers/net: Miscellaneous conversions to ETH_ALENJoe Perches1-1/+1
2013-09-03net: hostap: inherit addr_assign_type along with dev_addrBjørn Mork2-2/+2
2013-08-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2013-08-09Hostap: copying wrong data prism2_ioctl_giwaplist()Dan Carpenter1-2/+2
2013-08-05hostap: do not return positive number on failure path in prism2_open()Alexey Khoroshilov1-2/+2
2013-05-05wireless: single_open() leaksAl Viro3-6/+6
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-464/+629
2013-05-01hostap: proc: Use remove_proc_subtree()David Howells1-19/+1
2013-04-29hostap: Don't use create_proc_read_entry()David Howells5-445/+628
2013-03-15drivers/net: use module_pcmcia_driver() in pcmcia driversH Hartley Sweeten1-14/+1
2013-02-18net: wireless: hostap: hostap_ap.c: Return -ENOMEM instead of -1 for if kmalloc() fails.Kumar Amit Mehta1-1/+1
2012-10-18wireless: drivers: make use of WLAN_EID_VENDOR_SPECIFICArend van Spriel1-1/+1
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-13/+8
2012-09-07wireless: use is_broadcast_ether_addr() instead of memcmp()Wei Yongjun1-10/+5
2012-09-07drivers/net: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2-3/+3
2012-08-20workqueue: deprecate flush[_delayed]_work_sync()Tejun Heo2-7/+7
2012-06-06wireless: Remove casts to same typeJoe Perches1-2/+1
2012-04-16net/wireless: use module_pci_driverAxel Lin2-30/+2
2012-04-16hostap: GFP_ATOMIC/GFP_KERNEL cleanupMatt Renzelmann1-2/+1
2012-03-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+2
2012-02-21hostap: Fix typo in hostap_hw.cMasanari Iida1-2/+2
2012-01-31drivers/net: Remove unnecessary k.alloc/v.alloc OOM messagesJoe Perches1-12/+6
2011-11-28hostap_cs: add ID for Canon K30225Veli-Pekka Peltola1-0/+3
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxJohn W. Linville6-0/+7
2011-11-17wireless: use strlcpy routine in .get_drvinfoRick Jones1-2/+2
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+1
2011-10-31drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker5-0/+5
2011-10-31drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker1-0/+1
2011-08-17net: remove use of ndo_set_multicast_list in driversJiri Pirko1-3/+3
2011-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-0/+2
2011-07-29hostap_cs: support cards with "Version 01.02" as third product IDPavel Roskin1-0/+2
2011-07-27net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman1-0/+1
2011-06-06net: remove interrupt.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6Linus Torvalds1-1/+1
2011-05-06pcmcia: Convert pcmcia_device_id declarations to constJoe Perches1-1/+1
2011-05-05net: call dev_alloc_name from register_netdeviceJiri Pirko1-6/+1
2011-03-31Fix common misspellingsLucas De Marchi4-5/+5
2011-03-17net: change to new flag variablematt mooney1-2/+2
2011-01-10hostap_cs: fix sleeping function called from invalid contextStanislaw Gruszka1-9/+6
2010-12-26Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+0
2010-12-20hostap: remove netif_stop_queue from initMeelis Roos1-1/+0