summaryrefslogtreecommitdiffstats
path: root/net/mac80211/rx.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee2024-07-081-2/+4
* wifi: mac80211: handle protected dual of public actionJohannes Berg2024-06-261-0/+1
* wifi: mac80211: handle color change per linkAditya Kumar Singh2024-05-031-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-251-3/+14
|\
| * wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-171-3/+10
| * wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
* | wifi: mac80211: improve drop for action frame returnJohannes Berg2024-03-251-2/+2
|/
* wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi2024-02-121-2/+1
* wifi: mac80211: implement MLO multicast deduplicationJohannes Berg2024-02-081-2/+20
* wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg2024-02-081-3/+2
* wifi: mac80211: remove extra shadowing variableJohannes Berg2024-02-081-1/+0
* wifi: mac80211: add support for negotiated TTLM requestAyala Beker2024-01-261-0/+8
* wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker2024-01-261-0/+14
* wifi: mac80211: add kunit tests for public action handlingJohannes Berg2024-01-031-1/+3
* wifi: mac80211: allow 64-bit radiotap timestampsJohannes Berg2023-12-211-2/+11
* wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap2023-12-141-2/+2
* Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-10-271-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-261-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-231-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-231-1/+1
|\ \ | |/ |/|
| * wifi: mac80211: report all unusable beacon framesBenjamin Berg2023-06-221-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-211-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