aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cisco (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-27airo: use ndo_siocdevprivateArnd Bergmann1-7/+8
2021-04-17airo: work around stack usage warningArnd Bergmann1-52/+65
2021-03-17module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2-2/+0
2020-12-08airo: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2020-12-02airo: remove trailing semicolon in macro definitionTom Rix1-1/+1
2020-11-07airo: Replace in_atomic() usage.Sebastian Andrzej Siewior1-39/+47
2020-11-07airo: Always use JOB_STATS and JOB_EVENTSebastian Andrzej Siewior1-11/+5
2020-11-07airo: Invoke airo_read_wireless_stats() directlySebastian Andrzej Siewior1-17/+5
2020-09-16airo: switch from 'pci_' to 'dma_' APIChristophe JAILLET1-6/+9
2020-08-27airo: Fix a myriad of coding style issuesLee Jones1-430/+467
2020-08-27airo: Place brackets around empty statementLee Jones1-1/+2
2020-08-02airo: use generic power managementVaibhav Gupta1-20/+19
2020-07-15wireless: Fix trivial spellingKieran Bingham1-1/+1
2020-07-15airo: use set_current_state macroXu Wang1-1/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-3/+3
2020-05-29airo: Fix read overflows sending packetsDan Carpenter1-0/+12
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan1-53/+45
2020-01-23airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman1-10/+8
2020-01-23airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman1-1/+1
2019-11-01crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers1-1/+1
2019-09-03airo: fix memory leaksWenwen Wang1-2/+9
2019-06-25airo: switch to skcipher interfaceArd Biesheuvel2-30/+29
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2-0/+2
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-1/+1
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers1-1/+1
2018-11-06wireless: airo: potential buffer overflow in sprintf()Dan Carpenter1-1/+1
2018-07-31airo: remove unused variables len and dev and clean up formattingColin Ian King2-8/+3
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-5/+5
2018-03-27wireless: Use octal not symbolic permissionsJoe Perches1-3/+3
2018-03-26treewide: simplify Kconfig dependencies for removed archsArnd Bergmann1-1/+1
2018-03-13net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-07-19wireless: airo: remove unnecessary static in writerids()Gustavo A. R. Silva1-1/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-2/+2
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-2/+2
2017-04-20Annotate hardware config module parameters in drivers/net/wireless/David Howells1-2/+2
2016-10-20net: use core MTU range checking in wireless driversJarod Wilson1-11/+3
2016-06-29wireless: airo: rename 'register' variableArnd Bergmann1-2/+2
2016-05-20Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-nextDavid S. Miller1-1/+1
2016-05-11airo: prevent potential underflow in airo_set_freq()Dan Carpenter1-1/+1
2016-05-04treewide: replace dev->trans_start update with helperFlorian Westphal1-3/+3
2016-04-12cfg80211: remove enum ieee80211_bandJohannes Berg1-3/+3
2015-11-30wireless: airo: re-use mac_pton()Andy Shevchenko1-15/+3
2015-11-18airo: move under cisco vendor directoryKalle Valo5-0/+8525