summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi2022-06-291-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-2/+1
|\
| * mac80211: fix rx reordering with non explicit / psmp ack policyFelix Fietkau2022-05-041-2/+1
* | mac80211: prepare sta handling for MLO supportSriram R2022-04-111-42/+43
* | mac80211: introduce BSS color collision detectionLorenzo Bianconi2022-04-111-0/+46
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-03-031-9/+5
|\
| * mac80211: fix forwarded mesh frames AC & queue selectionNicolas Escande2022-02-161-2/+2
| * mac80211: fix EAPoL rekey fail in 802.3 rx pathDeren Wu2022-02-161-7/+3
* | cfg80211/mac80211: assume CHECKSUM_COMPLETE includes SNAPJohannes Berg2022-02-041-0/+2
|/
* mac80211: allow non-standard VHT MCS-10/11Ping-Ke Shih2022-01-041-1/+1
* Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski2021-12-211-1/+6
|\
| * mac80211: fix FEC flag in radio tap headerP Praneesh2021-12-201-1/+6
* | mac80211: set up the fwd_skb->dev for mesh forwardingXing Song2021-11-261-0/+1
|/
* 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