summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-12wifi: mac80211: remove gfp parameter from ieee80211_obss_color_collision_notifyLorenzo Bianconi1-2/+1
2024-02-08wifi: mac80211: implement MLO multicast deduplicationJohannes Berg1-2/+20
2024-02-08wifi: mac80211: add/use ieee80211_get_sn()Johannes Berg1-3/+2
2024-02-08wifi: mac80211: remove extra shadowing variableJohannes Berg1-1/+0
2024-01-26wifi: mac80211: add support for negotiated TTLM requestAyala Beker1-0/+8
2024-01-26wifi: mac80211: process and save negotiated TID to Link mapping requestAyala Beker1-0/+14
2024-01-03wifi: mac80211: add kunit tests for public action handlingJohannes Berg1-1/+3
2023-12-21wifi: mac80211: allow 64-bit radiotap timestampsJohannes Berg1-2/+11
2023-12-14wifi: mac80211: rx.c: fix sentence grammarRandy Dunlap1-2/+2
2023-10-26Merge tag 'wireless-next-2023-10-26' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+9
2023-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+1
2023-10-23wifi: mac80211: don't drop all unprotected public action framesAvraham Stern1-2/+1
2023-10-23wifi: mac80211: drop robust action frames before assocJohannes Berg1-0/+9
2023-09-29wifi: mac80211: fix ieee80211_drop_unencrypted_mgmt return type/valueJohannes Berg1-2/+3
2023-09-26wifi: mac80211: expand __ieee80211_data_to_8023() statusJohannes Berg1-12/+10
2023-09-26wifi: mac80211: split ieee80211_drop_unencrypted_mgmt() return valueJohannes Berg1-12/+9
2023-09-26wifi: mac80211: remove RX_DROP_UNUSABLEJohannes Berg1-26/+26
2023-09-26wifi: mac80211: fix check for unusable RX resultJohannes Berg1-1/+1
2023-09-11wifi: mac80211: remove sta_mtxJohannes Berg1-3/+3
2023-08-25Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-0/+4
2023-08-22wifi: mac80211: check S1G action frame sizeJohannes Berg1-0/+4
2023-08-21wifi: mac80211: limit reorder_buf_filtered to avoid UBSAN warningPing-Ke Shih1-2/+10
2023-06-22Merge tag 'wireless-next-2023-06-22' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-13/+32
2023-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2023-06-21wifi: mac80211: report all unusable beacon framesBenjamin Berg1-1/+1
2023-06-21wifi: mac80211: drop some unprotected action framesJohannes Berg1-2/+13
2023-06-21wifi: mac80211: move action length check upJohannes Berg1-4/+5
2023-06-21wifi: mac80211: drop unprotected robust mgmt before 4-way-HSAlon Giladi1-3/+10
2023-06-14wifi: mac80211: Add getter functions for vif MLD stateIlan Peer1-1/+1
2023-06-14wifi: mac80211: don't update rx_stats.last_rate for NDPJohannes Berg1-3/+3
2023-06-07wifi: mac80211: use wiphy work for sdata->workJohannes Berg1-1/+1
2023-06-06wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-04-20mac80211: use the new drop reasons infrastructureJohannes Berg1-29/+26
2023-03-31Merge wireless/main into wireless-next/mainJohannes Berg1-24/+27
2023-03-30wifi: mac80211: fix flow dissection for forwarded packetsFelix Fietkau1-1/+1
2023-03-30wifi: mac80211: fix mesh forwardingFelix Fietkau1-0/+3
2023-03-30wifi: mac80211: fix receiving mesh packets in forwarding=0 networksFelix Fietkau1-8/+8
2023-03-30wifi: mac80211: fix potential null pointer dereferenceFelix Fietkau1-2/+2
2023-03-30wifi: mac80211: drop bogus static keywords in A-MSDU rxFelix Fietkau1-2/+2
2023-03-22wifi: mac80211: fix mesh path discovery based on unicast packetsFelix Fietkau1-11/+11
2023-03-22wifi: mac80211: implement support for yet another mesh A-MSDU formatFelix Fietkau1-6/+16
2023-03-22wifi: mac80211: add mesh fast-rx supportFelix Fietkau1-5/+29
2023-03-22wifi: mac80211: use mesh header cache to speed up mesh forwardingFelix Fietkau1-1/+64
2023-03-22wifi: mac80211: mesh fast xmit supportFelix Fietkau1-1/+9
2023-03-07wifi: mac80211: add support for driver adding radiotap TLVsMordechay Goodstein1-55/+27
2023-03-07wifi: cfg80211/mac80211: report link ID on control port RXJohannes Berg1-1/+1
2023-03-07wifi: mac80211: clear all bits that relate rtap fields on skbMordechay Goodstein1-2/+9
2023-02-15wifi: mac80211: always initialize link_sta with staJohannes Berg1-0/+2
2023-02-15wifi: mac80211: pass 'sta' to ieee80211_rx_data_set_sta()Johannes Berg1-15/+11
2023-02-14wifi: mac80211: Fix for Rx fragmented action framesGilad Itzkovitch1-1/+2