Age | Commit message (Expand) | Author | Files | Lines |
2024-02-08 | wifi: mac80211: simplify non-chanctx drivers | Johannes Berg | 1 | -0/+4 |
2024-02-05 | wifi: cw1200: Convert to GPIO descriptors | Linus Walleij | 2 | -48/+65 |
2024-02-05 | wifi: cw1200: fix __le16 sparse warnings | Kalle Valo | 1 | -6/+0 |
2023-10-23 | wifi: mac80211: rename ieee80211_tx_status() to ieee80211_tx_status_skb() | Kalle Valo | 1 | -1/+1 |
2023-09-18 | wifi: cw1200: Avoid processing an invalid TIM IE | Jeff Johnson | 1 | -1/+1 |
2023-03-11 | net: Replace all spi->chip_select and spi->cs_gpiod references with function ... | Amit Kumar Mahapatra | 1 | -1/+1 |
2022-10-29 | Kalle Valo says: | Jakub Kicinski | 1 | -0/+1 |
2022-10-12 | treewide: use get_random_{u8,u16}() when possible, part 1 | Jason A. Donenfeld | 1 | -1/+1 |
2022-10-10 | wifi: mac80211: add wake_tx_queue callback to drivers | Alexander Wetzel | 1 | -0/+1 |
2022-09-27 | cw1200: fix incorrect check to determine if no element is found in list | Xiaomeng Tong | 1 | -8/+10 |
2022-09-07 | wifi: cw1200: use get_unaligned_le64() | Johannes Berg | 1 | -2/+1 |
2022-09-07 | wifi: cw1200: remove RCU STA pointer handling in TX | Johannes Berg | 1 | -4/+1 |
2022-09-06 | wifi: mac80211: extend ieee80211_nullfunc_get() for MLO | Johannes Berg | 1 | -2/+2 |
2022-07-15 | wifi: mac80211: change QoS settings API to take link into account | Johannes Berg | 2 | -2/+4 |
2022-06-20 | wifi: mac80211: return a beacon for a specific link | Shaul Triebitz | 1 | -2/+2 |
2022-06-20 | wifi: mac80211: split bss_info_changed method | Johannes Berg | 2 | -3/+3 |
2022-06-20 | wifi: mac80211: move interface config to new struct | Johannes Berg | 2 | -20/+20 |
2022-05-30 | wifi: cw1200: cleanup the code a bit | Bernard Zhao | 1 | -8/+2 |
2022-04-11 | mac80211: prepare sta handling for MLO support | Sriram R | 1 | -2/+2 |
2022-03-12 | Merge tag 'wireless-next-2022-03-11' of git://git.kernel.org/pub/scm/linux/ke... | Jakub Kicinski | 1 | -1/+2 |
2022-03-10 | cw1200: use time_is_after_jiffies() instead of open coding it | Wang Qing | 1 | -1/+2 |
2022-02-28 | Merge tag 'spi-remove-void' of https://git.kernel.org/pub/scm/linux/kernel/gi... | Jakub Kicinski | 1 | -3/+1 |
2022-02-09 | spi: make remove callback a void function | Uwe Kleine-König | 1 | -3/+1 |
2022-01-31 | cw1200: wsm: make array queue_id_to_wmm_aci static const | Colin Ian King | 1 | -1/+1 |
2021-10-13 | wireless: Remove redundant 'flush_workqueue()' calls | Christophe JAILLET | 1 | -2/+0 |
2021-06-15 | cw1200: Revert unnecessary patches that fix unreal use-after-free bugs | Hang Zhang | 1 | -10/+7 |
2021-06-15 | cw1200: add missing MODULE_DEVICE_TABLE | Zou Wei | 1 | -0/+1 |
2021-04-17 | cw1200: Remove unused function pointer typedef wsm_* | Chen Lin | 1 | -12/+0 |
2021-04-17 | cw1200: Remove unused function pointer typedef cw1200_wsm_handler | Chen Lin | 1 | -3/+0 |
2020-12-10 | cw1200: txrx: convert comma to semicolon | Zheng Yongjun | 1 | -1/+1 |
2020-11-24 | cw1200: fix missing destroy_workqueue() on error in cw1200_init_common | Qinglang Miao | 1 | -0/+2 |
2020-11-24 | cw1200: replace a set of atomic_add() | Yejune Deng | 2 | -9/+9 |
2020-09-01 | cw1200: wsm: Remove 'dummy' variables | Lee Jones | 1 | -4/+2 |
2020-06-13 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada | 1 | -1/+1 |
2020-05-29 | cw1200: Remove local sdio VENDOR and DEVICE id definitions | Pali Rohár | 1 | -8/+1 |
2020-04-15 | cw1200: make cw1200_spi_irq_unsubscribe() void | Jason Yan | 1 | -5/+1 |
2020-03-23 | cw1200: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 1 | -1/+1 |
2020-01-26 | cw1200: use true,false for bool variable | zhengbin | 1 | -1/+1 |
2019-10-15 | net/wireless: Delete unnecessary checks before the macro call “dev_kfree_sk... | Markus Elfring | 1 | -2/+1 |
2019-10-02 | cw1200: Fix a signedness bug in cw1200_load_firmware() | Dan Carpenter | 1 | -3/+3 |
2019-10-02 | net/wireless: Use kmemdup rather than duplicating its implementation | Fuqian Huang | 1 | -2/+1 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 25 | -100/+25 |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 3 | -0/+3 |
2019-04-25 | net: cw1200: fix a NULL pointer dereference | Kangjie Lu | 1 | -0/+5 |
2019-02-01 | cw1200: no need to check return value of debugfs_create functions | Greg Kroah-Hartman | 1 | -20/+6 |
2019-02-01 | cw1200: fix indentation issues | Colin Ian King | 1 | -2/+2 |
2019-01-10 | cw1200: drop useless LIST_HEAD | Julia Lawall | 1 | -1/+0 |
2019-01-10 | cw1200: fix missing unlock on error in cw1200_hw_scan() | Wei Yongjun | 1 | -1/+4 |
2018-12-20 | cw1200: Fix concurrency use-after-free bugs in cw1200_hw_scan() | Jia-Ju Bai | 1 | -7/+6 |
2018-12-20 | cw1200: convert to DEFINE_SHOW_ATTRIBUTE | Yangtao Li | 1 | -28/+4 |