summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/hostap
AgeCommit message (Expand)Author
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
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-08-03hostap: Fix outdated comment about dev->destructorStefano Brivio
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg
2017-06-16networking: introduce and use skb_put_data()Johannes Berg
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller