summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/cisco
Commit message (Expand)AuthorAgeFilesLines
* wifi: airo: avoid uninitialized warning in airo_get_rate()Randy Dunlap2023-07-111-1/+4
* wifi: airo: remove ISA_DMA_API dependencyArnd Bergmann2023-04-201-1/+1
* Merge tag 'wireless-next-2022-11-18' of git://git.kernel.org/pub/scm/linux/ke...David S. Miller2022-11-181-96/+108
|\
| * wifi: airo: Avoid clashing function prototypesGustavo A. R. Silva2022-11-161-96/+108
* | wifi: airo: do not assign -1 to unsigned charJason A. Donenfeld2022-11-011-4/+14
|/
* airo: fix typos in commentsJulia Lawall2022-03-161-1/+1
* proc: remove PDE_DATA() completelyMuchun Song2022-01-221-11/+11
* airo: use eth_hw_addr_set()Jakub Kicinski2021-10-201-14/+13
* airo: use ndo_siocdevprivateArnd Bergmann2021-07-271-7/+8
* airo: work around stack usage warningArnd Bergmann2021-04-171-52/+65
* module: remove never implemented MODULE_SUPPORTED_DEVICELeon Romanovsky2021-03-172-2/+0
* airo: Fix fall-through warnings for ClangGustavo A. R. Silva2020-12-081-0/+1
* airo: remove trailing semicolon in macro definitionTom Rix2020-12-021-1/+1
* airo: Replace in_atomic() usage.Sebastian Andrzej Siewior2020-11-071-39/+47
* airo: Always use JOB_STATS and JOB_EVENTSebastian Andrzej Siewior2020-11-071-11/+5
* airo: Invoke airo_read_wireless_stats() directlySebastian Andrzej Siewior2020-11-071-17/+5
* airo: switch from 'pci_' to 'dma_' APIChristophe JAILLET2020-09-161-6/+9
* airo: Fix a myriad of coding style issuesLee Jones2020-08-271-430/+467
* airo: Place brackets around empty statementLee Jones2020-08-271-1/+2
* airo: use generic power managementVaibhav Gupta2020-08-021-20/+19
* wireless: Fix trivial spellingKieran Bingham2020-07-151-1/+1
* airo: use set_current_state macroXu Wang2020-07-151-1/+1
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-3/+3
* airo: Fix read overflows sending packetsDan Carpenter2020-05-291-0/+12
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-53/+45
* airo: Add missing CAP_NET_ADMIN check in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman2020-01-231-10/+8
* airo: Fix possible info leak in AIROOLDIOCTL/SIOCDEVPRIVATEMichael Ellerman2020-01-231-1/+1
* crypto: skcipher - rename the crypto_blkcipher module and kconfig optionEric Biggers2019-11-011-1/+1
* airo: fix memory leaksWenwen Wang2019-09-031-2/+9
* airo: switch to skcipher interfaceArd Biesheuvel2019-06-252-30/+29
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-12-271-1/+1
|\
| * crypto: drop mask=CRYPTO_ALG_ASYNC from 'cipher' tfm allocationsEric Biggers2018-11-201-1/+1
* | wireless: airo: potential buffer overflow in sprintf()Dan Carpenter2018-11-061-1/+1
|/
* airo: remove unused variables len and dev and clean up formattingColin Ian King2018-07-312-8/+3
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-04-032-5/+5
|\
| * wireless: Use octal not symbolic permissionsJoe Perches2018-03-271-3/+3
| * net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help textRandy Dunlap2018-03-131-2/+2
* | treewide: simplify Kconfig dependencies for removed archsArnd Bergmann2018-03-261-1/+1
|/
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* wireless: airo: remove unnecessary static in writerids()Gustavo A. R. Silva2017-07-191-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-07-051-2/+2
|\
| * networking: make skb_put & friends return void pointersJohannes Berg2017-06-161-2/+2
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* Annotate hardware config module parameters in drivers/net/wireless/David Howells2017-04-201-2/+2
* net: use core MTU range checking in wireless driversJarod Wilson2016-10-201-11/+3
* wireless: airo: rename 'register' variableArnd Bergmann2016-06-291-2/+2
* Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller2016-05-201-1/+1
|\
| * airo: prevent potential underflow in airo_set_freq()Dan Carpenter2016-05-111-1/+1