aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-01Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJohn W. Linville1-27/+70
2013-07-16mac80211: select and adjust bitrates according to channel modeSimon Wunderlich1-1/+6
2013-07-16mac80211: add radiotap flag and handling for 5/10 MHzSimon Wunderlich1-9/+12
2013-07-16mac80211: add per-chain signal information to radiotapJohannes Berg1-17/+52
2013-07-16mac80211: fix duplicate retransmission detectionJohannes Berg1-2/+8
2013-06-04cfg80211/mac80211: clean up cfg80211 SME APIsJohannes Berg1-16/+10
2013-05-25Merge remote-tracking branch 'mac80211/master' into mac80211-nextJohannes Berg1-0/+3
2013-05-24mac80211: add STBC flag for radiotapOleksij Rempel1-0/+4
2013-05-16wireless: move crypto constants to ieee80211.hJohannes Berg1-6/+6
2013-05-16mac80211: add support for per-chain signal strength reportingFelix Fietkau1-0/+14
2013-05-16mac80211: fix AP-mode frame matchingJohannes Berg1-0/+3
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg1-1/+13
2013-04-18mac80211: fix P2P-Device management frame RXJohannes Berg1-1/+2
2013-04-16mac80211: handle extended channel switch announcementJohannes Berg1-0/+16
2013-04-16mac80211: unify CSA action frame/beacon processingJohannes Berg1-4/+0
2013-04-10mac80211: unset FC retry bit in mesh fwding pathThomas Pedersen1-0/+1
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wirelessJohn W. Linville1-1/+13
2013-03-11mac80211: fix crash with P2P Device returning action framesJohannes Berg1-1/+13
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