index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
ti
/
wlcore
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-16
wifi: wl1251: drop support for platform data
Dmitry Torokhov
1
-1
/
+0
2022-10-28
Kalle Valo says:
Jakub Kicinski
1
-0
/
+1
2022-10-11
treewide: use get_random_u32() when possible
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-06
wifi: mac80211: extend ieee80211_nullfunc_get() for MLO
Johannes Berg
1
-2
/
+2
2022-07-15
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
1
-2
/
+2
2022-07-15
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
1
-1
/
+2
2022-07-15
wifi: mac80211: move ps setting to vif config
Johannes Berg
1
-2
/
+2
2022-06-20
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
1
-2
/
+2
2022-06-20
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
1
-0
/
+2
2022-06-20
wifi: mac80211: split bss_info_changed method
Johannes Berg
1
-1
/
+1
2022-06-20
wifi: mac80211: move interface config to new struct
Johannes Berg
2
-20
/
+21
2022-06-20
wifi: mac80211: move some future per-link data to bss_conf
Johannes Berg
1
-1
/
+1
2022-05-03
Merge tag 'wireless-next-2022-05-03' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
9
-234
/
+124
2022-04-23
wl12xx: scan: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wl12xx: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wlcore: cmd: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wlcore: sdio: using pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-2
/
+1
2022-04-23
wlcore: vendor_cmd: use pm_runtime_resume_and_get() instead of pm_runtime_get...
Minghao Chi
1
-12
/
+6
2022-04-23
wlcore: testmode: use pm_runtime_resume_and_get() instead of pm_runtime_get_s...
Minghao Chi
1
-8
/
+4
2022-04-23
wlcore: sysfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-4
/
+2
2022-04-23
wlcore: main: use pm_runtime_resume_and_get() instead of pm_runtime_get_sync()
Minghao Chi
1
-150
/
+75
2022-04-12
wlcore: debugfs: use pm_runtime_resume_and_get() instead of pm_runtime_get_sy...
Minghao Chi
1
-35
/
+17
2022-04-11
mac80211: prepare sta handling for MLO support
Sriram R
2
-11
/
+13
2022-04-08
mmc: core: improve API to make clear mmc_hw_reset is for cards
Wolfram Sang
1
-1
/
+1
2022-02-09
spi: make remove callback a void function
Uwe Kleine-König
1
-3
/
+1
2021-11-29
wlcore: no need to initialise statics to false
Jason Wang
1
-1
/
+1
2021-10-27
wlcore: spi: Use dev_err_probe()
Geert Uytterhoeven
1
-6
/
+3
2021-07-05
Merge tag 'driver-core-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2021-06-15
wlcore: remove leading spaces before tabs
Hui Tang
1
-2
/
+2
2021-06-15
wlcore: Fix missing function name in comments
Yang Shen
1
-3
/
+3
2021-06-14
wlcore: fix read pointer update
Russell King
1
-8
/
+2
2021-06-14
wlcore: fix bug reading fwlog
Russell King
1
-0
/
+2
2021-06-14
wlcore: make some of the fwlog calculations more obvious
Russell King
1
-15
/
+28
2021-06-14
wlcore: tidy up use of fw_log.actual_buff_size
Russell King
1
-10
/
+10
2021-06-14
wlcore: use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-13
/
+11
2021-05-13
firmware: replace HOTPLUG with UEVENT in FW_ACTION defines
Shawn Guo
1
-1
/
+1
2021-04-22
wlcore: Fix buffer overrun by snprintf due to incorrect buffer size
Colin Ian King
1
-1
/
+1
2021-04-17
wlcore: fix overlapping snprintf arguments in debugfs
Arnd Bergmann
2
-8
/
+12
2021-01-25
wlcore: Fix command execute failure 19 for wl12xx
Tony Lindgren
2
-17
/
+1
2021-01-14
wlcore: Downgrade exceeded max RX BA sessions to debug
Tony Lindgren
1
-1
/
+1
2020-12-02
wlcore: Switch to using the new API kobj_to_dev()
Tian Tao
1
-1
/
+1
2020-11-07
wlcore: spi: Demote a non-compliant function header, fix another
Lee Jones
1
-2
/
+1
2020-11-07
wlcore: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-09-25
Merge tag 'wireless-drivers-next-2020-09-25' of git://git.kernel.org/pub/scm/...
David S. Miller
2
-8
/
+0
2020-09-22
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-5
/
+0
2020-09-22
wlcore: Remove unused function no_write_handler()
YueHaibing
1
-7
/
+0
2020-09-16
wlcore: Remove unused macro WL1271_SUSPEND_SLEEP
YueHaibing
1
-1
/
+0
2020-09-07
Revert "wlcore: Adding suppoprt for IGTK key in wlcore driver"
Mauro Carvalho Chehab
2
-5
/
+0
2020-09-01
wlcore: debugfs: Remove unused variable 'res'
Lee Jones
1
-3
/
+3
[next]