summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/hostap
AgeCommit message (Expand)Author
2023-10-30wifi: remove obsolete hostap driverArnd Bergmann
2023-10-14wifi: hostap: remove unused ioctl functionArnd Bergmann
2023-10-11wifi: hostap: Add __counted_by for struct prism2_download_data and use struct...Gustavo A. R. Silva
2023-06-16wifi: hostap: fix stringop-truncations GCC warningKalle Valo
2023-05-25wifi: add HAS_IOPORT dependenciesNiklas Schnelle
2022-12-25treewide: Convert del_timer*() to timer_shutdown*()Steven Rostedt (Google)
2022-11-16wifi: hostap: Avoid clashing function prototypesGustavo A. R. Silva
2022-09-02wifi: move from strlcpy with unused retval to strscpyWolfram Sang
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2021-11-29intersil: Use struct_group() for memcpy() regionKees Cook
2021-10-20hostap: use eth_hw_addr_set()Jakub Kicinski
2021-10-20wireless: use eth_hw_addr_set()Jakub Kicinski
2021-07-27hostap: use ndo_siocdevprivateArnd Bergmann
2021-05-06proc: mandate ->proc_lseek in "struct proc_ops"Alexey Dobriyan
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior
2020-11-07net: hostap: fix function cast warningArnd Bergmann
2020-10-15Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2020-09-29net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel
2020-09-01hostap: Remove unused variable 'fc'Lee Jones
2020-09-01hostap: Remove set but unused variable 'hostscan'Lee Jones
2020-09-01hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones
2020-09-01hostap: Mark 'freq_list' as __maybe_unusedLee Jones
2020-08-27intersil: convert tasklets to use new tasklet_setup() APIAllen Pais
2020-08-02hostap: use generic power managementVaibhav Gupta
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-09net: change addr_list_lock back to static keyCong Wang
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller
2020-05-04net: partially revert dynamic lockdep key changesCong Wang
2020-04-15hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...Jules Irenge
2020-03-26hostap: convert to struct proc_opsYueHaibing
2020-03-23hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-26hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor
2019-12-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin
2019-10-24net: core: add generic lockdep keysTaehee Yoo
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko
2019-09-06hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2018-12-06net: core: dev: Add extack argument to dev_open()Petr Machata
2018-07-31hostap: hide unused procfs helpersYueHaibing
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-21treewide: init_timer() -> setup_timer()Kees Cook