summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_main.c
Commit message (Expand)AuthorAgeFilesLines
* drivers/net: use is_zero_ether_addr() instead of memcmp()Wei Yongjun2012-09-071-1/+1
* hostap: GFP_ATOMIC/GFP_KERNEL cleanupMatt Renzelmann2012-04-161-2/+1Star
* net: remove use of ndo_set_multicast_list in driversJiri Pirko2011-08-181-3/+3
* net: Audit drivers to identify those needing IFF_TX_SKB_SHARING clearedNeil Horman2011-07-281-0/+1
* net: call dev_alloc_name from register_netdeviceJiri Pirko2011-05-051-6/+1Star
* hostap: remove netif_stop_queue from initMeelis Roos2010-12-201-1/+0Star
* hostap: fixup strlen() mathDan Carpenter2010-07-121-1/+1
* wireless:hostap_main.c warning: variable 'iface' set but not usedJustin P. Mattock2010-06-181-2/+0Star
* hostap: Revert a toxic part of the conversion to net_device_opsMartin Decky2009-09-141-1/+2
* hostap: convert to net_device_opsStephen Hemminger2009-03-221-17/+52
* hostap: convert to internal net_device_statsStephen Hemminger2009-03-221-10/+0Star
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-25/+13Star
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-9/+10
* net: convert print_mac to %pMJohannes Berg2008-10-281-18/+8Star
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-061-3/+2Star
|\
| * hostap: fix sparse warningsPavel Roskin2008-06-301-3/+2Star
* | hostap: don't skip any headers in hostap_80211_header_parse()Pavel Roskin2008-06-301-19/+1Star
|/
* net: Eliminate flush_scheduled_work() calls while RTNL is held.David S. Miller2008-06-121-1/+7
* hostap annotationsAl Viro2008-01-291-3/+3
* [HOSTAP]: set netdev type before registering AP interfaceDaniel Drake2007-10-111-8/+11
* [NET]: Move hardware header operations out of netdevice.Stephen Hemminger2007-10-111-18/+29
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-12/+18
* [NET]: Make /proc/net per network namespaceEric W. Biederman2007-10-111-3/+4
* [PATCH] hostap: Remove driver version numberJouni Malinen2007-07-091-1/+0Star
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-281-2/+2
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-7/+7
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+2
* Network: convert network devices to use struct device instead of class_deviceGreg Kroah-Hartman2007-02-071-1/+1
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-131-1/+1
* WorkStruct: make allyesconfigDavid Howells2006-11-221-4/+4
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] unused exports in wireless driversArjan van de Ven2006-05-171-2/+0Star
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-55/+5Star
* [PATCH] hostap: rename hostap.c to hostap_main.cAdrian Bunk2005-11-161-0/+1191