summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* tracing/treewide: Remove second parameter of __assign_str()Steven Rostedt (Google)2024-05-221-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
| * wifi: mac80211: mlme: fix memory leakJohannes Berg2024-04-191-1/+3
| * wifi: mac80211: mlme: re-parse with correct modeJohannes Berg2024-04-191-1/+1
| * wifi: mac80211: fix idle calculation with multi-linkJohannes Berg2024-04-191-5/+22
| * wifi: mac80211: split mesh fast tx cache into local/proxied/forwardedFelix Fietkau2024-04-174-16/+72
| * wifi: mac80211: ensure beacon is non-S1G prior to extracting the beacon times...Richard Kinder2024-04-081-1/+2
| * wifi: mac80211: don't use rate mask for scanningJohannes Berg2024-04-083-5/+15
| * wifi: mac80211: check EHT/TTLM action frame lengthJohannes Berg2024-04-081-0/+4
* | wifi: mac80211: handle link ID during management TxSriram R2024-04-191-1/+11
* | wifi: mac80211: handle sdata->u.ap.active flag with MLOAditya Kumar Singh2024-04-191-3/+7
* | wifi: mac80211: add return docs for sta_info_flush()Johannes Berg2024-04-191-2/+2
* | wifi: mac80211: keep mac80211 consistent on link activation failureBenjamin Berg2024-04-193-16/+52
* | wifi: mac80211: simplify ieee80211_assign_link_chanctx()Johannes Berg2024-04-191-8/+9
* | wifi: mac80211: reserve chanctx during findJohannes Berg2024-04-191-2/+29
* | wifi: mac80211: defer link switch work in reconfigMiri Korenblit2024-04-192-0/+12
* | wifi: mac80211: transmit deauth only if link is availableJohannes Berg2024-04-194-26/+46
* | wifi: mac80211: extend IEEE80211_KEY_FLAG_GENERATE_MMIE to other ciphersMichael-CY Lee2024-04-081-2/+10
* | wifi: mac80211: correctly document struct mesh_tableJeff Johnson2024-04-081-1/+1
* | Merge tag 'wireless-next-2024-04-03' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-04-0313-56/+161
|\ \ | |/ |/|
| * wifi: mac80211: use kvcalloc() for codel varsJohannes Berg2024-03-251-3/+3
| * wifi: mac80211: reactivate multi-link later in restartJohannes Berg2024-03-252-3/+11
| * wifi: mac80211: improve drop for action frame returnJohannes Berg2024-03-252-3/+4
| * wifi: mac80211: don't ask driver about no-op link changesJohannes Berg2024-03-251-1/+4
| * wifi: mac80211: don't select link ID if not provided in scan requestAyala Beker2024-03-251-12/+4
| * wifi: mac80211: clarify IEEE80211_STATUS_SUBDATA_MASKJohannes Berg2024-03-252-2/+2
| * wifi: mac80211: don't enter idle during link switchJohannes Berg2024-03-253-16/+22
| * wifi: mac80211: add support for tearing down negotiated TTLMAyala Beker2024-03-253-1/+81
| * wifi: mac80211: improve association error reporting slightlyBenjamin Berg2024-03-251-8/+10
| * wifi: mac80211: add flag to disallow puncturing in 5 GHzJohannes Berg2024-03-252-0/+5
| * wifi: mac80211: handle indoor AFC/LPI AP on assoc successAnjaneyulu2024-03-251-0/+2
| * wifi: mac80211: spectmgmt: simplify 6 GHz HE/EHT handlingJohannes Berg2024-03-251-7/+7
| * wifi: mac80211: supplement parsing of puncturing bitmapKang Yang2024-03-252-0/+6
* | wifi: mac80211: correctly set active links upon TTLMAyala Beker2024-03-251-1/+9
* | wifi: mac80211: fix prep_connection error pathJohannes Berg2024-03-251-2/+3
* | wifi: mac80211: fix ieee80211_bss_*_flags kernel-docJeff Johnson2024-03-251-2/+2
* | wifi: mac80211: check/clear fast rx for non-4addr sta VLAN changesFelix Fietkau2024-03-251-3/+2
* | wifi: mac80211: fix mlme_link_id_dbg()Johan Hovold2024-03-251-1/+1
|/
* Merge tag 'wireless-next-2024-03-08' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2024-03-0819-295/+433
|\
| * wifi: mac80211: remove TDLS peers on link deactivationJohannes Berg2024-03-041-1/+1
| * wifi: mac80211: remove TDLS peers only on affected linkJohannes Berg2024-03-044-6/+11
| * wifi: mac80211: mlme: unify CSA handlingJohannes Berg2024-03-041-16/+22
| * wifi: mac80211: introduce a feature flag for quiet in CSAJohannes Berg2024-03-045-26/+37
| * wifi: mac80211: pass link conf to abort_channel_switchJohannes Berg2024-03-042-4/+6
| * wifi: mac80211: pass link_id to channel switch opsJohannes Berg2024-03-043-66/+24