summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ti
AgeCommit message (Expand)AuthorLines
2026-03-03wifi: wlcore: Fix a locking bugBart Van Assche-2/+2
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-174/+174
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-181/+179
2026-01-19wifi: wlcore: Add support for IGTK keyPeter Åstrand-0/+10
2026-01-12wl1251: Replace strncpy with strscpy in wl1251_acx_fw_versionThorsten Blum-9/+2
2026-01-08wifi: wlcore: sdio: Use pm_ptr instead of #ifdef CONFIG_PMUwe Kleine-König-5/+1
2025-12-16wifi: wlcore: ensure skb headroom before skb_pushPeter Åstrand-0/+5
2025-10-30net: wireless: Remove redundant pm_runtime_mark_last_busy() callsSakari Ailus-59/+0
2025-07-30Merge tag 'net-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-156/+14
2025-07-24wifi: Fix typosBjorn Helgaas-6/+6
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-5/+8
2025-06-24wifi: wlcore: Remove unused wl12xx_cmd_start_fwlogDr. David Alan Gilbert-27/+0
2025-06-24wl1251: Remove unused wl1251_cmd_*Dr. David Alan Gilbert-82/+0
2025-06-24wl1251: Remove unused wl1251_acx_rate_policiesDr. David Alan Gilbert-36/+0
2025-06-17sysfs: treewide: switch back to bin_attribute::read()/write()Thomas Weißschuh-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-1/+2
2025-04-11Merge tag 'wireless-2025-04-11' of https://git.kernel.org/pub/scm/linux/kerne...Jakub Kicinski-1/+3
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-04-02wifi: wl1251: fix memory leak in wl1251_tx_workAbdun Nihaal-1/+3
2025-01-10wifi: wlcore: fix unbalanced pm_runtime callsAndreas Kemnade-5/+5
2024-12-18wifi: wlcore: sysfs: constify 'struct bin_attribute'Thomas Weißschuh-2/+2
2024-12-09wifi: wlcore: testmode: Constify strutc nla_policyChristophe JAILLET-1/+1
2024-11-11wifi: Switch back to struct platform_driver::remove()Uwe Kleine-König-3/+3
2024-10-23wifi: mac80211: call rate_control_rate_update() for link STAJohannes Berg-2/+3
2024-09-18wifi: wl1251: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-2/+2
2024-09-18wifi: wlcore: sdio: Use helper to define resourcesVasileios Amoiridis-7/+4
2024-09-18wifi: wlcore: sdio: Make use of irq_get_trigger_type()Vasileios Amoiridis-4/+2
2024-09-06wifi: mac80211: handle ieee80211_radar_detected() for MLOAditya Kumar Singh-1/+1
2024-07-21Merge tag 'mm-nonmm-stable-2024-07-21-15-07' of git://git.kernel.org/pub/scm/...Linus Torvalds-1/+1
2024-06-28kernel-wide: fix spelling mistakes like "assocative" -> "associative"Jesse Brandeburg-1/+1
2024-06-27Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-18/+248
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-2/+2
2024-06-18wifi: wl18xx: allow firmwares > 8.9.0.x.58Russell King (Oracle)-1/+1
2024-06-18wifi: wl18xx: add support for reading 8.9.1 fw statusRussell King (Oracle)-2/+129
2024-06-18wifi: wlcore: add pn16 supportRussell King (Oracle)-5/+97
2024-06-18wifi: wlcore: store AP encryption key typeRussell King (Oracle)-0/+4
2024-06-18wifi: wlcore: pass "status" to wlcore_hw_convert_fw_status()Russell King (Oracle)-1/+1
2024-06-18wifi: wlcore: improve code in wlcore_fw_status()Russell King (Oracle)-4/+4
2024-06-18wifi: wl18xx: make wl18xx_tx_immediate_complete() more efficientRussell King (Oracle)-3/+10
2024-06-18wifi: wlcore: correctness fix fwlog readingRussell King (Oracle)-1/+1
2024-06-18wifi: wlcore: fix wlcore AP modeRussell King (Oracle)-21/+16
2024-04-05wifi: wl1251: simplify module initializationKrzysztof Kozlowski-19/+1
2024-03-28wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warningsGustavo A. R. Silva-6/+0
2024-03-21wifi: ti: Convert sprintf/snprintf to sysfs_emitLi Zhijian-8/+3
2024-03-05wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warnsJavier Martinez Canillas-4/+4
2024-02-08wifi: mac80211: add support to call csa_finish on a linkAditya Kumar Singh-1/+1
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg-3/+3
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2024-02-08Merge wireless into wireless-nextJohannes Berg-0/+7