summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/hostap
Commit message (Expand)AuthorAgeFilesLines
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-173-3/+0
* hostap: Remove in_atomic() check.Sebastian Andrzej Siewior2020-11-071-13/+2
* net: hostap: fix function cast warningArnd Bergmann2020-11-071-12/+5
* Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2020-10-154-28/+16
|\
| * net: hostap: Remove in_interrupt() usageSebastian Andrzej Siewior2020-09-291-12/+0
| * hostap: Remove unused variable 'fc'Lee Jones2020-09-011-2/+1
| * hostap: Remove set but unused variable 'hostscan'Lee Jones2020-09-011-2/+1
| * hostap: hostap_ap: Mark 'txt' as __always_unusedLee Jones2020-09-011-1/+1
| * hostap: Mark 'freq_list' as __maybe_unusedLee Jones2020-09-011-2/+4
| * intersil: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-9/+9
* | net: wireless: drop bogus CRYPTO_xxx Kconfig selectsArd Biesheuvel2020-09-111-4/+0
|/
* hostap: use generic power managementVaibhav Gupta2020-08-022-27/+13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-131-0/+3
|\
| * net: change addr_list_lock back to static keyCong Wang2020-06-091-0/+3
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-6/+6
|/
* Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller2020-05-071-0/+2
|\
| * hostap: Add missing annotations for prism2_bss_list_proc_start() and prism2_b...Jules Irenge2020-04-151-0/+2
* | net: partially revert dynamic lockdep key changesCong Wang2020-05-041-0/+22
|/
* hostap: convert to struct proc_opsYueHaibing2020-03-261-5/+5
* hostap: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-03-232-2/+2
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-043-10/+10
* hostap: Adjust indentation in prism2_hostapd_add_staNathan Chancellor2020-01-261-1/+1
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-1/+1
* net: core: add generic lockdep keysTaehee Yoo2019-10-241-25/+0
* hostap: use %*ph to print small bufferAndy Shevchenko2019-09-062-6/+3
* hostap: remove set but not used variable 'copied' in prism2_io_debug_proc_readzhong jiang2019-09-061-2/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 501Thomas Gleixner2019-06-192-10/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-213-0/+3
* net: core: dev: Add extack argument to dev_open()Petr Machata2018-12-061-1/+1
* hostap: hide unused procfs helpersYueHaibing2018-07-313-18/+17
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-122-4/+5
* hostap: switch to proc_create_{seq,single}_dataChristoph Hellwig2018-05-163-191/+39
* proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-14/+2
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-212-11/+9
* treewide: init_timer() -> setup_timer()Kees Cook2017-11-212-10/+5
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-0214-0/+14
* hostap: Fix outdated comment about dev->destructorStefano Brivio2017-08-031-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-056-30/+23
|\
| * networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-5/+3
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-1/+1
| * networking: introduce and use skb_put_data()Johannes Berg2017-06-164-9/+8
| * networking: convert many more places to skb_put_zero()Johannes Berg2017-06-162-8/+3
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-06-151-1/+1
| |\
| * | hostap: convert hostap_cmd_queue.usecnt from atomic_t to refcount_tElena Reshetova2017-05-222-7/+8
* | | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
| |/ |/|
* | net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-1/+1
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-022-2/+2
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* wireless: fix bogus maybe-uninitialized warningArnd Bergmann2016-11-171-1/+1