aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
...
* | nl80211/mac80211: Report signal averageBruno Randolf2010-12-071-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-12-021-0/+6
|\ \ | |/
| * mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian2010-11-301-0/+2
| * mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter2010-11-301-0/+4
* | mac80211: Minor optimization in ieee80211_rx_h_dataHelmut Schaa2010-11-301-3/+2
* | mac80211: fix RX aggregation lockingJohannes Berg2010-11-291-4/+13
* | Revert "nl80211/mac80211: Report signal average"John W. Linville2010-11-241-1/+0
* | nl80211/mac80211: Report signal averageBruno Randolf2010-11-181-0/+1
* | mac80211: fix powersaving clients racesJohannes Berg2010-11-171-2/+0
|/
* mac80211: temporarily disable reorder release timerChristian Lamparter2010-10-111-0/+24
* cfg80211/mac80211: allow per-station GTKsJohannes Berg2010-10-061-15/+26
* mac80211: fix for WDS interfacesBill Jordan2010-10-051-0/+1
* mac80211: move packet flags into packetJohannes Berg2010-09-271-45/+57
* mac80211: fix release_reorder_timeout in scanJohannes Berg2010-09-271-14/+8
* mac80211: clean up rx handling wrt. found_staJohannes Berg2010-09-271-31/+25
* mac80211: consolidate packet processingJohannes Berg2010-09-271-103/+62
* mac80211: remove prepare_for_handlers sdata argumentJohannes Berg2010-09-271-8/+8
* Revert "mac80211: fix use-after-free"John W. Linville2010-09-271-0/+4
* mac80211: Support receiving data frames on multiple vifs.Ben Greear2010-09-271-10/+70
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-09-241-4/+0
|\
| * mac80211: fix use-after-freeJohannes Berg2010-09-241-4/+0
* | mac80211: add p2p device type supportJohannes Berg2010-09-161-3/+1
* | mac80211: allow changing port control protocolJohannes Berg2010-08-271-1/+1
* | mac80211: allow vendor specific cipher suitesJohannes Berg2010-08-271-0/+6
* | mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter2010-08-251-4/+8
* | net/mac80211: Use wiphy_<level>Joe Perches2010-08-251-8/+5
* | cfg80211/mac80211: extensible frame processingJohannes Berg2010-08-241-41/+96
* | mac80211: remove unused status flag checksJohannes Berg2010-08-161-0/+3
* | mac80211: use cipher suite selectorsJohannes Berg2010-08-161-8/+10
* | mac80211: AMPDU rx reorder timeout timerChristian Lamparter2010-08-161-7/+63
* | mac80211: remove unused rate function parameterChristian Lamparter2010-08-161-16/+6
* | mac80211: put rx handlers into separate functionsChristian Lamparter2010-08-161-86/+128
* | mac80211: don't check rates on PLCP error framesJohannes Berg2010-08-161-20/+29
|/
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-07-011-9/+9
|\
| * mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville2010-06-281-5/+5
| * mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville2010-06-241-4/+4
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-171-50/+87
|\ \ | |/
| * mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen2010-06-151-2/+7
| * mac80211: fix mgmt frame accountingJohannes Berg2010-06-141-12/+13
| * mac80211: use RCU for RX aggregationJohannes Berg2010-06-141-19/+15
| * mac80211: move aggregation callback processingJohannes Berg2010-06-141-0/+5
| * mac80211: move blockack stop due to fragmentationJohannes Berg2010-06-141-3/+2
| * mac80211: always process blockack action from workqueueJohannes Berg2010-06-141-16/+13
| * mac80211: pull mgmt frame rx into rx handlerJohannes Berg2010-06-141-13/+48
| * cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg2010-06-141-2/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-06-111-16/+25
|\ \ | |/
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2010-06-071-2/+14
| |\
| | * mac80211: process station blockack action frames from workJohannes Berg2010-06-041-0/+3
| * | mac80211: drop control frames after processingJohannes Berg2010-06-031-1/+6
| * | mac80211: move WEP weak IV checkJohannes Berg2010-06-031-15/+16