summaryrefslogtreecommitdiffstats
path: root/net/mac80211
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
* | wifi: mac80211: optionally implement MLO multicast TXJohannes Berg2022-07-224-11/+87
* | wifi: mac80211: expand ieee80211_mgmt_tx() for MLOJohannes Berg2022-07-225-24/+48
* | 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-222-18/+50
* | wifi: mac80211: sta_info: fix link_sta insertionJohannes Berg2022-07-221-3/+14
* | wifi: mac80211: mlme: fix link_sta setupJohannes Berg2022-07-221-5/+6
* | wifi: nl80211/mac80211: clarify link ID in control port TXJohannes Berg2022-07-221-2/+41
* | wifi: mac80211: return error from control port TX for dropsJohannes Berg2022-07-221-2/+7
* | wifi: mac80211: more station handling sanity checksJohannes Berg2022-07-221-0/+7
* | wifi: mac80211: fix link sta hash table handlingJohannes Berg2022-07-221-2/+16