summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intersil/hostap
AgeCommit message (Expand)AuthorFilesLines
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky3-3/+0
2020-11-07hostap: Remove in_atomic() check.Sebastian Andrzej Siewior1-13/+2
2020-11-07net: hostap: fix function cast warningArnd Bergmann1-12/+5
2020-10-16Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds4-28/+16
2020-09-30net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior1-12/+0
2020-09-11net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel1-4/+0
2020-09-01hostap: Remove unused variable 'fc'Lee Jones1-2/+1
2020-09-01hostap: Remove set but unused variable 'hostscan'Lee Jones1-2/+1
2020-09-01hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones1-1/+1
2020-09-01hostap: Mark 'freq_list' as __maybe_unusedLee Jones1-2/+4
2020-08-27intersil: convert tasklets to use new tasklet_setup() APIAllen Pais1-9/+9
2020-08-02hostap: use generic power managementVaibhav Gupta2-27/+13
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-6/+6
2020-06-09net: change addr_list_lock back to static keyCong Wang1-0/+3
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller1-0/+2
2020-05-04net: partially revert dynamic lockdep key changesCong Wang1-0/+22
2020-04-15hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...Jules Irenge1-0/+2
2020-03-26hostap: convert to struct proc_opsYueHaibing1-5/+5
2020-03-23hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2-2/+2
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan3-10/+10
2020-01-26hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor1-1/+1
2019-12-13netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-25net: core: add generic lockdep keysTaehee Yoo1-25/+0
2019-09-06hostap: use %*ph to print small bufferAndy Shevchenko2-6/+3
2019-09-06hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang1-2/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2-10/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner3-0/+3
2018-12-07net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-07-31hostap: hide unused procfs helpersYueHaibing3-18/+17
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook2-4/+5
2018-05-16hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig3-191/+39
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-14/+2
2017-11-22treewide: setup_timer() -> timer_setup()Kees Cook2-11/+9
2017-11-22treewide: init_timer() -> setup_timer()Kees Cook2-10/+5
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman14-0/+14
2017-08-03hostap: Fix outdated comment about dev->destructorStefano Brivio1-2/+2
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds6-30/+23
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-5/+3
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg4-9/+8
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg2-8/+3
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-05-22hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_tElena Reshetova2-7/+8
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-11-17wireless: fix bogus maybe-uninitialized warningArnd Bergmann1-1/+1