index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
silabs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
wifi: wfx: repair open network AP mode
Alexander Sverdlin
2024-08-27
1
-1
/
+4
*
wifi: mac80211: inform the low level if drv_stop() is a suspend
Emmanuel Grumbach
2024-06-26
2
-2
/
+2
*
wifi: wfx: drop driver owner initialization
Krzysztof Kozlowski
2024-04-04
1
-1
/
+0
*
wifi: mac80211: introduce 'channel request'
Johannes Berg
2024-02-08
1
-2
/
+2
*
wifi: wfx: fix memory leak when starting AP
Jérôme Pouiller
2024-02-06
1
-5
/
+10
*
wifi: wfx: fix possible NULL pointer dereference in wfx_set_mfp_ap()
Dmitry Antipov
2023-12-12
1
-17
/
+25
*
wifi: wfx: fix case where rates are out of order
Felipe Negrelli Wolter
2023-10-09
1
-42
/
+29
*
wifi: wfx: implement wfx_remain_on_channel()
Jérôme Pouiller
2023-10-09
5
-1
/
+76
*
wifi: wfx: allow to send frames during ROC
Jérôme Pouiller
2023-10-09
4
-15
/
+62
*
wifi: wfx: scan_lock is global to the device
Jérôme Pouiller
2023-10-09
4
-12
/
+8
*
wifi: wfx: simplify exclusion between scan and Rx filters
Jérôme Pouiller
2023-10-09
1
-4
/
+4
*
wifi: wfx: introduce hif_scan_uniq()
Jérôme Pouiller
2023-10-09
2
-0
/
+26
*
wifi: wfx: move wfx_skb_*() out of the header file
Jérôme Pouiller
2023-10-09
2
-17
/
+20
*
wifi: wfx: relocate wfx_rate_mask_to_hw()
Jérôme Pouiller
2023-10-09
3
-19
/
+18
*
wifi: wfx: fix power_save setting when AP is stopped
Jérôme Pouiller
2023-10-09
1
-0
/
+5
*
wifi: wfx: Use devm_kmemdup to replace devm_kmalloc + memcpy
Li Zetao
2023-08-23
1
-4
/
+3
*
wifi: drivers: Explicitly include correct DT includes
Rob Herring
2023-08-01
1
-1
/
+1
*
Merge tag 'spi-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie...
Linus Torvalds
2023-04-27
1
-1
/
+1
|
\
|
*
net: Replace all spi->chip_select and spi->cs_gpiod references with function ...
Amit Kumar Mahapatra
2023-03-11
1
-1
/
+1
*
|
wifi: wfx: Remove some dead code
Christophe JAILLET
2023-02-22
1
-7
/
+3
|
/
*
wifi: mac80211: add wake_tx_queue callback to drivers
Alexander Wetzel
2022-10-10
1
-0
/
+1
*
wifi: wfx: prevent underflow in wfx_send_pds()
Dan Carpenter
2022-09-02
1
-1
/
+1
*
wifi: mac80211: replace link_id with link_conf in switch/(un)assign_vif_chanc...
Gregory Greenman
2022-07-15
2
-4
/
+4
*
wifi: mac80211: replace link_id with link_conf in start/stop_ap()
Gregory Greenman
2022-07-15
2
-4
/
+4
*
wifi: mac80211: change QoS settings API to take link into account
Johannes Berg
2022-07-15
2
-2
/
+4
*
wifi: mac80211: move ps setting to vif config
Johannes Berg
2022-07-15
1
-3
/
+3
*
wifi: mac80211: return a beacon for a specific link
Shaul Triebitz
2022-06-20
1
-3
/
+3
*
wifi: mac80211: pass the link id in start/stop ap
Shaul Triebitz
2022-06-20
2
-4
/
+8
*
wifi: mac80211: make channel context code MLO-aware
Johannes Berg
2022-06-20
2
-0
/
+4
*
wifi: mac80211: split bss_info_changed method
Johannes Berg
2022-06-20
2
-2
/
+2
*
wifi: mac80211: move interface config to new struct
Johannes Berg
2022-06-20
2
-16
/
+20
*
Merge tag 'wireless-next-2022-06-10' of git://git.kernel.org/pub/scm/linux/ke...
Jakub Kicinski
2022-06-10
1
-2
/
+1
|
\
|
*
wifi: wfx: Remove redundant NULL check before release_firmware() call
Minghao Chi
2022-06-10
1
-2
/
+1
*
|
Merge tag 'staging-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2022-06-03
3
-16
/
+16
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'wfx-move-out-of-staging' of git://git.kernel.org/pub/scm/linux/...
Greg Kroah-Hartman
2022-04-07
3
-16
/
+16
*
|
wfx: use container_of() to get vif
Jaehee Park
2022-05-11
7
-40
/
+68
*
|
wfx: avoid flush_workqueue(system_highpri_wq) usage
Tetsuo Handa
2022-05-04
4
-4
/
+11
*
|
Merge branch 'wfx-move-out-of-staging'
Kalle Valo
2022-04-12
1
-4
/
+4
|
/
*
wfx: get out from the staging area
Jérôme Pouiller
2022-04-06
40
-0
/
+8185