summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-251-2/+1
* mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-03-081-2/+2
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-271-1/+1
* mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-10-171-1/+2
* mac80211: fix memory corruption in EAPOL handlingDavis Mosenkovs2021-07-201-1/+1
* mac80211: drop multicast fragmentsJohannes Berg2021-06-301-6/+3
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-06-031-2/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-06-031-6/+28
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-06-031-0/+12
* mac80211: check defrag PN against current frameJohannes Berg2021-06-031-3/+2
* mac80211: add fragment cache to sta_infoJohannes Berg2021-06-031-11/+30
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-06-031-0/+17
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-06-031-1/+2
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-06-031-0/+6
* mac80211: assure all fragments are encryptedMathy Vanhoef2021-06-031-11/+12
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-02-071-0/+2
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-07-291-0/+26
* mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-05-101-5/+3
* mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-03-201-1/+1
* mac80211: accept deauth frames in IBSS modeJohannes Berg2020-01-271-1/+10
* mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-251-0/+2
* mac80211: Add attribute aligned(2) to struct 'action'Mathieu Malaterre2019-03-051-1/+1
* mac80211: fix miscounting of ttl-dropped framesBob Copeland2019-03-051-1/+3
* mac80211: fix radiotap vendor presence bitmap handlingJohannes Berg2019-02-121-2/+3
* mac80211: ignore NullFunc frames in the duplicate detectionEmmanuel Grumbach2018-12-131-0/+1
* mac80211: drop frames with unexpected DS bits from fast-rx to slow pathFelix Fietkau2018-05-301-1/+1
* mac80211: mesh: drop frames appearing to be from usJohannes Berg2018-03-031-0/+2
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-1/+1
* networking: convert many more places to skb_put_zero()Johannes Berg2017-06-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+5
|\
| * mac80211: don't look at the PM bit of BAR framesEmmanuel Grumbach2017-06-131-1/+5
* | mac80211: manage RX BA session offload without SKB queueJohannes Berg2017-06-081-4/+0
|/
* mac80211: strictly check mesh address extension modeRajkumar Manoharan2017-05-171-1/+2
* mac80211: rename ieee80211_rx_status::vht_nss to just nssJohannes Berg2017-04-281-4/+4
* mac80211: separate encoding/bandwidth from flagsJohannes Berg2017-04-281-22/+33
* mac80211: clean up rate encoding bits in RX statusJohannes Berg2017-04-281-29/+29
* mac80211: make multicast variable a bool in ieee80211_accept_frame()Luca Coelho2017-04-261-1/+1
* mac80211: rewrite monitor mode delivery logicJohannes Berg2017-04-251-59/+92
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-18/+68
|\
| * mac80211: reject ToDS broadcast data framesJohannes Berg2017-04-201-0/+21
| * mac80211: fix MU-MIMO follow-MAC modeJohannes Berg2017-04-131-18/+47
* | mac80211: keep a separate list of monitor interfaces that are upJohannes Berg2017-04-181-10/+1
* | mac80211: drop frames too short for FCS earlierJohannes Berg2017-04-131-21/+18
|/
* mac80211: use driver-indicated transmitter STA only for data framesJohannes Berg2017-02-281-7/+9
* mac80211: don't reorder frames with SN smaller than SSNSara Sharon2017-02-271-1/+13
* mac80211: fix packet statistics for fast-RXJohannes Berg2017-02-271-0/+1
* mac80211: use helper function to access ieee802_1d_to_ac[]Amadeusz Sławiński2017-01-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-171-17/+21
|\
| * mac80211: recalculate min channel width on VHT opmode changesJohannes Berg2017-01-111-8/+1