summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-261-0/+9
|\
| * wifi: mac80211: drop robust action frames before assocJohannes Berg2023-10-231-0/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-261-2/+1
|\ \ | |/ |/|
| * wifi: mac80211: don't drop all unprotected public action framesAvraham Stern2023-10-231-2/+1
* | wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg2023-09-291-2/+3
* | wifi: mac80211: expand __ieee80211_data_to_8023() statusJohannes Berg2023-09-261-12/+10
* | wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return valueJohannes Berg2023-09-261-12/+9
* | wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg2023-09-261-26/+26
* | wifi: mac80211: fix check for unusable RX resultJohannes Berg2023-09-261-1/+1
* | wifi: mac80211: remove sta_mtxJohannes Berg2023-09-111-3/+3
|/
* Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-251-0/+4
|\
| * wifi: mac80211: check S1G action frame sizeJohannes Berg2023-08-221-0/+4
* | wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih2023-08-211-2/+10
|/
* Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-06-221-13/+32
|\
| * wifi: mac80211: drop some unprotected action framesJohannes Berg2023-06-211-2/+13
| * wifi: mac80211: move action length check upJohannes Berg2023-06-211-4/+5
| * wifi: mac80211: drop unprotected robust mgmt before 4-way-HSAlon Giladi2023-06-211-3/+10
| * wifi: mac80211: Add getter functions for vif MLD stateIlan Peer2023-06-141-1/+1
| * wifi: mac80211: don't update rx_stats.last_rate for NDPJohannes Berg2023-06-141-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-06-221-1/+1
|\ \ | |/ |/|
| * wifi: mac80211: report all unusable beacon framesBenjamin Berg2023-06-211-1/+1
* | wifi: mac80211: use wiphy work for sdata->workJohannes Berg2023-06-071-1/+1
|/
* wifi: mac80211: don't translate beacon/presp addrsJohannes Berg2023-06-061-1/+3
* mac80211: use the new drop reasons infrastructureJohannes Berg2023-04-201-29/+26
* Merge wireless/main into wireless-next/mainJohannes Berg2023-03-311-24/+27
|\
| * wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau2023-03-301-1/+1
| * wifi: mac80211: fix mesh forwardingFelix Fietkau2023-03-301-0/+3
| * wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau2023-03-301-8/+8
| * wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau2023-03-301-2/+2
| * wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau2023-03-301-2/+2
| * wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau2023-03-221-11/+11
* | wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau2023-03-221-6/+16
* | wifi: mac80211: add mesh fast-rx supportFelix Fietkau2023-03-221-5/+29
* | wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau2023-03-221-1/+64
* | wifi: mac80211: mesh fast xmit supportFelix Fietkau2023-03-221-1/+9
* | wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein2023-03-071-55/+27
* | wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg2023-03-071-1/+1
* | wifi: mac80211: clear all bits that relate rtap fields on skbMordechay Goodstein2023-03-071-2/+9
|/
* wifi: mac80211: always initialize link_sta with staJohannes Berg2023-02-151-0/+2
* wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg2023-02-151-15/+11
* wifi: mac80211: Fix for Rx fragmented action framesGilad Itzkovitch2023-02-141-1/+2
* wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski2023-02-141-1/+2
* wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy2023-02-141-3/+0
* wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau2023-02-141-3/+12
* wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau2023-02-141-156/+194
* wifi: mac80211: remove mesh forwarding congestion checkFelix Fietkau2023-02-141-5/+0
* wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg2023-01-191-3/+3
* mac80211: support minimal EHT rate reporting on RXJohannes Berg2023-01-181-0/+9
* mac80211: Fix MLO address translation for multiple bss caseSriram R2023-01-101-0/+3
* wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau2023-01-101-123/+99