summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/silabs
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2026-01-20kernel.h: drop hex.h and update all hex.h usersRandy Dunlap-0/+1
2025-11-20wifi: wfx: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari-1/+1
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-4/+4
2025-03-07wifi: wfx: allow to enable WoWLAN using NL80211Jérôme Pouiller-0/+29
2025-03-07wifi: wfx: allow SDIO device to wake up the hostJérôme Pouiller-0/+46
2025-03-07wifi: wfx: allow SPI device to wake up the hostJérôme Pouiller-1/+30
2025-03-07wifi: wfx: declare support for WoWLANJérôme Pouiller-0/+30
2025-03-07wifi: wfx: align declarations between bus_spi.c and bus_sdio.cJérôme Pouiller-3/+3
2024-10-31wifi: wfx: Fix error handling in wfx_core_init()Yuan Can-2/+15
2024-08-27wifi: wfx: repair open network AP modeAlexander Sverdlin-1/+4
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-2/+2
2024-04-04wifi: wfx: drop driver owner initializationKrzysztof Kozlowski-1/+0
2024-02-08wifi: mac80211: introduce 'channel request'Johannes Berg-2/+2
2024-02-06wifi: wfx: fix memory leak when starting APJérôme Pouiller-5/+10
2023-12-12wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()Dmitry Antipov-17/+25
2023-10-09wifi: wfx: fix case where rates are out of orderFelipe Negrelli Wolter-42/+29
2023-10-09wifi: wfx: implement wfx_remain_on_channel()Jérôme Pouiller-1/+76
2023-10-09wifi: wfx: allow to send frames during ROCJérôme Pouiller-15/+62
2023-10-09wifi: wfx: scan_lock is global to the deviceJérôme Pouiller-12/+8
2023-10-09wifi: wfx: simplify exclusion between scan and Rx filtersJérôme Pouiller-4/+4
2023-10-09wifi: wfx: introduce hif_scan_uniq()Jérôme Pouiller-0/+26
2023-10-09wifi: wfx: move wfx_skb_*() out of the header fileJérôme Pouiller-17/+20
2023-10-09wifi: wfx: relocate wfx_rate_mask_to_hw()Jérôme Pouiller-19/+18
2023-10-09wifi: wfx: fix power_save setting when AP is stoppedJérôme Pouiller-0/+5
2023-08-23wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpyLi Zetao-4/+3
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring-1/+1
2023-04-27Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...Linus Torvalds-1/+1
2023-03-11net: Replace all spi->chip_select and spi->cs_gpiod references with function ...Amit Kumar Mahapatra-1/+1
2023-02-22wifi: wfx: Remove some dead codeChristophe JAILLET-7/+3
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-09-02wifi: wfx: prevent underflow in wfx_send_pds()Dan Carpenter-1/+1
2022-07-15wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...Gregory Greenman-4/+4
2022-07-15wifi: mac80211: replace link_id with link_conf in start/stop_ap()Gregory Greenman-4/+4
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-2/+4
2022-07-15wifi: mac80211: move ps setting to vif configJohannes Berg-3/+3
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-3/+3
2022-06-20wifi: mac80211: pass the link id in start/stop apShaul Triebitz-4/+8
2022-06-20wifi: mac80211: make channel context code MLO-awareJohannes Berg-0/+4
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-2/+2
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-16/+20
2022-06-10Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski-2/+1
2022-06-10wifi: wfx: Remove redundant NULL check before release_firmware() callMinghao Chi-2/+1
2022-06-03Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-16/+16
2022-05-11wfx: use container_of() to get vifJaehee Park-40/+68
2022-05-04wfx: avoid flush_workqueue(system_highpri_wq) usageTetsuo Handa-4/+11
2022-04-12Merge branch 'wfx-move-out-of-staging'Kalle Valo-0/+8185
2022-04-07Merge branch 'wfx-move-out-of-staging' of git://git.kernel.org/pub/scm/linux/...Greg Kroah-Hartman-0/+8185
2022-04-06wfx: get out from the staging areaJérôme Pouiller-0/+8185