summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/cisco
AgeCommit message (Expand)AuthorFilesLines
2023-10-30wifi: remove orphaned cisco/aironet driverArnd Bergmann5-8577/+0
2023-10-30wifi: airo: replace deprecated strncpy with strscpy_padJustin Stitt1-2/+1
2023-07-12wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap1-1/+4
2023-04-20wifi: airo: remove ISA_DMA_API dependencyArnd Bergmann1-1/+1
2022-11-18Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller1-96/+108
2022-11-16wifi: airo: Avoid clashing function prototypesGustavo A. R. Silva1-96/+108
2022-11-01wifi: airo: do not assign -1 to unsigned charJason A. Donenfeld1-4/+14
2022-03-16airo: fix typos in commentsJulia Lawall1-1/+1
2022-01-22proc: remove PDE_DATA() completelyMuchun Song1-11/+11
2021-10-20airo: use eth_hw_addr_set()Jakub Kicinski1-14/+13
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-13treewide: 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-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus 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-13treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+1
2018-04-04Merge 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-20wireless: 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