aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/hostap/hostap_80211_rx.c
Commit message (Expand)AuthorAgeFilesLines
* more driver stuff from 3.2.72Wolfgang Wiedmeyer2015-10-231-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-05-171-2/+1
|\
| * drivers/net/wireless/hostap: Drop memory allocation castJulia Lawall2010-05-121-2/+1
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* hostap: convert to internal net_device_statsStephen Hemminger2009-03-211-13/+6
* hostap: convert usage of net/ieee80211.h to linux/ieee80211.hDan Williams2009-02-271-44/+44
* wireless: replace uses of __constant_{endian}Harvey Harrison2009-02-091-2/+2
* lib80211: absorb crypto bits from net/ieee80211John W. Linville2008-11-211-5/+5
* drivers/net: Kill now superfluous ->last_rx stores.David S. Miller2008-11-031-3/+0
* net: convert print_mac to %pMJohannes Berg2008-10-271-38/+21
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2008-07-051-4/+4
|\
| * hostap: fix sparse warningsPavel Roskin2008-06-301-3/+3
| * hostap: don't report useless WDS frames by defaultPavel Roskin2008-06-301-1/+1
* | hostap: add radiotap support in monitor modePavel Roskin2008-06-301-0/+21
|/
* [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-081-15/+24
* hostap annotationsAl Viro2008-01-281-1/+1
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-21/+28
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-5/+8
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-251-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-251-2/+2
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-251-3/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-251-1/+0
* [PATCH] hostap: don't #include C files in hostap_main.cAdrian Bunk2006-01-161-0/+11
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-5/+5
* [PATCH] hostap: Add support for WE-19Jean Tourrilhes2005-09-241-1/+2
* [PATCH] ieee80211: Updated hostap to be compatible with ieee80211_hdr changesJames Ketrenos2005-09-211-20/+20
* hostap: s/IEEE80211_FCTL_WEP/IEEE80211_FCTL_PROTECTED/ to fix buildJeff Garzik2005-08-251-7/+7
* [PATCH] hostap: Replace WLAN_FC_ defines with ieee80211 onesJouni Malinen2005-08-151-28/+33
* [PATCH] hostap: Use ieee80211 WLAN_FC_GET_{TYPE,STYPE}Jouni Malinen2005-08-141-22/+24
* [PATCH] hostap: Replace hostap_ieee80211_hdr with ieee80211_hdrJouni Malinen2005-08-141-30/+30
* [PATCH] hostap: Replace crypto code with net/ieee80211 versionJouni Malinen2005-07-311-3/+3
* [PATCH] hostap: Start using net/ieee80211.hJouni Malinen2005-07-311-6/+6
* [PATCH] hostap updateBrandon Enochs2005-07-301-1/+1
* Add HostAP wireless driver.Jouni Malinen2005-05-121-0/+1084