summaryrefslogtreecommitdiffstats
path: root/net/ieee80211/ieee80211_rx.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Undo code bloat in hot paths due to print_mac().David S. Miller2008-04-091-14/+29
* ieee80211: beacon->capability is little-endianAl Viro2008-01-291-20/+19Star
* ieee80211: fix misannotationsAl Viro2008-01-291-1/+1
* eliminate byteswapping in struct ieee80211_qos_parametersAl Viro2008-01-291-3/+3
* [IEEE80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-2/+2
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-111-26/+33
* [IEEE80211]: avoid integer underflow for runt rx framesJohn W. Linville2007-10-021-0/+6
* [PATCH] Update my email address from jkmaline@cc.hut.fi to j@w1.fiJouni Malinen2007-04-281-2/+2
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-2/+3
* [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-3/+3
* [SK_BUFF]: Convert skb->end to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: unions of just one member don't get anything done, kill themArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Some more simple skb_reset_network_header conversionsArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_network_header(skb)Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_reset_mac_header(skb)Arnaldo Carvalho de Melo2007-04-261-3/+4
* [ETH]: Make eth_type_trans set skb->dev like the other *_type_transArnaldo Carvalho de Melo2007-04-261-1/+0Star
* [NET] IEEE80211: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-3/+3
* [PATCH] Check ieee80211softmac_auth_resp kmalloc resultArnaldo Carvalho de Melo2006-12-021-4/+3Star
* [PATCH] ieee80211: Drop and count duplicate data frames to remove 'replay det...Larry Finger2006-12-021-0/+5
* [PATCH] ieee80211: Move IV/ICV stripping into ieee80211_rxDaniel Drake2006-12-021-6/+50
* [PATCH] ieee80211: don't flood log with errorsJiri Benc2006-11-011-6/+6
* [PATCH] ieee80211: Workaround malformed 802.11 frames from APZhu Yi2006-08-291-7/+10
* [PATCH] ieee80211: Make ieee80211_rx_any usableDaniel Drake2006-07-271-10/+28
* [PATCH] ieee80211: small ERP handling additionsDaniel Drake2006-07-271-0/+1
* [PATCH] CONFIG_WIRELESS_EXT is neccessary after allHorms2006-07-051-0/+2
* [PATCH] skb used after passing to netif_rx in net/ieee80211/ieee80211_rx.cEric Sesterhenn2006-07-051-1/+1
* Remove obsolete #include <linux/config.h>Jörn Engel2006-06-301-1/+0Star
* [PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macroZhu Yi2006-04-241-8/+8
* [PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checkingZhu Yi2006-04-241-2/+0Star
* [PATCH] ieee80211_rx_any: filter out packets, call ieee80211_rx or ieee80211_...Denis Vlasenko2006-03-231-0/+74
* [PATCH] ieee80211: Don't update network statistics from off-channel packets.James Ketrenos2006-03-171-1/+13
* Merge branch 'upstream-fixes'John W. Linville2006-03-151-2/+2
|\
| * [PATCH] ieee80211: Fix QoS is not active problemHong Liu2006-03-151-2/+2
* | Merge branch 'upstream-fixes'Jeff Garzik2006-03-011-11/+5Star
|\|
| * [PATCH] ieee80211_rx.c: is_beaconPete Zaitcev2006-02-281-11/+5Star
* | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
* | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-311-1/+1
* | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-311-2/+2
* | Merge branch 'upstream-fixes'John W. Linville2006-01-301-2/+2
|\|
| * [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
* | [PATCH] ieee80211: Add 802.11h information element parsingZhu Yi2006-01-271-6/+103
* | [PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi2006-01-271-1/+1
* | [PATCH] ieee80211: TIM information element parsingZhu Yi2006-01-271-1/+4
* | [PATCH] ieee80211: Log if netif_rx() drops the packetZhu Yi2006-01-271-1/+8
|/
* [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-151-7/+7
* [NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()Kris Katterjohn2006-01-101-7/+7
* [IEEE80211] ipw2200: Simplify multicast checks.Stephen Hemminger2006-01-041-3/+2Star
* Merge git://git.tuxdriver.com/git/netdev-jwlJeff Garzik2005-11-081-0/+2
|\