summaryrefslogtreecommitdiffstats
path: root/drivers/staging/ks7010
Commit message (Expand)AuthorAgeFilesLines
* staging: ks7010: fix line ending with '('Khadija Kamran2023-03-251-3/+2
* staging: ks7010: use strscpy() to instead of strncpy()Xu Panda2023-01-171-2/+1
* staging: ks7010: Avoid clashing function prototypesGustavo A. R. Silva2022-11-091-122/+126
* staging: ks7010: Update the TODO file for this driverPeter Robinson2022-10-221-0/+3
* staging: ks7010: remove null check after call container_of()Haowen Bai2022-05-191-2/+0
* staging: ks7010: coding style fix: use tabs for indentAliya Rahmani2022-04-141-1/+1
* staging/ks7010: replace SME taslet with workDavidlohr Bueso2022-04-122-12/+11
* staging/ks7010: Remove redundant 'flush_workqueue()' callsMinghao Chi (CGEL ZTE)2022-02-151-3/+1
* staging: use eth_hw_addr_set() for dev->addr_len casesJakub Kicinski2021-10-201-1/+1
* staging: use eth_hw_addr_set() instead of ether_addr_copy()Jakub Kicinski2021-10-202-2/+2
* staging: ks7010: select CRYPTO_HASH/CRYPTO_MICHAEL_MICVegard Nossum2021-10-131-0/+3
* staging/ks7010: Remove all strcpy() uses in favor of strscpy()Len Baker2021-07-271-5/+5
* staging: ks7010: Fix the initialization of the 'sleep_status' structureChristophe JAILLET2021-07-271-1/+1
* staging: ks7010: Wrap macro definitions in parenthesisCaleb D.S. Brzezinski2021-06-181-12/+12
* staging: ks7010: ks_hostif: Remove a bunch of unused variablesLee Jones2021-05-101-9/+5
* staging: ks7010: prevent buffer overflow in ks_wlan_set_scan()Dan Carpenter2021-03-101-2/+4
* staging: ks7010: fix missing destroy_workqueue() on error in ks7010_sdio_probeQinglang Miao2020-11-061-1/+3
* staging: ks7010: convert tasklets to use new tasklet_setup() APIAllen Pais2020-09-162-6/+6
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-1/+1
* staging: ks7010: Use %pM format specifier for MAC addressesAndy Shevchenko2020-07-311-8/+3
* staging: ks7010: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-281-9/+9
* staging: ks7010: fix ks_wlan_start_xmit()'s return typeLuc Van Oostenryck2020-06-291-2/+2
* staging: ks7010: remove me from CC listWolfram Sang2020-05-051-1/+0
* staging: ks7010: remove line over 80 charactersPayal Kshirsagar2020-03-101-1/+2
* staging: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-2/+2
* netdev: pass the stuck queue to the timeout handlerMichael S. Tsirkin2019-12-121-2/+2
* Revert "staging: ks7010: Fix build error"Greg Kroah-Hartman2019-06-241-1/+0
* staging: ks7010: Fix build errorYueHaibing2019-06-211-0/+1
* staging: ks7010: Remove initialisation in ks7010_sdio.cNishka Dasgupta2019-05-301-1/+1
* staging: ks7010: Merge multiple return variables in ks_hostif.cNishka Dasgupta2019-05-301-4/+3
* staging: ks7010: Remove initialisation in ks_hostif.cNishka Dasgupta2019-05-301-1/+1
* Merge tag 'staging-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-05-073-9/+9
|\
| * staging: add missing SPDX lines to Makefile filesGreg Kroah-Hartman2019-04-031-0/+1
| * staging: add missing SPDX lines to Kconfig filesGreg Kroah-Hartman2019-04-031-0/+1
| * staging: ks7010: remove redundant auth_type checkColin Ian King2019-03-191-9/+7
* | crypto: shash - remove shash_desc::flagsEric Biggers2019-04-251-1/+0
|/
* Staging: ks7010: Replace typecast to intWentao Cai2019-03-011-1/+1
* staging: ks7010: removed custom Michael MIC implementation.Jeremy Sowden2019-02-285-170/+93
* Staging: ks7010: Match alignments with open parenthesisBhanusree Pola2019-02-261-1/+1
* staging: ks7010: remove unnecessary parenthesesMatt McCoy2019-01-251-3/+3
* staging: ks7010: remove unnecessary blank lineJeeeun Evans2018-11-071-1/+0
* staging: ks7010: Remove extra blank lineMaya Nakamura2018-10-191-1/+0
* staging: ks7010: Remove unnecessary null checkAymen Qader2018-10-021-2/+2
* Merge 4.18-rc7 into staging-nextGreg Kroah-Hartman2018-07-301-6/+6
|\
| * staging: ks7010: call 'hostif_mib_set_request_int' instead of 'hostif_mib_set...Sergio Paracuellos2018-07-161-6/+6
* | staging: ks7010: remove redundant variable eth_protoColin Ian King2018-07-111-2/+0
|/
* staging: ks7010: avoid casting inside cpu_to_* assignmentsSergio Paracuellos2018-05-202-32/+31
* staging: ks7010: Remove unused defineNathan Chancellor2018-05-151-1/+0
* staging: ks7010: replace cast type in assignment in hostif_sme_set_pmksaSergio Paracuellos2018-05-141-1/+1
* staging: ks7010: use 'u16' for casts in assignments in hostif_sme_set_rsnSergio Paracuellos2018-05-141-3/+3