aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: clean up eapol frame handling/port controlJohannes Berg2008-01-281-65/+68
* mac80211: pass in PS_POLL framesRon Rindjunsky2008-01-281-2/+9
* mac80211: conditionally include timestamp in radiotap informationJohannes Berg2008-01-281-16/+32
* [MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki2008-01-281-1/+1
* mac80211: move A-MSDU identifier to flagsRon Rindjunsky2008-01-281-3/+3
* mac80211: adding 802.11n essential A-MSDU Rx capabilityRon Rindjunsky2008-01-281-0/+124
* mac80211: restructuring data Rx handlersRon Rindjunsky2008-01-281-47/+77
* mac80211: hardware scan reworkZhu Yi2008-01-281-3/+9
* [MAC80211]: Revert unaligned warning removal.David S. Miller2008-01-281-0/+13
* Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds2008-01-241-13/+0
* mac80211: warn when receiving frames with unaligned dataJohannes Berg2007-12-261-0/+13
* mac80211: drop unencrypted frames if encryption is expectedJohannes Berg2007-11-291-1/+1
* mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville2007-11-101-0/+2
* [PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.Mattias Nissler2007-10-101-9/+11
* [MAC80211]: make userspace-mlme a per-interface settingJohannes Berg2007-10-101-1/+1
* [MAC80211]: remove ALG_NONEJohannes Berg2007-10-101-3/+0
* [MAC80211]: use RX_FLAG_DECRYPTED for sw decrypted as wellJohannes Berg2007-10-101-3/+5
* [MAC80211]: consolidate decryption moreJohannes Berg2007-10-101-34/+12
* [MAC80211]: move sta_process rx handler laterJohannes Berg2007-10-101-48/+48
* [MAC80211]: remove management interfaceJohannes Berg2007-10-101-25/+7
* [MAC80211]: add "invalid" interface typeJohannes Berg2007-10-101-0/+1
* [PATCH] mac80211: fix iff_promiscs, iff_allmultis raceJohannes Berg2007-10-101-1/+2
* [PATCH] mac80211: fix vlan bugJohannes Berg2007-10-101-0/+8
* [PATCH] mac80211: consolidate decryptionJohannes Berg2007-10-101-23/+17
* [PATCH] mac80211: pass frames to monitor interfaces earlyJohannes Berg2007-10-101-124/+226
* [PATCH] mac80211: fix virtual interface lockingJohannes Berg2007-10-101-5/+4
* [PATCH] mac80211: revamp interface and filter configurationJohannes Berg2007-10-101-2/+2
* [MAC80211]: print out wiphy name instead of master deviceJohannes Berg2007-10-101-1/+2
* [MAC80211]: remove key threshold stuffJohannes Berg2007-10-101-6/+1
* [MAC80211]: allow drivers to indicate failed FCS/PLCP checksumJohannes Berg2007-10-101-3/+29
* [NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()Joe Perches2007-10-101-47/+56
* [MAC80211]: remove/change some comments about Michael MIC hardware offloadJohannes Berg2007-10-101-14/+11
* [MAC80211]: use internal network device statsStephen Hemminger2007-10-101-7/+4
* [MAC80211]: rework hardware crypto flagsJohannes Berg2007-10-101-14/+10
* [MAC80211]: remove turbo modesJohannes Berg2007-10-101-2/+0
* [MAC80211]: fix race conditions with keysJohannes Berg2007-10-101-3/+17
* [MAC80211]: make assoc_ap a flagJohannes Berg2007-10-101-1/+1
* [MAC80211]: improve key selection commentJohannes Berg2007-10-101-0/+7
* [MAC80211]: filter locally-originated multicast framesJohn W. Linville2007-10-101-2/+3
* [MAC80211]: Remove overly sticky averaging filters for rssi, signal, noiseLarry Finger2007-10-101-6/+3
* [MAC80211]: rework key handlingJohannes Berg2007-10-101-4/+3
* [MAC80211]: embed key conf in key, fix driver interfaceJohannes Berg2007-10-101-12/+10
* [MAC80211]: Remove bitfields from struct ieee80211_sub_if_dataJiri Slaby2007-10-101-2/+2
* [MAC80211]: Remove bitfields from struct ieee80211_txrx_dataJiri Slaby2007-10-101-24/+28
* [MAC80211]: Remove bitfields from struct ieee80211_tx_packet_dataJiri Slaby2007-10-101-2/+2
* [MAC80211]: refactor event sendingJohannes Berg2007-10-101-33/+8
* [MAC80211]: fix software decryptionJohannes Berg2007-10-101-43/+70
* [MAC80211]: remove ieee80211_msg_wep_frame_unknown_keyJohannes Berg2007-10-101-6/+5
* [MAC80211]: ratelimit some RX messagesJohannes Berg2007-10-101-48/+74
* [MAC80211]: avoid copying packets to interfaces that are downJohannes Berg2007-10-101-0/+3