summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil
AgeCommit message (Expand)AuthorLines
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-2/+2
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-11/+9
2026-01-27wifi: p54: Fix memory leak in p54_beacon_update()Zilin Guan-1/+3
2025-09-04wifi: mac80211: support parsing S1G TIM PVBLachlan Hodges-1/+1
2025-07-24wifi: Fix typosBjorn Helgaas-2/+2
2025-06-24wifi: cfg80211/mac80211: Add support to get radio indexRoopni Devanathan-1/+2
2025-05-21wifi: p54: prevent buffer-overflow in p54_rx_eeprom_readback()Christian Lamparter-4/+12
2024-09-18wifi: p54: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-3/+1
2024-06-26wifi: mac80211: inform the low level if drv_stop() is a suspendEmmanuel Grumbach-1/+1
2024-06-12wifi: p54: use 'time_left' variable with wait_for_completion_interruptible_ti...Wolfram Sang-12/+12
2024-02-08wifi: mac80211: simplify non-chanctx driversJohannes Berg-0/+4
2024-01-31wifi: fill in MODULE_DESCRIPTION()s for p54spiBreno Leitao-0/+1
2024-01-23Merge tag 'wireless-2024-01-22' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski-1/+1
2024-01-11wifi: p54: fix GCC format truncation warning with wiphy->fw_versionKalle Valo-1/+1
2023-10-30wifi: remove orphaned orinoco driverArnd Bergmann-12807/+0
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann-18890/+0
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann-232/+0
2023-10-12wifi: p54: Annotate struct p54_cal_database with __counted_byKees Cook-1/+1
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...Gustavo A. R. Silva-3/+2
2023-08-25Fix nomenclature for USB and PCI wireless devicesAlan Stern-6/+6
2023-08-01wifi: drivers: Explicitly include correct DT includesRob Herring-1/+1
2023-06-21wifi: p54: Add missing MODULE_FIRMWARE macroJuerg Haefliger-0/+1
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo-1/+1
2023-05-25wifi: orinoco: Fix an error handling path in orinoco_cs_probe()Christophe JAILLET-2/+11
2023-05-25wifi: orinoco: Fix an error handling path in spectrum_cs_probe()Christophe JAILLET-2/+11
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle-1/+1
2023-01-27net: add missing includes of linux/net.hJakub Kicinski-0/+1
2023-01-17Merge wireless into wireless-nextKalle Valo-1/+1
2023-01-16wifi: orinoco: check return value of hermes_write_wordrec()Alexey Kodanev-0/+2
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)-1/+1
2022-11-22wifi: p54: Replace zero-length array of trailing structs with flex-arrayKees Cook-2/+2
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva-111/+133
2022-11-16wifi: cfg80211: Avoid clashing function prototypesGustavo A. R. Silva-11/+11
2022-11-16wifi: orinoco: Avoid clashing function prototypesGustavo A. R. Silva-47/+62
2022-10-10wifi: mac80211: add wake_tx_queue callback to driversAlexander Wetzel-0/+1
2022-09-07wifi: p54: Fix comment typoJason Wang-1/+1
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang-1/+1
2022-07-18wifi: p54: add missing parentheses in p54_flush()Rustam Subkhankulov-1/+1
2022-07-18wifi: p54: Use the bitmap API to allocate bitmapsChristophe JAILLET-5/+3
2022-07-18wifi: p54: Fix an error handling path in p54spi_probe()Christophe JAILLET-1/+2
2022-07-15wifi: mac80211: change QoS settings API to take link into accountJohannes Berg-1/+2
2022-06-20wifi: mac80211: return a beacon for a specific linkShaul Triebitz-1/+1
2022-06-20wifi: mac80211: split bss_info_changed methodJohannes Berg-1/+1
2022-06-20wifi: mac80211: move interface config to new structJohannes Berg-2/+2
2022-04-06orinoco: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy-0/+1
2022-02-09spi: make remove callback a void functionUwe Kleine-König-3/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song-21/+21
2021-12-21Merge tag 'mac80211-next-for-net-next-2021-12-21' of git://git.kernel.org/pub...Jakub Kicinski-5/+1