summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2022-07-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-10/+15
2022-07-13Merge tag 'wireless-next-2022-07-13' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller151-751/+1332
2022-07-11wifi: mac80211_hwsim: add back erroneously removed castJohannes Berg1-1/+1
2022-07-11wifi: mac80211_hwsim: fix race condition in pending packetJeongik Cha1-6/+8
2022-07-08Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo8-41/+54
2022-07-08ath9k: remove unexpected words "the" in commentsJiang Jian1-1/+1
2022-07-08ath11k: Fix typo in commentsZhang Jiaming1-1/+1
2022-07-02net: add skb_[inner_]tcp_all_headers helpersEric Dumazet1-3/+1
2022-07-01wifi: cfg80211: Increase akm_suites array size in cfg80211_crypto_settingsVeerendranath Jakkam1-4/+8
2022-06-29wifi: mac80211: add gfp_t parameter to ieeee80211_obss_color_collision_notifyLorenzo Bianconi1-1/+2
2022-06-29wifi: mac80211_hwsim: set virtio device ready in probe()Johannes Berg1-0/+2
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 Jakkam4-8/+9
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: mac80211_hwsim: send a beacon per linkShaul Triebitz1-31/+59
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz39-51/+53
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz5-13/+48
2022-06-20wifi: mac80211_hwsim: split bss_info_changed to vif/link info_changedShaul Triebitz1-10/+24
2022-06-20wifi: mac80211: make some SMPS code MLD-awareJohannes Berg3-5/+5
2022-06-20wifi: mac80211: add link_id to vht.c code for MLOJohannes Berg1-1/+1
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg8-0/+16
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg46-56/+56
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg63-268/+283
2022-06-20wifi: mac80211: move some future per-link data to bss_confJohannes Berg24-60/+64
2022-06-20wifi: cfg80211: do some rework towards MLO link APIsJohannes Berg10-35/+48
2022-06-20wcn36xx: Fix typo in commentXiang wangx1-2/+2
2022-06-20ath6kl: avoid flush_scheduled_work() usageTetsuo Handa1-4/+12
2022-06-20ath9k: htc: clean up statistics macrosPavel Skripkin3-32/+36
2022-06-20ath9k: fix use-after-free in ath9k_hif_usb_rx_cbPavel Skripkin2-6/+7
2022-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo24-86/+298
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski53-365/+668
2022-06-10wifi: mac80211_hwsim: Directly use ida_alloc()/free()Ke Liu1-3/+2
2022-06-10wifi: virt_wifi: fix typo in commentJulia Lawall1-1/+1
2022-06-10rtw88: 8821c: fix access const table of channel parametersPing-Ke Shih2-9/+11
2022-06-10rtw89: add new state to CFO state machine for UL-OFDMAEric Huang3-3/+29
2022-06-10rtw89: 8852c: add trigger frame counterPo Hao Huang3-1/+64
2022-06-10wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi1-2/+1