summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)AuthorFilesLines
2022-03-08mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande1-2/+2
2021-10-17mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-07-20mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs1-1/+1
2021-06-30mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-06-03mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-3/+11
2021-06-03mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+28
2021-06-03mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg1-0/+12
2021-06-03mac80211: check defrag PN against current frameJohannes Berg1-3/+2
2021-06-03mac80211: add fragment cache to sta_infoJohannes Berg1-11/+30
2021-06-03mac80211: drop A-MSDUs on old ciphersJohannes Berg1-0/+17
2021-06-03mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef1-1/+2
2021-06-03mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef1-0/+6
2021-06-03mac80211: assure all fragments are encryptedMathy Vanhoef1-11/+12
2021-02-10mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2020-07-31mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil1-0/+26
2020-05-10mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen1-5/+3
2020-03-20mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-01-29mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10
2019-07-10mac80211: drop robust management frames from unknown TAJohannes Berg1-0/+2
2019-03-05mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre1-1/+1
2019-03-05mac80211: fix miscounting of ttl-dropped framesBob Copeland1-1/+3
2019-02-12mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg1-2/+3
2018-12-13mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach1-0/+1
2018-05-30mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau1-1/+1
2018-03-03mac80211: mesh: drop frames appearing to be from usJohannes Berg1-0/+2
2017-07-05mac80211: recalculate min channel width on VHT opmode changesJohannes Berg1-8/+1
2017-06-24mac80211: strictly check mesh address extension modeRajkumar Manoharan1-1/+2
2017-06-24mac80211: fix packet statistics for fast-RXJohannes Berg1-0/+1
2017-06-24mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach1-1/+5
2017-04-27mac80211: fix MU-MIMO follow-MAC modeJohannes Berg1-18/+47
2017-04-27mac80211: reject ToDS broadcast data framesJohannes Berg1-0/+21
2017-03-15mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg1-7/+9
2017-03-15mac80211: don't reorder frames with SN smaller than SSNSara Sharon1-1/+13
2017-01-26mac80211: implement multicast forwarding on fast-RX pathJohannes Berg1-8/+18
2016-10-12mac80211: validate DA/SA during A-MSDU decapsulationJohannes Berg1-1/+19
2016-10-12cfg80211: add ability to check DA/SA in A-MSDU decapsulationJohannes Berg1-1/+2
2016-10-12cfg80211: let ieee80211_amsdu_to_8023s() take only header-less SKBJohannes Berg1-1/+7
2016-10-12mac80211: discard multicast and 4-addr A-MSDUsJohannes Berg1-9/+15
2016-10-04Merge remote-tracking branch 'net-next/master' into mac80211-nextJohannes Berg1-5/+2
2016-09-30mac80211: Move reorder-sensitive TX handlers to after TXQ dequeueToke Høiland-Jørgensen1-3/+1
2016-09-30cfg80211: add start / stop NAN commandsAyala Beker1-0/+3
2016-09-20mac80211: Use rhltable instead of rhashtableHerbert Xu1-5/+2
2016-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg1-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg1-1/+8
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg1-0/+30
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld1-0/+20
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld1-2/+2
2016-08-02mac80211: fix check for buffered powersave frames with txqFelix Fietkau1-1/+1
2016-06-30mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma1-1/+6
2016-06-09mac80211: implement fair queueing per txqMichal Kazior1-1/+1