aboutsummaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)Author
2013-12-20mac80211: don't attempt to reorder multicast framesJohannes Berg
2013-11-13mac80211: drop spoofed packets in ad-hoc modeFelix Fietkau
2013-08-11mac80211: fix duplicate retransmission detectionJohannes Berg
2013-05-16mac80211: fix AP-mode frame matchingJohannes Berg
2013-04-22Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg
2013-04-18mac80211: fix P2P-Device management frame RXJohannes Berg
2013-04-16mac80211: handle extended channel switch announcementJohannes Berg
2013-04-16mac80211: unify CSA action frame/beacon processingJohannes Berg
2013-04-10mac80211: unset FC retry bit in mesh fwding pathThomas Pedersen
2013-03-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2013-03-11mac80211: fix crash with P2P Device returning action framesJohannes Berg
2013-03-06mac80211: support userspace MPMThomas Pedersen
2013-03-06wireless: move sequence number arithmetic to ieee80211.hJohannes Berg
2013-03-06mac80211: clarify alignment commentJohannes Berg
2013-02-15mac80211: clean up mesh codeJohannes Berg
2013-02-15mac80211: stop modifying HT SMPS capabilityJohannes Berg
2013-02-15mac80211: generate mesh probe responsesThomas Pedersen
2013-02-15mac80211: handle operating mode notif in beacon/assoc responseJohannes Berg
2013-02-15mac80211: handle VHT operating mode notificationJohannes Berg
2013-02-15mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40Johannes Berg
2013-02-11mac80211: protect rx-path with spinlockChristian Lamparter
2013-02-04mac80211: mesh power save basicsMarco Porsch
2013-01-03mac80211: support HT notify channel width actionJohannes Berg
2012-12-06mac80211: don't drop mesh peering frames from unknown STAMarco Porsch
2012-12-05mac80211: skip radiotap space calculation if no monitor existsHelmut Schaa
2012-11-28mac80211: fix potential NULL dereferenceDan Carpenter
2012-11-27mac80211: support (partial) VHT radiotap informationJohannes Berg
2012-11-26mac80211: support drivers reporting VHT RXJohannes Berg
2012-11-26mac80211: in ADHOC don't update last_rx if sta is not authorizedAntonio Quartulli
2012-11-23mac80211: fix radiotap vendor area skippingJohannes Berg
2012-11-19mac80211: support radiotap vendor namespace RX dataJohannes Berg
2012-11-19mac80211: introduce IEEE80211_NUM_TIDS and use itJohannes Berg
2012-11-13mac80211: support RX_FLAG_MACTIME_ENDThomas Pedersen
2012-11-05cfg80211: allow registering more than one beacon listenerBen Greear
2012-10-30Merge remote-tracking branch 'wireless-next/master' into mac80211-nextJohannes Berg
2012-10-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-10-26mac80211: make sure data is accessible in EAPOL checkJohannes Berg
2012-10-26mac80211: verify that skb data is presentJohannes Berg
2012-10-26mac80211: check management frame header lengthJohannes Berg
2012-10-26mac80211: a few formatting fixesJohannes Berg
2012-10-25mac80211: don't inspect Sequence Control field on control framesJavier Cardona
2012-10-25mac80211: Don't drop frames received with mesh ttl == 1Javier Cardona
2012-10-25mac80211: Only process mesh config header on frames that RA_MATCHJavier Cardona
2012-10-19mac80211: make client powersave independent of interface typeMarco Porsch
2012-10-18mac80211: remove some unused codeJohannes Berg
2012-09-05mac80211: don't use kerneldoc for ieee80211_add_rx_radiotap_headerJohannes Berg
2012-08-20mac80211: use RX status band instead of current bandJohannes Berg
2012-08-20mac80211: support P2P Device abstractionJohannes Berg
2012-08-20mac80211: support A-MPDU status reportingJohannes Berg
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville