aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-19cfg80211: introduce capability for 4addr modeJohannes Berg1-5/+9
2009-11-18mac80211: remove encrypt parameter from ieee80211_tx_skbJohannes Berg1-1/+1
2009-11-18mac80211: improve rate handlingJohannes Berg1-17/+18
2009-11-18mac80211: trim RX dataJohannes Berg1-38/+42
2009-11-18mac80211: cleanup reorder buffer handlingJohannes Berg1-81/+81
2009-11-18mac80211: push michael MIC report after DA checkJohannes Berg1-24/+23
2009-11-13mac80211: fix broadcast frame handling for 4-addr AP VLANsFelix Fietkau1-1/+1
2009-11-11mac80211: fix max HT rate processing on mac80211Luis R. Rodriguez1-3/+15
2009-11-11mac80211: implement support for 4-address frames for AP and client modeFelix Fietkau1-1/+17
2009-11-11mac80211: update peer link management IE and action framesRui Paulo1-1/+1
2009-11-06mac80211: async station powersave handlingJohannes Berg1-71/+15
2009-10-30mac80211: remove sent_ps_bufferedJohannes Berg1-5/+3
2009-10-30mac80211: also drop qos-nullfunc frames silentlyJohannes Berg1-5/+10
2009-10-30mac80211: deprecate qual valueJohannes Berg1-1/+0
2009-10-30mac80211: make align adjustment code support paged SKBZhu Yi1-4/+4
2009-10-30mac80211: remove RX_FLAG_RADIOTAPJohannes Berg1-21/+12
2009-10-30mac80211: fix radiotap header generationJohannes Berg1-14/+12
2009-10-27mac80211: Learn about mesh portals from multicast trafficJavier Cardona1-6/+15
2009-10-12mac80211: document ieee80211_rx() context requirementJohannes Berg1-0/+2
2009-10-07mac80211: fix vlan and optimise RXJohannes Berg1-2/+8
2009-08-28mac80211: fix RX skb leaksJohannes Berg1-19/+15
2009-08-28mac80211: remove tasklet enable/disableJohannes Berg1-0/+9
2009-08-28mac80211: remove ieee80211_rx namespace hackJohn W. Linville1-2/+2
2009-08-20mac80211: New stat counters for multicast and unicast forwarded framesDaniel Walker1-1/+7
2009-08-14mac80211: Use 3-address format for mesh broadcast frames.Javier Cardona1-17/+28
2009-07-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-9/+12
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-0/+12
2009-07-29mac80211: fix suspendJohannes Berg1-0/+12
2009-07-27mac80211: fix PS-poll response, raceJohannes Berg1-5/+6
2009-07-27mac80211: implement basic background scanningHelmut Schaa1-2/+4
2009-07-27mac80211: Replace {sw, hw}_scanning variables with a bitfieldHelmut Schaa1-3/+3
2009-07-27mac80211: cooperate more with network namespacesJohannes Berg1-1/+1
2009-07-24mac80211: Fix regression in mesh forwarding path.Javier Cardona1-2/+15
2009-07-24mac80211: remove master netdevJohannes Berg1-6/+10
2009-07-24mac80211: monitor the connectionJohannes Berg1-14/+8
2009-07-10mac80211: rework MLME for multiple authenticationsJohannes Berg1-25/+4
2009-07-10cfg80211: use proper allocation flagsJohannes Berg1-1/+2
2009-07-10mac80211: push rx status into skb->cbJohannes Berg1-40/+31
2009-06-10mac80211: do not pass PS frames out of mac80211 againJohannes Berg1-16/+9
2009-06-10mac80211 : fix unaligned rx skbmatthieu castet1-1/+1
2009-05-22wireless: move some utility functions from mac80211 to cfg80211Zhu Yi1-85/+4
2009-05-20mac80211: move channel switch codeJohannes Berg1-1/+4
2009-05-11mac80211: MFP - Drop unprotected Action frames prior key setupJouni Malinen1-9/+19
2009-05-11mac80211: Drop unencrypted frames based on key setupJouni Malinen1-9/+21
2009-05-06mac80211: Comment the order of HT RX reorder handler vs. RX handlersJouni Malinen1-0/+12
2009-05-06mac80211: Add a timeout for frames in the RX reorder bufferJouni Malinen1-1/+46
2009-05-06mac80211: Use a shared function to release frames from RX reorder bufJouni Malinen1-39/+31
2009-05-06mac80211: add driver ops wrappersJohannes Berg1-6/+3
2009-04-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-1/+1