index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-10
rtw89: add page_regs to handle v1 chips
Ping-Ke Shih
5
-23
/
+124
2022-03-10
rtw89: add chip_info::{h2c,c2h}_reg to support more chips
Ping-Ke Shih
5
-12
/
+53
2022-03-10
rtw89: add hci_func_en_addr to support variant generation
Ping-Ke Shih
5
-1
/
+9
2022-03-10
rtw89: add power_{on/off}_func
Ping-Ke Shih
6
-3
/
+301
2022-03-10
rtw89: read chip version depends on chip ID
Ping-Ke Shih
1
-1
/
+2
2022-03-10
rtw89: pci: use a struct to describe all registers address related to DMA channel
Ping-Ke Shih
2
-26
/
+15
2022-03-10
rtw89: pci: add V1 of PCI channel address
Ping-Ke Shih
4
-74
/
+173
2022-03-10
rtw89: pci: add struct rtw89_pci_info
Ping-Ke Shih
5
-0
/
+23
2022-03-10
rtw89: 8852c: add 8852c empty files
Ping-Ke Shih
3
-0
/
+68
2022-03-10
brcmfmac: make the read-only array pktflags static const
Colin Ian King
1
-1
/
+1
2022-03-10
rtlwifi: rtl8192ce: remove duplicated function '_rtl92ce_phy_set_rf_sleep'
Lu Jicong
1
-31
/
+1
2022-03-10
cw1200: use time_is_after_jiffies() instead of open coding it
Wang Qing
1
-1
/
+2
2022-03-10
carl9170: devres ar->survey_info
Christian Lamparter
1
-4
/
+2
2022-03-10
carl9170: replace bitmap_zalloc with devm_bitmap_zalloc
Christian Lamparter
1
-8
/
+1
2022-03-10
carl9170: devres-ing input_allocate_device
Christian Lamparter
1
-11
/
+2
2022-03-10
carl9170: devres-ing hwrng_register usage
Christian Lamparter
2
-27
/
+3
2022-03-10
carl9170: replace GFP_ATOMIC in ampdu_action, it can sleep
Christian Lamparter
1
-1
/
+1
2022-03-10
ath10k: Fix error handling in ath10k_setup_msa_resources
Miaoqian Lin
1
-1
/
+1
2022-03-10
ath11k: remove unneeded flush_workqueue
Lv Ruyi (CGEL ZTE)
1
-1
/
+0
2022-03-10
ath6kl: add device ID for WLU5150-D81
André Apitzsch
1
-0
/
+1
2022-03-10
iwlwifi: bump FW API to 72 for AX devices
Luca Coelho
1
-2
/
+2
2022-03-10
iwlwifi: acpi: move ppag code from mvm to fw/acpi
Matt Chen
3
-184
/
+234
2022-03-10
iwlwifi: dbg: check trigger data before access
Mordechay Goodstein
1
-0
/
+5
2022-03-10
iwlwifi: dbg: in sync mode don't call schedule
Mordechay Goodstein
1
-2
/
+2
2022-03-10
iwlwifi: use 4k queue size for Bz A-step
Johannes Berg
1
-0
/
+4
2022-03-10
iwlwifi: pcie: fix SW error MSI-X mapping
Johannes Berg
1
-1
/
+1
2022-03-10
iwlwifi: yoyo: dump IMR DRAM only for HW and FW error
Mukesh Sisodiya
1
-0
/
+25
2022-03-10
iwlwifi: mvm: add support for IMR based on platform
Mukesh Sisodiya
5
-4
/
+28
2022-03-10
iwlwifi: yoyo: disable IMR DRAM region if IMR is disabled
Mukesh Sisodiya
1
-0
/
+23
2022-03-10
iwlwifi: mvm: remove cipher scheme support
Johannes Berg
5
-97
/
+1
2022-03-10
iwlwifi: Configure FW debug preset via module param.
Ayala Barazani
3
-7
/
+43
2022-03-10
iwlwifi: mvm: add a flag to reduce power command.
Ayala Barazani
6
-9
/
+44
2022-03-10
iwlwifi: bump FW API to 71 for AX devices
Luca Coelho
1
-1
/
+1
2022-03-09
ath9k: make array voice_priority static const
Colin Ian King
1
-1
/
+1
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_aplist_event
Gustavo A. R. Silva
2
-5
/
+2
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_disconnect_event
Gustavo A. R. Silva
1
-1
/
+1
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_connect_event
Gustavo A. R. Silva
1
-1
/
+1
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_channel_list_reply
Gustavo A. R. Silva
1
-1
/
+1
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_start_scan_cmd
Gustavo A. R. Silva
2
-8
/
+2
2022-03-09
ath6kl: wmi: Replace one-element array with flexible-array member in struct wmi_begin_scan_cmd
Gustavo A. R. Silva
2
-8
/
+3
2022-03-09
rtw89: declare HE capabilities in 6G band
Ping-Ke Shih
1
-0
/
+12
2022-03-09
rtw89: fix HE PHY bandwidth capability
Johannes Berg
1
-4
/
+9
2022-03-09
rtw89: add tx_wake notify for low ps mode
Chin-Yen Lee
6
-9
/
+53
2022-03-09
rtw89: 8852a: add ieee80211_ops::hw_scan
Po Hao Huang
8
-13
/
+1069
2022-03-07
Revert "ath: add support for special 0x0 regulatory domain"
Brian Norris
1
-5
/
+5
2022-03-06
wireless: Marvell: Use netif_rx().
Sebastian Andrzej Siewior
3
-4
/
+4
2022-03-06
wireless: brcmfmac: Use netif_rx().
Sebastian Andrzej Siewior
7
-28
/
+19
2022-03-06
wireless: Atheros: Use netif_rx().
Sebastian Andrzej Siewior
3
-3
/
+3
2022-03-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
5
-8
/
+13
2022-03-02
iwlwifi: mvm: return value for request_ownership
Emmanuel Grumbach
1
-2
/
+3
[prev]
[next]