summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-22wifi: mac80211: report all unusable beacon framesBenjamin Berg1-1/+1
2023-06-06wifi: mac80211: don't translate beacon/presp addrsJohannes Berg1-1/+3
2023-04-21mac80211: 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
2023-02-14wifi: mac80211: Don't translate MLD addresses for multicastAndrei Otcheretianski1-1/+2
2023-02-14wifi: mac80211: fix non-MLO station associationKarthikeyan Periyasamy1-3/+0
2023-02-14wifi: mac80211: add a workaround for receiving non-standard mesh A-MSDUFelix Fietkau1-3/+12
2023-02-14wifi: mac80211: fix receiving A-MSDU frames on mesh interfacesFelix Fietkau1-156/+194
2023-02-14wifi: mac80211: remove mesh forwarding congestion checkFelix Fietkau1-5/+0
2023-01-19wifi: mac80211: drop extra 'e' from ieeee80211... nameJohannes Berg1-3/+3
2023-01-18mac80211: support minimal EHT rate reporting on RXJohannes Berg1-0/+9
2023-01-10mac80211: Fix MLO address translation for multiple bss caseSriram R1-0/+3
2023-01-10wifi: mac80211: fix initialization of rx->link and rx->link_staFelix Fietkau1-123/+99
2022-12-01wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau1-28/+10
2022-10-29Kalle Valo says:Jakub Kicinski1-3/+0
2022-10-13Merge branch 'cve-fixes-2022-10-13'Johannes Berg1-5/+7
2022-10-10wifi: mac80211: Drop support for TX push pathAlexander Wetzel1-3/+0
2022-10-10wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg1-5/+7
2022-10-07wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau1-3/+4
2022-10-07wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau1-1/+1
2022-09-30Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski1-36/+38
2022-09-30net-next: skbuff: refactor pskb_pullRichard Gobert1-2/+2
2022-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni1-0/+4
2022-09-06wifi: mac80211: make smps_mode per-linkBenjamin Berg1-2/+2
2022-09-06wifi: mac80211: use correct rx link_sta instead of defaultBenjamin Berg1-34/+35
2022-09-06wifi: mac80211: set link_sta in reorder timeoutJohannes Berg1-0/+1
2022-09-06Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg1-0/+4
2022-09-03wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya1-0/+4
2022-08-25wifi: mac80211: use link ID for MLO in queued framesJohannes Berg1-7/+19
2022-08-25wifi: mac80211: use the corresponding link for stats updateVasanthakumar Thiagarajan1-6/+29
2022-08-25wifi: mac80211: add link information in ieee80211_rx_statusVasanthakumar Thiagarajan1-1/+94
2022-08-25wifi: mac80211: properly implement MLO key handlingJohannes Berg1-18/+26
2022-07-22wifi: mac80211: rx: track link in RX dataJohannes Berg1-2/+17
2022-07-22wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg1-1/+1