aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/intersil/hostap (follow)
AgeCommit message (Expand)AuthorFilesLines
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/sched.h> into <linux/sched/signal.h>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