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-02-01
brcmfmac: of: Use devm_kstrdup for board_type & check for errors
Hector Martin
1
-2
/
+5
2022-02-01
brcmfmac: pcie: Fix crashes due to early IRQs
Hector Martin
1
-3
/
+13
2022-02-01
brcmfmac: pcie: Replace brcmf_pcie_copy_mem_todev with memcpy_toio
Hector Martin
1
-44
/
+4
2022-02-01
brcmfmac: pcie: Declare missing firmware files in pcie.c
Hector Martin
2
-1
/
+7
2022-02-01
brcmfmac: firmware: Allocate space for default boardrev in nvram
Hector Martin
1
-0
/
+2
2022-02-01
brcmfmac: pcie: Release firmwares in the brcmf_pcie_setup error path
Hector Martin
1
-0
/
+2
2022-02-01
rtlwifi: remove redundant initialization of variable ul_encalgo
Colin Ian King
1
-1
/
+1
2022-02-01
ray_cs: Check ioremap return value
Jiasheng Jiang
1
-0
/
+6
2022-02-01
ath11k: add debugfs for TWT debug calls
John Crispin
4
-1
/
+245
2022-02-01
ath11k: add WMI calls to manually add/del/pause/resume TWT dialogs
John Crispin
3
-4
/
+358
2022-02-01
ath11k: Add debugfs interface to configure firmware debug log level
Seevalamuthu Mariappan
5
-0
/
+265
2022-01-31
cw1200: wsm: make array queue_id_to_wmm_aci static const
Colin Ian King
1
-1
/
+1
2022-01-31
wilc1000: use min_t() to make code cleaner
Changcheng Deng
1
-4
/
+1
2022-01-31
rtw88: rtw8821c: enable rfe 6 devices
Ping-Ke Shih
1
-0
/
+1
2022-01-31
rtw88: fix memory overrun and memory leak during hw_scan
Po-Hao Huang
1
-10
/
+24
2022-01-31
rtw88: fix idle mode flow for hw scan
Po-Hao Huang
4
-4
/
+23
2022-01-31
rtw88: check for validity before using a pointer
Muhammad Usama Anjum
1
-0
/
+8
2022-01-31
mac80211_hwsim: initialize ieee80211_tx_info at hw_scan_work
JaeMan Park
1
-0
/
+9
2022-01-31
mac80211_hwsim: report NOACK frames in tx_status
Benjamin Beichler
1
-0
/
+4
2022-01-31
carl9170: fix missing bit-wise or operator for tx_params
Colin Ian King
1
-1
/
+1
2022-01-31
wcn36xx: Differentiate wcn3660 from wcn3620
Bryan O'Donoghue
2
-0
/
+4
2022-01-31
ath11k: mhi: use mhi_sync_power_up()
Kalle Valo
1
-1
/
+1
2022-01-31
ath11k: pci: fix crash on suspend if board file is not found
Kalle Valo
1
-0
/
+10
2022-01-31
ath11k: Fix missing rx_desc_get_ldpc_support in wcn6855_ops
Baochen Qiang
1
-0
/
+7
2022-01-31
ath11k: Fix uninitialized symbol 'rx_buf_sz'
Anilkumar Kolli
2
-2
/
+6
2022-01-31
ath11k: fix kernel panic during unload/load ath11k modules
Venkateswara Naralasetty
1
-0
/
+2
2022-01-31
ath11k: Rename ath11k_ahb_ext_irq_config
Venkateswara Naralasetty
1
-2
/
+2
2022-01-28
brcmfmac: add CYW43570 PCIE device
Soontak Lee
2
-0
/
+2
2022-01-28
brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices
Hans de Goede
1
-6
/
+27
2022-01-28
rtw89: use pci_read/write_config instead of dbi read/write
Chin-Yen Lee
1
-75
/
+53
2022-01-28
rtw89: refine DIG feature to support 160M and CCK PD
Johnson Lin
5
-7
/
+44
2022-01-28
rtw89: fix maybe uninitialized `qempty` variable
Íñigo Huguet
1
-0
/
+1
2022-01-28
rtw89: include subband type in channel params
Zong-Zhe Yang
2
-15
/
+20
2022-01-28
rtw89: handle 6G band if supported by a chipset
Zong-Zhe Yang
3
-57
/
+179
2022-01-28
rtw89: separate {init,deinit}_addr_cam functions
Ping-Ke Shih
3
-14
/
+26
2022-01-28
rtw89: set mac_id and port ID to TXWD
Ping-Ke Shih
3
-2
/
+27
2022-01-28
rtw89: send broadcast/multicast packets via HIQ if STAs are in sleep mode
Ping-Ke Shih
2
-3
/
+6
2022-01-28
rtw89: configure mac port HIQ registers
Ping-Ke Shih
2
-2
/
+46
2022-01-28
rtw89: rename vif_maintain to role_maintain
Ping-Ke Shih
4
-17
/
+17
2022-01-28
rtw89: extend firmware commands on states of sta_assoc and sta_disconnect
Ping-Ke Shih
4
-14
/
+32
2022-01-28
rtw89: allocate mac_id for each station in AP mode
Ping-Ke Shih
1
-0
/
+5
2022-01-28
rtw89: implement mac80211_ops::set_tim to indicate STA to receive packets
Ping-Ke Shih
3
-0
/
+35
2022-01-28
rtw89: add C2H handle of BCN_CNT
Ping-Ke Shih
2
-0
/
+7
2022-01-28
rtw89: download beacon content to firmware
Ping-Ke Shih
3
-0
/
+159
2022-01-28
rtw89: use hardware SSN to TX management frame
Ping-Ke Shih
3
-1
/
+11
2022-01-28
rtw89: configure rx_filter according to FIF_PROBE_REQ
Ping-Ke Shih
1
-1
/
+10
2022-01-28
rtw89: correct use of BA CAM
Ping-Ke Shih
5
-8
/
+107
2022-01-28
rtw89: encapsulate RX handlers to single function
Ping-Ke Shih
1
-15
/
+17
2022-01-28
rtw89: Add RX counters of VHT MCS-10/11 to debugfs
Ping-Ke Shih
1
-8
/
+14
2022-01-28
rtw89: remove duplicate definition of hardware port number
Ping-Ke Shih
4
-13
/
+12
[prev]
[next]