summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/hostap
AgeCommit message (Expand)AuthorFilesLines
2020-08-02hostap: use generic power managementVaibhav Gupta2-27/+13
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+3
2020-06-14treewide: 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-12netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin1-1/+1
2019-10-24net: 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-06net: core: dev: Add extack argument to dev_open()Petr Machata1-1/+1
2018-07-31hostap: hide unused procfs helpersYueHaibing3-18/+17
2018-06-12treewide: 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-21treewide: setup_timer() -> timer_setup()Kees Cook2-11/+9
2017-11-21treewide: 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
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-13/+2
2016-09-03hostap: Use memdup_user() to reuse codeRajan Vaja1-14/+6
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-1/+1
2016-02-06hostap: avoid uninitialized variable use in hfa384x_get_ridArnd Bergmann1-5/+10
2015-12-11hostap: fix an error code in prism2_config()Dan Carpenter1-2/+4
2015-11-18hostap: move under intersil vendor directoryKalle Valo20-0/+19303