index
:
Linux
arm64-uaccess
for-next
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wlcore
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'wireless-next-2024-06-27' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2024-06-27
4
-11
/
+107
|
\
|
*
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
2024-06-26
1
-1
/
+1
|
*
wifi: wlcore: add pn16 support
Russell King (Oracle)
2024-06-18
3
-5
/
+97
|
*
wifi: wlcore: store AP encryption key type
Russell King (Oracle)
2024-06-18
1
-0
/
+4
|
*
wifi: wlcore: pass "status" to wlcore_hw_convert_fw_status()
Russell King (Oracle)
2024-06-18
1
-1
/
+1
|
*
wifi: wlcore: improve code in wlcore_fw_status()
Russell King (Oracle)
2024-06-18
1
-4
/
+4
|
*
wifi: wlcore: correctness fix fwlog reading
Russell King (Oracle)
2024-06-18
1
-1
/
+1
*
|
wifi: wlcore: fix wlcore AP mode
Russell King (Oracle)
2024-06-18
4
-21
/
+16
|
/
*
wifi: ti: Avoid a hundred -Wflex-array-member-not-at-end warnings
Gustavo A. R. Silva
2024-03-28
2
-3
/
+0
*
wifi: ti: Convert sprintf/snprintf to sysfs_emit
Li Zhijian
2024-03-21
1
-8
/
+3
*
wifi: wlcore: sdio: Rate limit wl12xx_sdio_raw_{read,write}() failures warns
Javier Martinez Canillas
2024-03-05
1
-4
/
+4
*
wifi: mac80211: add support to call csa_finish on a link
Aditya Kumar Singh
2024-02-08
1
-1
/
+1
*
wifi: mac80211: introduce 'channel request'
Johannes Berg
2024-02-08
1
-3
/
+3
*
Merge wireless into wireless-next
Johannes Berg
2024-02-08
3
-0
/
+3
|
\
|
*
wifi: fill in MODULE_DESCRIPTION()s for wlcore
Breno Leitao
2024-01-31
3
-0
/
+3
*
|
wifi: ti: wlcore: sdio: Drop unused include
Linus Walleij
2024-02-05
1
-1
/
+0
|
/
*
wifi: wlcore: main: replace deprecated strncpy with strscpy
Justin Stitt
2023-10-23
1
-2
/
+2
*
wifi: wlcore: boot: replace deprecated strncpy with strscpy
Justin Stitt
2023-10-23
1
-4
/
+1
*
wifi: wlcore: Convert to platform remove callback returning void
Uwe Kleine-König
2023-09-18
2
-5
/
+3
*
wifi: mac80211: add support for mld in ieee80211_chswitch_done
Emmanuel Grumbach
2023-09-11
2
-4
/
+4
*
wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
Li Zetao
2023-08-25
1
-12
/
+1
*
wlcore: spi: Remove redundant of_match_ptr()
Ruan Jinjie
2023-08-16
1
-1
/
+1
*
net: Use of_property_read_bool() for boolean properties
Rob Herring
2023-03-16
1
-2
/
+1
*
wifi: wl1251: drop support for platform data
Dmitry Torokhov
2022-11-16
1
-1
/
+0
*
Kalle Valo says:
Jakub Kicinski
2022-10-28
1
-0
/
+1
|
\
|
*
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
2022-10-10
1
-0
/
+1
*
|
treewide: use get_random_u32() when possible
Jason A. Donenfeld
2022-10-11
1
-1
/
+1
|
/
*
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
2022-09-06
1
-2
/
+2
*
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
2022-07-15
1
-2
/
+2
*
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2022-07-15
1
-1
/
+2
*
wifi: mac80211: move ps setting to vif config
Johannes Berg
2022-07-15
1
-2
/
+2
*
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
2022-06-20
1
-2
/
+2
*
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
2022-06-20
1
-0
/
+2
*
wifi: mac80211: split bss_info_changed method
Johannes Berg
2022-06-20
1
-1
/
+1
*
wifi: mac80211: move interface config to new struct
Johannes Berg
2022-06-20
2
-20
/
+21
*
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
2022-06-20
1
-1
/
+1
*
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2022-05-03
9
-234
/
+124
|
\
|
*
wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-4
/
+2
|
*
wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-4
/
+2
|
*
wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-4
/
+2
|
*
wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-2
/
+1
|
*
wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...
Minghao Chi
2022-04-23
1
-12
/
+6
|
*
wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...
Minghao Chi
2022-04-23
1
-8
/
+4
|
*
wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-4
/
+2
|
*
wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
2022-04-23
1
-150
/
+75
|
*
wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...
Minghao Chi
2022-04-12
1
-35
/
+17
|
*
mac80211: prepare sta handling for MLO support
Sriram R
2022-04-11
2
-11
/
+13
*
|
mmc: core: improve API to make clear mmc_hw_reset is for cards
Wolfram Sang
2022-04-08
1
-1
/
+1
|
/
*
spi: make remove callback a void function
Uwe Kleine-König
2022-02-09
1
-3
/
+1
*
wlcore: no need to initialise statics to false
Jason Wang
2021-11-29
1
-1
/
+1
[next]