aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-22Merge tag 'mac80211-next-for-net-next-2021-10-21' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextJakub Kicinski1-11/+1
2021-09-23mac80211: check hostapd configuration parsing twt requestsLorenzo Bianconi1-11/+1
2021-09-23mac80211: Drop frames from invalid MAC address in ad-hoc modeYueHaibing1-1/+2
2021-08-24mac80211: introduce individual TWT support in AP modeLorenzo Bianconi1-0/+73
2021-08-13mac80211: Use flex-array for radiotap header bitmapKees Cook1-1/+6
2021-08-13mac80211: radiotap: Use BIT() instead of shiftsKees Cook1-11/+11
2021-07-23mac80211: Do not strip skb headroom on monitor framesJohan Almbladh1-1/+2
2021-06-23mac80211: Switch to a virtual time-based airtime schedulerToke Høiland-Jørgensen1-5/+1
2021-06-23mac80211: use sdata->skb_queue for TDLSJohannes Berg1-8/+13
2021-06-23mac80211: unify queueing SKB to ifaceJohannes Berg1-18/+15
2021-06-09mac80211: drop multicast fragmentsJohannes Berg1-6/+3
2021-05-11mac80211: extend protection against mixed key and fragment cache attacksWen Gong1-2/+11
2021-05-11mac80211: do not accept/forward invalid EAPOL framesJohannes Berg1-6/+27
2021-05-11mac80211: prevent attacks on TKIP/WEP as wellJohannes Berg1-0/+12
2021-05-11mac80211: check defrag PN against current frameJohannes Berg1-3/+2
2021-05-11mac80211: add fragment cache to sta_infoJohannes Berg1-11/+30
2021-05-11mac80211: drop A-MSDUs on old ciphersJohannes Berg1-1/+18
2021-05-11mac80211: properly handle A-MSDUs that start with an RFC 1042 headerMathy Vanhoef1-1/+1
2021-05-11mac80211: prevent mixed key and fragment cache attacksMathy Vanhoef1-0/+6
2021-05-11mac80211: assure all fragments are encryptedMathy Vanhoef1-11/+12
2021-03-06kcov: Remove kcov include from sched.h and move it to its users.Sebastian Andrzej Siewior1-0/+1
2021-01-21mac80211: add rx decapsulation offload supportFelix Fietkau1-85/+158
2021-01-14mac80211: fix fast-rx encryption checkFelix Fietkau1-0/+2
2020-12-11mac80211: fix a mistake check for rx_stats updateWen Gong1-1/+1
2020-12-11net: mac80211: use core API for updating TX/RX statsLev Stipakov1-14/+4
2020-11-11mac80211: remove WDS-related codeJohannes Berg1-5/+0
2020-11-02mac80211: add KCOV remote annotations to incoming frame processingAleksandr Nogikh1-7/+9
2020-09-28mac80211: receive and process S1G beaconsThomas Pedersen1-48/+36
2020-09-28mac80211: convert S1G beacon to scan resultsThomas Pedersen1-1/+2
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2020-09-18mac80211: optimize station connection monitorFelix Fietkau1-9/+0
2020-09-18mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flagsFelix Fietkau1-1/+1
2020-09-18mac80211: Fix radiotap header channel flag for 6GHz bandAloka Dixit1-1/+2
2020-07-31mac80211: add a function for running rx without passing skbs to the stackFelix Fietkau1-22/+38
2020-07-31mac80211: remove unused flags argument in transmit functionsMathy Vanhoef1-1/+1
2020-07-31mac80211: Use fallthrough pseudo-keywordGustavo A. R. Silva1-2/+2
2020-06-25mac80211: allow rx of mesh eapol frames with default rx keyMarkus Theil1-0/+26
2020-06-08net: fix wiki website url mac80211 and wireless filesFlavio Suligoi1-1/+1
2020-05-27mac80211: fix HT-Control field reception for management framesJohannes Berg1-7/+37
2020-05-27mac80211: allow SA-QUERY processing in userspaceJohannes Berg1-13/+36
2020-05-27cfg80211: add KHz variants of frame RX APIThomas Pedersen1-5/+7
2020-04-24mac80211: add freq_offset to RX statusThomas Pedersen1-0/+1
2020-04-24mac80211: Report beacon protection failures to user spaceJouni Malinen1-2/+14
2020-03-20mac80211: handle no-preauth flag for control portMarkus Theil1-1/+2
2020-02-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-02-24mac80211: rx: avoid RCU list traversal under mutexMadhuparna Bhowmik1-1/+1
2020-02-24mac80211: Beacon protection using the new BIGTK (STA)Jouni Malinen1-12/+67
2020-02-07mac80211: Handle SMPS mode changes only in AP modeIlan Peer1-1/+5
2020-01-15mac80211: add ieee80211_is_any_nullfunc()Thomas Pedersen1-5/+3
2019-10-07mac80211: accept deauth frames in IBSS modeJohannes Berg1-1/+10