aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-04-08mac80211: rename filesJohannes Berg1-1/+1
2008-04-01mac80211: use recent multicast table for all mesh multicast framesLuis Carlos Cobo1-1/+1
2008-03-27mac80211: A-MPDU MLME use dynamic allocationRon Rindjunsky1-4/+6
2008-03-06mac80211: add PLINK_ prefix and kernel doc to enum plink_stateLuis Carlos Cobo1-1/+1
2008-03-06mac80211: RCU-ify STA info structure accessJohannes Berg1-16/+8
2008-03-06mac80211: split ieee80211_txrx_dataJohannes Berg1-81/+82
2008-03-06mac80211: clean up mesh RX path a bit moreJohannes Berg1-11/+6
2008-03-06mac80211: clean up mesh codeJohannes Berg1-14/+14
2008-03-06mac80211: support for mesh interfaces in mac80211 data pathLuis Carlos Cobo1-4/+117
2008-03-06mac80211: add mesh interface typeJohannes Berg1-0/+10
2008-02-29mac80211: consolidate TIM handling codeJohannes Berg1-14/+15
2008-02-29mac80211: remove sta TIM flag, fix expiry TIM handlingJohannes Berg1-4/+3
2008-02-29mac80211: invoke set_tim() callback after setting own TIM infoJohannes Berg1-4/+4
2008-02-29mac80211: convert sta_info.pspoll to a flagJohannes Berg1-6/+7
2008-02-29mac80211: enable IBSS mergingBruno Randolf1-1/+4
2008-02-29net/mac80211/: Use time_* macrosS.Çağlar Onur1-1/+2
2008-02-29mac80211: Add cooked monitor mode supportMichael Wu1-1/+86
2008-02-29mac80211: move some code into ieee80211_invoke_rx_handlersJohannes Berg1-24/+18
2008-02-29mac80211: remove "dynamic" RX/TX handlersJohannes Berg1-41/+39
2008-02-29mac80211: clean up some things in the RX pathJohannes Berg1-27/+10
2008-02-29mac80211: split RX_DROPJohannes Berg1-29/+30
2008-02-29mac80211: split ieee80211_txrx_resultJohannes Berg1-75/+75
2008-02-29mac80211: remove port control enable switch, clean up sta flagsJohannes Berg1-4/+4
2008-02-29cfg80211 API for channels/bitrates, mac80211 and driver conversionJohannes Berg1-35/+47
2008-02-29mac80211: dissolve pre-rx handlersJohannes Berg1-59/+37
2008-02-01mac80211: make alignment warning optionalJohannes Berg1-0/+7
2008-01-31mac80211: fixing null qos data frames check for reordering bufferRon Rindjunsky1-1/+1
2008-01-31mac80211: fix alignment warningJohannes Berg1-13/+33
2008-01-28mac80211: fix rx flow sparse errors, make functions staticRon Rindjunsky1-5/+7
2008-01-28mac80211: fix RCU locking in __ieee80211_rx_handle_packetJohannes Berg1-1/+0
2008-01-28mac80211: move interface type to vif structureJohannes Berg1-19/+19
2008-01-28mac80211: A-MPDU Rx adding BAR handling capabilityRon Rindjunsky1-4/+58
2008-01-28mac80211: A-MPDU Rx handling aggregation reorderingRon Rindjunsky1-2/+183
2008-01-28mac80211: restructure __ieee80211_rxRon Rindjunsky1-36/+50
2008-01-28mac80211: Restore rx.fc before every invocation of ieee80211_invoke_rx_handlersHelmut Schaa1-0/+2
2008-01-28mac80211: clean up eapol frame handling/port controlJohannes Berg1-65/+68
2008-01-28mac80211: pass in PS_POLL framesRon Rindjunsky1-2/+9
2008-01-28mac80211: conditionally include timestamp in radiotap informationJohannes Berg1-16/+32
2008-01-28[MAC80211]: Use htons() where appropriate.YOSHIFUJI Hideaki1-1/+1
2008-01-28mac80211: move A-MSDU identifier to flagsRon Rindjunsky1-3/+3
2008-01-28mac80211: adding 802.11n essential A-MSDU Rx capabilityRon Rindjunsky1-0/+124
2008-01-28mac80211: restructuring data Rx handlersRon Rindjunsky1-47/+77
2008-01-28mac80211: hardware scan reworkZhu Yi1-3/+9
2008-01-28[MAC80211]: Revert unaligned warning removal.David S. Miller1-0/+13
2008-01-24Revert "mac80211: warn when receiving frames with unaligned data"Linus Torvalds1-13/+0
2007-12-26mac80211: warn when receiving frames with unaligned dataJohannes Berg1-0/+13
2007-11-29mac80211: drop unencrypted frames if encryption is expectedJohannes Berg1-1/+1
2007-11-10mac80211: make "decrypt failed" messages conditional upon MAC80211_DEBUGJohn W. Linville1-0/+2
2007-10-10[PATCH] mac80211: Defer setting of RX_FLAG_DECRYPTED.Mattias Nissler1-9/+11
2007-10-10[MAC80211]: make userspace-mlme a per-interface settingJohannes Berg1-1/+1