summaryrefslogtreecommitdiff
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'wireless-next-2022-09-03' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-09-0410-296/+412
|\
| * wifi: mac80211: call drv_sta_state() under sdata_lock() in reconfigJohannes Berg2022-09-031-15/+13
| * wifi: mac80211: mlme: refactor QoS settings codeJohannes Berg2022-09-032-13/+27
| * wifi: mac80211: fix double SW scan stopJohannes Berg2022-09-031-1/+1
| * wifi: mac80211: mlme: assign link address correctlyJohannes Berg2022-09-031-3/+2
| * wifi: mac80211: move link code to a new fileJohannes Berg2022-09-034-254/+274
| * wifi: mac80211: remove unused arg to ieee80211_chandef_eht_operJohannes Berg2022-09-033-6/+4
| * wifi: mac80211: Support POWERED_ADDR_CHANGE featureJames Prestwood2022-09-032-2/+71
| * wifi: mac80211: prevent 4-addr use on MLDsJohannes Berg2022-09-032-0/+11
| * wifi: mac80211: prevent VLANs on MLDsJohannes Berg2022-09-031-0/+5
| * wifi: mac80211: fix potential deadlock in ieee80211_key_link()Sun Ke2022-08-291-2/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-014-10/+18
|\ \ | |/ |/|
| * net: Use u64_stats_fetch_begin_irq() for stats fetch.Sebastian Andrzej Siewior2022-08-291-4/+4
| * wifi: mac80211: potential NULL dereference in ieee80211_tx_control_port()Dan Carpenter2022-08-251-1/+1
| * wifi: mac80211: Don't finalize CSA in IBSS mode if state is disconnectedSiddh Raman Pant2022-08-251-0/+4
| * wifi: mac80211: fix possible leak in ieee80211_tx_control_port()Yang Yingliang2022-08-251-0/+1
| * wifi: mac80211: always free sta in __sta_info_alloc in case of errorLorenzo Bianconi2022-08-251-1/+1
| * wifi: mac80211: Fix UAF in ieee80211_scan_rx()Siddh Raman Pant2022-08-251-4/+7
* | Merge tag 'wireless-next-2022-08-26-v2' of git://git.kernel.org/pub/scm/linux...David S. Miller2022-08-2614-175/+581
|\ \ | |/ |/|
| * wifi: mac80211: use full 'unsigned int' typeXin Gao2022-08-261-4/+4
| * wifi: mac80211: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-261-1/+1
| * wifi: mac80211: read ethtool's sta_stats from sinfoRyder Lee2022-08-261-5/+5
| * wifi: mac80211: correct SMPS mode in HE 6 GHz capabilityJohannes Berg2022-08-264-4/+7
| * wifi: cfg80211: Add link_id to cfg80211_ch_switch_started_notify()Veerendranath Jakkam2022-08-252-2/+2
| * wifi: mac80211: allow bw change during channel switch in meshHari Chandrakanthan2022-08-251-3/+0
| * wifi: mac80211: clean up a needless assignment in ieee80211_sta_activate_link()Lukas Bulwahn2022-08-251-3/+1
| * wifi: mac80211: allow link address A2 in TXQ dequeueJohannes Berg2022-08-251-2/+2
| * wifi: mac80211: fix control port frame addressingJohannes Berg2022-08-251-1/+2
| * wifi: mac80211: set link ID in TX info for beaconsJohannes Berg2022-08-251-0/+2
| * wifi: mac80211: maintain link_id in link_staJohannes Berg2022-08-251-0/+1
| * wifi: cfg80211/mac80211: check EHT capability size correctlyJohannes Berg2022-08-254-20/+62
| * wifi: mac80211: mlme: don't add empty EML capabilitiesMordechay Goodstein2022-08-251-3/+10
| * wifi: mac80211: use link ID for MLO in queued framesJohannes Berg2022-08-252-7/+27
| * 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-257-104/+284
| * wifi: cfg80211: Add link_id parameter to various key operations for MLOVeerendranath Jakkam2022-08-251-8/+9
| * wifi: mac80211: fix use-after-freeJohannes Berg2022-08-251-1/+1
| * wifi: mac80211: use link in TXQ parameter configurationShaul Triebitz2022-08-251-1/+23
| * wifi: mac80211: set link BSSIDShaul Triebitz2022-08-251-0/+2
| * wifi: mac80211: properly set old_links when removing a linkShaul Triebitz2022-08-251-2/+2
| * wifi: mac80211: accept STA changes without link changesJohannes Berg2022-08-251-0/+14
* | Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2022-08-051-4/+2
|\ \ | |/ |/|
| * mac80211: tracing: Use the new __vstring() helperSteven Rostedt (Google)2022-07-241-4/+2
* | wifi: mac80211: fix link data leakJohannes Berg2022-07-221-10/+10
* | wifi: mac80211: mlme: fix disassoc with MLOJohannes Berg2022-07-221-3/+5
* | wifi: mac80211: remove erroneous sband/link validationJohannes Berg2022-07-221-13/+1
* | wifi: mac80211: mlme: transmit assoc frame with address translationJohannes Berg2022-07-221-9/+9
* | wifi: mac80211: verify link addresses are differentJohannes Berg2022-07-221-4/+34
* | wifi: mac80211: rx: track link in RX dataJohannes Berg2022-07-222-2/+18