summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: drop multicast fragmentsJohannes Berg2021-06-091-6/+3
* mac80211: extend protection against mixed key and fragment cache attacksWen Gong2021-05-111-2/+11
* mac80211: do not accept/forward invalid EAPOL framesJohannes Berg2021-05-111-6/+27
* mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg2021-05-111-0/+12
* mac80211: check defrag PN against current frameJohannes Berg2021-05-111-3/+2
* mac80211: add fragment cache to sta_infoJohannes Berg2021-05-111-11/+30
* mac80211: drop A-MSDUs on old ciphersJohannes Berg2021-05-111-1/+18
* mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef2021-05-111-1/+1
* mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef2021-05-111-0/+6
* mac80211: assure all fragments are encryptedMathy Vanhoef2021-05-111-11/+12
* kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior2021-03-061-0/+1
* mac80211: add rx decapsulation offload supportFelix Fietkau2021-01-211-85/+158
* mac80211: fix fast-rx encryption checkFelix Fietkau2021-01-141-0/+2
* mac80211: fix a mistake check for rx_stats updateWen Gong2020-12-111-1/+1
* net: mac80211: use core API for updating TX/RX statsLev Stipakov2020-12-111-14/+4
* mac80211: remove WDS-related codeJohannes Berg2020-11-111-5/+0
* mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh2020-11-021-7/+9
* mac80211: receive and process S1G beaconsThomas Pedersen2020-09-281-48/+36
* mac80211: convert S1G beacon to scan resultsThomas Pedersen2020-09-281-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-09-221-1/+2
|\
| * mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit2020-09-181-1/+2
* | mac80211: optimize station connection monitorFelix Fietkau2020-09-181-9/+0
* | mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau2020-09-181-1/+1
|/
* mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau2020-07-311-22/+38
* mac80211: remove unused flags argument in transmit functionsMathy Vanhoef2020-07-311-1/+1
* mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-311-2/+2
* mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil2020-06-251-0/+26
* net: fix wiki website url mac80211 and wireless filesFlavio Suligoi2020-06-081-1/+1
* mac80211: fix HT-Control field reception for management framesJohannes Berg2020-05-271-7/+37
* mac80211: allow SA-QUERY processing in userspaceJohannes Berg2020-05-271-13/+36
* cfg80211: add KHz variants of frame RX APIThomas Pedersen2020-05-271-5/+7
* mac80211: add freq_offset to RX statusThomas Pedersen2020-04-241-0/+1
* mac80211: Report beacon protection failures to user spaceJouni Malinen2020-04-241-2/+14
* mac80211: handle no-preauth flag for control portMarkus Theil2020-03-201-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-02-271-1/+1
|\
| * mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik2020-02-241-1/+1
* | mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen2020-02-241-12/+67
* | mac80211: Handle SMPS mode changes only in AP modeIlan Peer2020-02-071-1/+5
* | mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen2020-01-151-5/+3
|/
* mac80211: accept deauth frames in IBSS modeJohannes Berg2019-10-071-1/+10
* mac80211: Correctly set noencrypt for PAE framesDenis Kenzior2019-08-291-1/+1
* mac80211: Don't memset RXCB prior to PAE interceptDenis Kenzior2019-08-291-2/+2
* Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-211-4/+1
|\
| * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* | mac80211: drop robust management frames from unknown TAJohannes Berg2019-06-141-0/+2
|/
* Merge tag 'mac80211-next-for-davem-2019-04-26' of git://git.kernel.org/pub/sc...David S. Miller2019-04-261-35/+39
|\
| * mac80211: IEEE 802.11 Extended Key ID supportAlexander Wetzel2019-04-261-35/+39
* | mac80211: un-schedule TXQs on powersave startFelix Fietkau2019-03-291-1/+9
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-241-1/+6
|\
| * mac80211: allocate tailroom for forwarded mesh packetsFelix Fietkau2019-02-221-1/+6