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