aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-04-11Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller1-0/+1
2010-04-06mac80211: Handle mesh action frames in ieee80211_rx_h_actionJavier Cardona1-0/+5
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-02-16mac80211: split ieee80211_drop_unencryptedJohannes Berg1-4/+18
2010-02-15cfg80211/mac80211: allow registering for and sending action framesJouni Malinen1-11/+31
2010-02-15mac80211: reject unhandled action framesJohannes Berg1-33/+57
2010-02-08mac80211: Reset dynamic ps timer in Rx path.Vivek Natarajan1-0/+8
2010-02-08mac80211: allow station add/remove to sleepJohannes Berg1-2/+2
2010-02-01mac80211: fix sta lookup for received action frames on an AP VLANFelix Fietkau1-2/+2
2010-01-22mac80211: fix rx data handling for non-data frames on multiple vifsFelix Fietkau1-17/+28
2010-01-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-0/+4
2010-01-12mac80211: use nullfunc frames for 4-addr sta detectionFelix Fietkau1-0/+12
2010-01-08mac80211: add missing sanity checks for action framesFelix Fietkau1-0/+4
2010-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+3
2010-01-05mac80211: fix skb buffering issueJohannes Berg1-1/+3
2009-12-28mac80211: generalise work handlingJohannes Berg1-0/+5
2009-12-28mac80211: add ieee80211_sdata_runningJohannes Berg1-3/+3
2009-12-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville1-1/+0
2009-12-22wireless: add ieee80211_amsdu_to_8023sZhu Yi1-86/+20
2009-12-21mac80211: remove payload alignment warningKalle Valo1-20/+7
2009-12-21mac80211: trace interface nameJohannes Berg1-1/+1
2009-12-21mac80211: reduce reliance on netdevJohannes Berg1-22/+21
2009-12-21mac80211: make station management completely depend on vifJohannes Berg1-55/+64
2009-12-10mac80211: Fixed bug in mesh portal pathsJavier Cardona1-1/+0
2009-12-04mac80211: fix reorder buffer releaseJohannes Berg1-1/+1
2009-12-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller1-284/+305
2009-11-29net: Move && and || to end of previous lineJoe Perches1-2/+2
2009-11-28mac80211: correctly place aMPDU RX reorder codeJohannes Berg1-73/+95
2009-11-28mac80211: move aMPDU RX reorder codeJohannes Berg1-230/+229
2009-11-28mac80211: move cmntr flag out of rx flagsJohannes Berg1-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