aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-06mac80211: support userspace MPMThomas Pedersen1-1/+1
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg1-32/+21
2013-03-06mac80211: clarify alignment commentJohannes Berg1-2/+4
2013-02-15mac80211: clean up mesh codeJohannes Berg1-6/+6
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg1-10/+6
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen1-2/+3
2013-02-15mac80211: handle operating mode notif in beacon/assoc responseJohannes Berg1-1/+2
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg1-0/+30
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg1-13/+8
2013-02-11mac80211: protect rx-path with spinlockChristian Lamparter1-35/+46
2013-02-04mac80211: mesh power save basicsMarco Porsch1-0/+7
2013-01-03mac80211: support HT notify channel width actionJohannes Berg1-1/+30
2012-12-06mac80211: don't drop mesh peering frames from unknown STAMarco Porsch1-1/+2
2012-12-05mac80211: skip radiotap space calculation if no monitor existsHelmut Schaa1-3/+3
2012-11-28mac80211: fix potential NULL dereferenceDan Carpenter1-1/+1
2012-11-27mac80211: support (partial) VHT radiotap informationJohannes Berg1-0/+40
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg1-5/+15
2012-11-26mac80211: in ADHOC don't update last_rx if sta is not authorizedAntonio Quartulli1-3/+7
2012-11-23mac80211: fix radiotap vendor area skippingJohannes Berg1-4/+7
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg1-12/+59
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg1-2/+2
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen1-3/+11
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear1-1/+1
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-18/+56
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-18/+56
2012-10-26mac80211: make sure data is accessible in EAPOL checkJohannes Berg1-8/+10
2012-10-26mac80211: verify that skb data is presentJohannes Berg1-1/+31
2012-10-26mac80211: check management frame header lengthJohannes Berg1-4/+8
2012-10-26mac80211: a few formatting fixesJohannes Berg1-26/+13
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona1-0/+4
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona1-1/+1
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona1-4/+2
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch1-7/+14
2012-10-18mac80211: remove some unused codeJohannes Berg1-8/+3
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg1-1/+1
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg1-1/+1
2012-08-20mac80211: support P2P Device abstractionJohannes Berg1-3/+11
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg1-1/+41
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next into for-davemJohn W. Linville1-40/+9
2012-07-12Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-40/+9
2012-07-12mac80211: redesign scan RXJohannes Berg1-39/+8
2012-07-12mac80211: track scheduled scan virtual interfaceJohannes Berg1-2/+2
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-1/+1
2012-07-09Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2012-07-09cfg80211: use wdev in mgmt-tx/ROC APIsJohannes Berg1-1/+1
2012-06-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+4
2012-06-27mac80211: correct behaviour on unrecognised action framesJohannes Berg1-1/+4
2012-06-24mac80211: clean up debuggingJohannes Berg1-29/+11
2012-06-22mac80211: pass sdata to some RX functionsJohannes Berg1-17/+16
2012-06-20mac80211: save wmm_acm per sdataYoni Divinsky1-1/+1