aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-07-01wifi: nl80211: relax wdev mutex check in wdev_chandef()Johannes Berg1-1/+11
2022-07-01wifi: nl80211: acquire wdev mutex earlier in start_apJohannes Berg1-12/+13
2022-07-01wifi: nl80211: hold wdev mutex for tid configJohannes Berg1-0/+3
2022-07-01wifi: cfg80211: handle IBSS in channel switchJohannes Berg1-0/+3
2022-07-01wifi: mac80211: properly skip link info driver updateJohannes Berg1-0/+3
2022-07-01wifi: mac80211: only accumulate airtime deficit for active clientsFelix Fietkau1-1/+6
2022-07-01wifi: mac80211: add debugfs file to display per-phy AQL pending airtimeFelix Fietkau1-0/+31
2022-07-01wifi: mac80211: add a per-PHY AQL limit to improve fairnessFelix Fietkau4-4/+43
2022-07-01wifi: mac80211: keep recently active tx queues in scheduling listFelix Fietkau3-4/+44
2022-07-01wifi: mac80211: consider aql_tx_pending when checking airtime deficitFelix Fietkau1-2/+9
2022-07-01wifi: mac80211: make sta airtime deficit field s32 instead of s64Felix Fietkau3-4/+4
2022-07-01wifi: mac80211: switch airtime fairness back to deficit round-robin schedulingFelix Fietkau13-654/+190
2022-07-01wifi: mac80211: fix a kernel-doc complaintJohannes Berg1-1/+1
2022-07-01wifi: cfg80211: remove redundant documentationJohannes Berg1-10/+0
2022-07-01wifi: mac80211: sta_info: fix a missing kernel-doc struct elementMauro Carvalho Chehab1-0/+2
2022-07-01wifi: mac80211: add a missing comma at kernel-doc markupMauro Carvalho Chehab1-1/+1
2022-07-01wifi: cfg80211: fix kernel-doc warnings all over the fileMauro Carvalho Chehab1-7/+21
2022-07-01wifi: ieee80211: s1g action frames are not robustPeter Chiu1-0/+1
2022-06-21wifi: rtw89: 8852a: rfk: fix div 0 exceptionPing-Ke Shih1-2/+2
2022-06-21wifi: rtw89: disable invalid phy reports for all ICsPo-Hao Huang1-3/+1
2022-06-21wifi: rtw89: pci: fix PCI doesn't reclaim TX BD properlyPing-Ke Shih1-3/+6
2022-06-21wifi: rtw89: fix long RX latency in low power modePing-Ke Shih1-1/+7
2022-06-21wifi: rtw89: drop invalid TX rate report of legacy ratePing-Ke Shih3-8/+17
2022-06-21wifi: rtw89: add UNEXP debug mask to keep monitor messages unexpected to happ...Ping-Ke Shih3-4/+7
2022-06-21wifi: rtw89: enable VO TX AMPDUKuan-Chung Chen2-7/+92
2022-06-21wifi: rtw89: fix potential TX stuckKuan-Chung Chen1-0/+4
2022-06-21wifi: rtw89: support TDLSPing-Ke Shih1-0/+2
2022-06-21wifi: rtw89: allocate BSSID CAM per TDLS peerPing-Ke Shih7-6/+36
2022-06-21wifi: rtw89: separate BSSID CAM operationsPing-Ke Shih2-8/+22
2022-06-21wifi: rtw89: allocate address CAM and MAC ID to TDLS peerPing-Ke Shih4-19/+24
2022-06-21wifi: iwlegacy: 4965: fix potential off-by-one overflow in il4965_rs_fill_lin...Alexey Kodanev1-1/+4
2022-06-20cfg80211: Indicate MLO connection info in connect and roam callbacksVeerendranath Jakkam11-148/+480
2022-06-20wifi: mac80211_hwsim: print the link idShaul Triebitz1-2/+2
2022-06-20wifi: mac80211_hwsim: support creating MLO-capable radiosJohannes Berg2-21/+81
2022-06-20wifi: nl80211: expose link ID for associated BSSesJohannes Berg1-2/+4
2022-06-20wifi: nl80211: expose link information for interfacesJohannes Berg1-0/+22
2022-06-20wifi: mac80211_hwsim: send a beacon per linkShaul Triebitz1-31/+59
2022-06-20wifi: mac80211: set STA deflink addressesJohannes Berg1-0/+2
2022-06-20wifi: mac80211: maintain link-sta hash tableJohannes Berg3-7/+92
2022-06-20wifi: mac80211: RCU-ify link STA pointersJohannes Berg17-146/+180
2022-06-20wifi: mac80211: ethtool: use deflink for nowJohannes Berg1-10/+10
2022-06-20wifi: mac80211: move ieee80211_bssid_match() functionJohannes Berg2-6/+6
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz43-88/+109
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz10-31/+93
2022-06-20wifi: mac80211: use link in start/stop apShaul Triebitz1-102/+115
2022-06-20wifi: mac80211: implement add/del interface link callbacksJohannes Berg1-0/+20
2022-06-20wifi: cfg80211: add optional link add/remove callbacksJohannes Berg4-2/+70
2022-06-20wifi: cfg80211: sort trace.hJohannes Berg1-137/+137
2022-06-20wifi: mac80211: add sta link addition/removalJohannes Berg10-35/+206
2022-06-20wifi: mac80211: add MLO link ID to TX frame metadataJohannes Berg2-2/+39