aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/mac80211/rx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-5/+5
2025-03-07wifi: mac80211: fix SA Query processing in MLOJohannes Berg1-5/+5
2025-02-11wifi: mac80211: Add processing of TTLM teardown frameIlan Peer1-0/+8
2025-02-11wifi: mac80211: Add support for EPCS configurationIlan Peer1-0/+17
2025-02-11wifi: mac80211: Drop cooked monitor supportAlexander Wetzel1-143/+51
2025-01-13wifi: mac80211: Support dynamic link addition and removalIlan Peer1-0/+12
2025-01-13wifi: mac80211: fix tid removal during mesh forwardingAndy Strohman1-0/+1
2025-01-13wifi: mac80211: remove an unneeded check in RxEmmanuel Grumbach1-2/+1
2024-12-04wifi: mac80211: Accept authentication frames on P2P deviceAndrei Otcheretianski1-1/+3
2024-10-23wifi: mac80211: filter on monitor interfaces based on configured channelFelix Fietkau1-0/+7
2024-10-23wifi: mac80211: refactor ieee80211_rx_monitorFelix Fietkau1-26/+28
2024-10-23wifi: mac80211: add flag to opt out of virtual monitor supportFelix Fietkau1-0/+3
2024-10-23wifi: mac80211: remove status->ampdu_delimiter_crcFelix Fietkau1-6/+1
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg1-2/+2
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-07-08wifi: mac80211: do not check BSS color collision in certain casesMichael-CY Lee1-2/+4
2024-06-26wifi: mac80211: handle protected dual of public actionJohannes Berg1-0/+1
2024-05-03wifi: mac80211: handle color change per linkAditya Kumar Singh1-3/+4
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+14
2024-04-17wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau1-3/+10
2024-04-08wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg1-0/+4
2024-03-25wifi: mac80211: improve drop for action frame returnJohannes Berg1-2/+2
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/kernel/git/wireless/wireless-nextJakub 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/kernel/git/wireless/wireless-nextJakub 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/kernel/git/wireless/wireless-nextJakub 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