summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* mac80211: fix throughput LED triggerFelix Fietkau2021-11-151-3/+4
* mac80211: fix radiotap header generationJohannes Berg2021-11-151-1/+1
* mac80211: do not access the IV when it was strippedXing Song2021-11-151-1/+2
* Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub...Jakub Kicinski2021-10-221-11/+1
|\
| * mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi2021-09-231-11/+1
* | mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing2021-09-231-1/+2
|/
* mac80211: introduce individual TWT support in AP modeLorenzo Bianconi2021-08-241-0/+73
* mac80211: Use flex-array for radiotap header bitmapKees Cook2021-08-131-1/+6
* mac80211: radiotap: Use BIT() instead of shiftsKees Cook2021-08-131-11/+11
* mac80211: Do not strip skb headroom on monitor framesJohan Almbladh2021-07-231-1/+2
* mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen2021-06-231-5/+1
* mac80211: use sdata->skb_queue for TDLSJohannes Berg2021-06-231-8/+13
* mac80211: unify queueing SKB to ifaceJohannes Berg2021-06-231-18/+15
* 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