aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
AgeCommit message (Expand)Author
2022-10-15wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg
2022-05-25mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau
2022-03-08mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande
2022-01-27mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih
2021-12-08mac80211: do not access the IV when it was strippedXing Song
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing
2021-06-30mac80211: drop multicast fragmentsJohannes Berg
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg
2021-06-03mac80211: check defrag PN against current frameJohannes Berg
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef
2021-02-07mac80211: fix fast-rx encryption checkFelix Fietkau
2020-12-30mac80211: fix a mistake check for rx_stats updateWen Gong
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18mac80211: optimize station connection monitorFelix Fietkau
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-06-25mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen
2020-04-24mac80211: Report beacon protection failures to user spaceJouni Malinen
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg
2019-08-29mac80211: Correctly set noencrypt for PAE framesDenis Kenzior
2019-08-29mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-14mac80211: drop robust management frames from unknown TAJohannes Berg
2019-04-26Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller
2019-04-26mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel
2019-03-29mac80211: un-schedule TXQs on powersave startFelix Fietkau
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller