summaryrefslogtreecommitdiff
path: root/net/mac80211/rx.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* wifi: mac80211: fix and simplify unencrypted drop check for meshFelix Fietkau2022-12-011-28/+10
* Kalle Valo says:Jakub Kicinski2022-10-281-3/+0
|\
| * wifi: mac80211: Drop support for TX push pathAlexander Wetzel2022-10-101-3/+0
* | Merge branch 'cve-fixes-2022-10-13'Johannes Berg2022-10-131-5/+7
|\ \ | |/ |/|
| * wifi: mac80211: fix crash in beacon protection for P2P-deviceJohannes Berg2022-10-101-5/+7
* | wifi: mac80211: fix decap offload for stations on AP_VLAN interfacesFelix Fietkau2022-10-071-3/+4
* | wifi: mac80211: do not drop packets smaller than the LLC-SNAP header on fast-rxFelix Fietkau2022-10-071-1/+1
|/
* Merge tag 'wireless-next-2022-09-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2022-09-301-36/+38
|\
| * wifi: mac80211: make smps_mode per-linkBenjamin Berg2022-09-061-2/+2
| * wifi: mac80211: use correct rx link_sta instead of defaultBenjamin Berg2022-09-061-34/+35
| * wifi: mac80211: set link_sta in reorder timeoutJohannes Berg2022-09-061-0/+1
| * Merge remote-tracking branch 'wireless/main' into wireless-nextJohannes Berg2022-09-061-0/+4
| |\
* | | net-next: skbuff: refactor pskb_pullRichard Gobert2022-09-301-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2022-09-081-0/+4
|\ \ \ | |/ / |/| / | |/
| * wifi: mac80211: fix link warning in RX agg timer expiryMukesh Sisodiya2022-09-031-0/+4
* | wifi: mac80211: use link ID for MLO in queued framesJohannes Berg2022-08-251-7/+19
* | wifi: mac80211: use the corresponding link for stats updateVasanthakumar Thiagarajan2022-08-251-6/+29
* | wifi: mac80211: add link information in ieee80211_rx_statusVasanthakumar Thiagarajan2022-08-251-1/+94
* | wifi: mac80211: properly implement MLO key handlingJohannes Berg2022-08-251-18/+26
|/
* wifi: mac80211: rx: track link in RX dataJohannes Berg2022-07-221-2/+17
* wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-221-1/+1
* wifi: mac80211: report link ID to cfg80211 on mgmt RXJohannes Berg2022-07-221-1/+3
* wifi: mac80211: add hardware timestamps for RX and TXAvraham Stern2022-07-221-8/+22
* wifi: mac80211: fix RX MLD address translationJohannes Berg2022-07-221-4/+8