summaryrefslogtreecommitdiffstats
path: root/net/mac80211 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * wifi: mac80211: restrict public action ECSA frame handlingJohannes Berg2024-06-265-18/+65
| * wifi: mac80211: refactor CSA queue block/unblockJohannes Berg2024-06-264-48/+37
| * wifi: mac80211: clean up 'ret' in sta_link_apply_parameters()Johannes Berg2024-06-121-2/+3
| * wifi: mac80211: fix erroneous errors for STA changesJohannes Berg2024-06-121-19/+36
| * wifi: mac80211: Remove generic .ndo_get_stats64Breno Leitao2024-06-121-9/+0
| * wifi: mac80211: Move stats allocation to coreBreno Leitao2024-06-121-12/+1
| * wifi: mac80211: correct EHT EIRP TPE parsingJohannes Berg2024-06-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-272-0/+3
|\ \
| * | wifi: mac80211: disable softirqs for queued frame handlingJohannes Berg2024-06-262-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-06-204-21/+37
|\| | | |/ |/|
| * wifi: mac80211: fix monitor channel with chanctx emulationJohannes Berg2024-06-143-13/+27
| * wifi: mac80211: Avoid address calculations via out of bounds array indexingKenton Groombridge2024-06-141-8/+9
| * wifi: mac80211: Recalc offload when monitor stopRemi Pommarel2024-06-121-0/+1
* | Merge tag 'wireless-next-2024-06-07' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-06-1116-291/+1238
|\ \ | |/ |/|
| * wifi: mac80211: handle HW restart during ROCJohannes Berg2024-05-293-3/+36
| * wifi: mac80211: check ieee80211_bss_info_change_notify() against MLDJohannes Berg2024-05-291-1/+2
| * wifi: mac80211: send DelBA with correct BSSIDJohannes Berg2024-05-231-1/+1
| * wifi: mac80211: reset negotiated TTLM on disconnectJohannes Berg2024-05-231-0/+1
| * wifi: mac80211: don't stop TTLM works againJohannes Berg2024-05-231-3/+0
| * wifi: mac80211: cancel TTLM teardown work earlierJohannes Berg2024-05-231-2/+3
| * wifi: mac80211: cancel multi-link reconf work on disconnectJohannes Berg2024-05-231-2/+5
| * wifi: mac80211: fix TTLM teardown workJohannes Berg2024-05-231-1/+1
| * wifi: mac80211: Add EHT UL MU-MIMO flag in ieee80211_bss_confPradeep Kumar Chitrapu2024-05-231-0/+5
| * wifi: mac80211: refactor chanreq.ap settingJohannes Berg2024-05-231-14/+29
| * wifi: mac80211: handle TPE element during CSAJohannes Berg2024-05-233-0/+29
| * wifi: mac80211: handle wider bandwidth OFDMA during CSAJohannes Berg2024-05-232-3/+10
| * wifi: mac80211: collect some CSA data into sub-structsJohannes Berg2024-05-237-61/+65
| * wifi: mac80211: mlme: handle cross-link CSAJohannes Berg2024-05-234-92/+403
| * wifi: mac80211: move radar detect work to sdataJohannes Berg2024-05-236-13/+13
| * wifi: mac80211: track changes in AP's TPEJohannes Berg2024-05-231-2/+14
| * wifi: mac80211: pass parsed TPE data to driversJohannes Berg2024-05-236-43/+603
| * wifi: mac80211: update 6 GHz AP power type before associationMukesh Sisodiya2024-05-231-28/+27
| * wifi: mac80211: remove extra link STA functionsJohannes Berg2024-05-231-36/+13
| * wifi: mac80211: remove outdated commentsJohannes Berg2024-05-232-8/+0
* | wifi: mac80211: fix UBSAN noise in ieee80211_prep_hw_scan()Dmitry Antipov2024-05-291-4/+10
* | wifi: mac80211: correctly parse Spatial Reuse Parameter Set elementLingbo Kong2024-05-291-2/+8
* | wifi: mac80211: fix Spatial Reuse element size checkLingbo Kong2024-05-291-1/+1
* | wifi: mac80211: pass proper link id for channel switch started notificationAditya Kumar Singh2024-05-291-2/+2
* | wifi: mac80211: handle tasklet frames before stoppingJohannes Berg2024-05-293-2/+12
* | wifi: mac80211: apply mcast rate only if interface is upJohannes Berg2024-05-291-2/+3
* | wifi: mac80211: Fix deadlock in ieee80211_sta_ps_deliver_wakeup()Remi Pommarel2024-05-291-2/+2
* | wifi: mac80211: mesh: init nonpeer_pm to active by default in mesh sdataNicolas Escande2024-05-291-0/+1
* | wifi: mac80211: mesh: Fix leak of mesh_preq_queue objectsNicolas Escande2024-05-291-0/+13
* | tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-231-1/+1
|/
* wifi: mac80211: handle color change per linkAditya Kumar Singh2024-05-032-49/+102
* wifi: cfg80211: handle color change per linkAditya Kumar Singh2024-05-031-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-04-259-36/+134
|\
| * wifi: mac80211: fix unaligned le16 accessJohannes Berg2024-04-191-1/+1
| * wifi: mac80211: remove link before APJohannes Berg2024-04-191-2/+5
| * wifi: mac80211: mlme: re-parse if AP mode is less than clientJohannes Berg2024-04-191-4/+9