aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-11-30mac80211: Minor optimization in ieee80211_rx_h_dataHelmut Schaa1-3/+2
2010-11-30mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian1-0/+2
2010-11-30mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter1-0/+4
2010-11-29mac80211: fix RX aggregation lockingJohannes Berg1-4/+13
2010-11-24Revert "nl80211/mac80211: Report signal average"John W. Linville1-1/+0
2010-11-18nl80211/mac80211: Report signal averageBruno Randolf1-0/+1
2010-11-17mac80211: fix powersaving clients racesJohannes Berg1-2/+0
2010-10-11mac80211: temporarily disable reorder release timerChristian Lamparter1-0/+24
2010-10-06cfg80211/mac80211: allow per-station GTKsJohannes Berg1-15/+26
2010-10-05mac80211: fix for WDS interfacesBill Jordan1-0/+1
2010-09-27mac80211: move packet flags into packetJohannes Berg1-45/+57
2010-09-27mac80211: fix release_reorder_timeout in scanJohannes Berg1-14/+8
2010-09-27mac80211: clean up rx handling wrt. found_staJohannes Berg1-31/+25
2010-09-27mac80211: consolidate packet processingJohannes Berg1-103/+62
2010-09-27mac80211: remove prepare_for_handlers sdata argumentJohannes Berg1-8/+8
2010-09-27Revert "mac80211: fix use-after-free"John W. Linville1-0/+4
2010-09-27mac80211: Support receiving data frames on multiple vifs.Ben Greear1-10/+70
2010-09-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-4/+0
2010-09-24mac80211: fix use-after-freeJohannes Berg1-4/+0
2010-09-16mac80211: add p2p device type supportJohannes Berg1-3/+1
2010-08-27mac80211: allow changing port control protocolJohannes Berg1-1/+1
2010-08-27mac80211: allow vendor specific cipher suitesJohannes Berg1-0/+6
2010-08-25mac80211: fix rcu-unsafe pointer dereferenceChristian Lamparter1-4/+8
2010-08-25net/mac80211: Use wiphy_<level>Joe Perches1-8/+5
2010-08-24cfg80211/mac80211: extensible frame processingJohannes Berg1-41/+96
2010-08-16mac80211: remove unused status flag checksJohannes Berg1-0/+3
2010-08-16mac80211: use cipher suite selectorsJohannes Berg1-8/+10
2010-08-16mac80211: AMPDU rx reorder timeout timerChristian Lamparter1-7/+63
2010-08-16mac80211: remove unused rate function parameterChristian Lamparter1-16/+6
2010-08-16mac80211: put rx handlers into separate functionsChristian Lamparter1-86/+128
2010-08-16mac80211: don't check rates on PLCP error framesJohannes Berg1-20/+29
2010-07-01Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-9/+9
2010-06-28mac80211: use netif_receive_skb in ieee80211_rx callpathJohn W. Linville1-5/+5
2010-06-24mac80211: don't shadow mgmt variable in ieee80211_rx_h_actionJohn W. Linville1-4/+4
2010-06-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-50/+87
2010-06-15mac80211: Use a separate CCMP PN receive counter for management framesJouni Malinen1-2/+7
2010-06-14mac80211: fix mgmt frame accountingJohannes Berg1-12/+13
2010-06-14mac80211: use RCU for RX aggregationJohannes Berg1-19/+15
2010-06-14mac80211: move aggregation callback processingJohannes Berg1-0/+5
2010-06-14mac80211: move blockack stop due to fragmentationJohannes Berg1-3/+2
2010-06-14mac80211: always process blockack action from workqueueJohannes Berg1-16/+13
2010-06-14mac80211: pull mgmt frame rx into rx handlerJohannes Berg1-13/+48
2010-06-14cfg80211/mac80211: allow action frame TX/RX in IBSSJohannes Berg1-2/+1
2010-06-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-16/+25
2010-06-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-2/+14
2010-06-06Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-2/+11
2010-06-04mac80211: process station blockack action frames from workJohannes Berg1-0/+3
2010-06-03mac80211: drop control frames after processingJohannes Berg1-1/+6
2010-06-03mac80211: move WEP weak IV checkJohannes Berg1-15/+16
2010-06-03net: use __packed annotationEric Dumazet1-1/+1