Age | Commit message (Expand) | Author |
2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro |
2024-06-26 | wifi: mac80211: inform the low level if drv_stop() is a suspend | Emmanuel Grumbach |
2024-06-12 | wifi: zd1211rw: use 'time_left' variable with wait_for_completion_timeout() | Wolfram Sang |
2024-02-28 | wifi: zd1211rw: silence sparse warnings | Johannes Berg |
2024-02-08 | wifi: mac80211: simplify non-chanctx drivers | Johannes Berg |
2024-02-05 | wifi: zd1211rw: remove __nocast from zd_addr_t | Kalle Valo |
2023-10-30 | wifi: remove orphaned zd1201 driver | Arnd Bergmann |
2023-08-25 | Fix nomenclature for USB and PCI wireless devices | Alan Stern |
2023-07-25 | wifi: zd1211rw: fix typo "tranmits" | Yueh-Shun Li |
2023-02-13 | wifi: zd1211rw: remove redundant decls | Tom Rix |
2022-11-16 | wifi: zd1201: Avoid clashing function prototypes | Gustavo A. R. Silva |
2022-10-10 | wifi: mac80211: add wake_tx_queue callback to drivers | Alexander Wetzel |
2022-06-20 | wifi: mac80211: return a beacon for a specific link | Shaul Triebitz |
2022-06-20 | wifi: mac80211: split bss_info_changed method | Johannes Berg |
2022-03-16 | zd1201: use kzalloc | Julia Lawall |
2021-10-20 | zd1201: use eth_hw_addr_set() | Jakub Kicinski |
2021-10-20 | wireless: use eth_hw_addr_set() for dev->addr_len cases | Jakub Kicinski |
2021-09-21 | zd1211rw: remove duplicate USB device ID | Krzysztof Kozlowski |
2021-06-15 | zd1211rw: Prefer pr_err over printk error msg | Saurav Girepunje |
2020-12-08 | zd1201: Fix fall-through warnings for Clang | Gustavo A. R. Silva |
2020-11-07 | zd1211rw: Remove in_atomic() usage. | Sebastian Andrzej Siewior |
2020-09-29 | net: zd1211rw: Remove ZD_ASSERT(in_interrupt()) | Sebastian Andrzej Siewior |
2020-09-24 | zd1201: simplify the return expression of zd1201_set_maxassoc() | Qinglang Miao |
2020-09-01 | zd1211rw: zd_chip: Correct misspelled function argument | Lee Jones |
2020-09-01 | zd1211rw: zd_mac: Add missing or incorrect function documentation | Lee Jones |
2020-09-01 | zd1211rw: zd_chip: Fix formatting | Lee Jones |
2020-09-01 | zd1211rw: fix build warning | Allen Pais |
2020-08-27 | zd1211rw: convert tasklets to use new tasklet_setup() API | Allen Pais |
2020-07-15 | zd1211rw: remove needless check before usb_free_coherent() | Xu Wang |
2020-06-14 | treewide: replace '---help---' in Kconfig files with 'help' | Masahiro Yamada |
2020-03-23 | zd1211rw: Replace zero-length array with flexible-array member | Gustavo A. R. Silva |
2019-12-20 | Merge tag 'wireless-drivers-next-2019-12-20' of git://git.kernel.org/pub/scm/... | David S. Miller |
2019-12-18 | zd1211rw: fix storage endpoint lookup | Johan Hovold |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-09-21 | zd1211rw: zd_usb: Use "%zu" to format size_t | Geert Uytterhoeven |
2019-09-06 | zd1211rw: use %*ph to print small buffer | Andy Shevchenko |
2019-09-03 | zd1211rw: zd_usb: Use struct_size() helper | Gustavo A. R. Silva |
2019-09-03 | zd1211rw: remove false assertion from zd_mac_clear() | Oliver Neukum |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner |
2019-05-21 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13 | Thomas Gleixner |
2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner |
2019-04-25 | zd1211rw: use struct_size() helper | Gustavo A. R. Silva |
2018-11-06 | zd1201: mark expected switch fall-through | Gustavo A. R. Silva |
2018-10-05 | zd1211rw: Replace spin_is_locked() with lockdep | Lance Roy |
2018-06-27 | zd1211rw: use irqsave() in USB's complete callback | Sebastian Andrzej Siewior |
2018-06-27 | zd1211rw: stop using deprecated get_seconds() | Arnd Bergmann |
2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook |
2018-03-13 | net/wireless: fix spaces and grammar copy/paste in vendor Kconfig help text | Randy Dunlap |
2018-02-27 | wireless: zd1211rw: remove redundant assignment of pointer 'q' | Colin Ian King |
2017-11-08 | zd1201: remove unused variable framelen | Colin Ian King |