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
2021-06-14
wlcore: tidy up use of fw_log.actual_buff_size
Russell King
1
-10
/
+10
2021-06-14
wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP
Tony Lindgren
1
-0
/
+7
2021-06-14
wlcore: use DEVICE_ATTR_<RW|RO> macro
YueHaibing
1
-13
/
+11
2021-06-14
wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
Bryan O'Donoghue
1
-13
/
+8
2021-06-14
wcn36xx: Fix inconsistent indenting
Jiapeng Chong
1
-1
/
+1
2021-06-14
wcn36xx: Enable WOWLAN flags
Bryan O'Donoghue
1
-1
/
+3
2021-06-14
wcn36xx: Add host resume request support
Bryan O'Donoghue
3
-0
/
+38
2021-06-14
wcn36xx: Add Host suspend indication support
Bryan O'Donoghue
3
-0
/
+24
2021-06-14
wcn36xx: Add GTK offload info to WoWLAN resume
Bryan O'Donoghue
4
-2
/
+79
2021-06-14
wcn36xx: Add GTK offload to WoWLAN path
Bryan O'Donoghue
4
-1
/
+47
2021-06-14
wcn36xx: Add set_rekey_data callback
Bryan O'Donoghue
2
-0
/
+25
2021-06-14
wcn36xx: Add ipv6 namespace offload in suspend
Bryan O'Donoghue
4
-0
/
+73
2021-06-14
wcn36xx: Add ipv6 address tracking
Bryan O'Donoghue
3
-0
/
+41
2021-06-14
wcn36xx: Do not flush indication queue on suspend/resume
Bryan O'Donoghue
1
-2
/
+0
2021-06-14
wcn36xx: Add ipv4 ARP offload support in suspend
Bryan O'Donoghue
4
-8
/
+57
2021-06-14
wcn36xx: Run suspend for the first ieee80211_vif
Bryan O'Donoghue
1
-3
/
+28
2021-06-14
wcn36xx: Return result of set_power_params in suspend
Bryan O'Donoghue
1
-2
/
+4
2021-06-14
Merge tag 'v5.13-rc6' into driver-core-next
Greg Kroah-Hartman
11
-30
/
+138
2021-06-12
ath10k: remove unused more_frags variable
Yang Yingliang
1
-2
/
+0
2021-06-12
wireless: carl9170: fix LEDS build errors & warnings
Randy Dunlap
1
-5
/
+3
2021-06-12
ath10k: add missing error return code in ath10k_pci_probe()
Yang Yingliang
1
-3
/
+9
2021-06-12
ath10k: go to path err_unsupported when chip id is not supported
Yang Yingliang
1
-1
/
+1
2021-06-12
ath11k: don't call ath11k_pci_set_l1ss for WCN6855
Baochen Qiang
3
-1
/
+8
2021-06-12
ath11k: add support for WCN6855
Baochen Qiang
4
-10
/
+75
2021-06-12
ath11k: add support to get peer id for WCN6855
Baochen Qiang
4
-4
/
+38
2021-06-12
ath11k: setup WBM_IDLE_LINK ring once again
Baochen Qiang
1
-0
/
+10
2021-06-12
ath11k: setup REO for WCN6855
Baochen Qiang
5
-52
/
+96
2021-06-12
ath11k: add dp support for WCN6855
Baochen Qiang
3
-0
/
+289
2021-06-12
ath11k: add hw reg support for WCN6855
Baochen Qiang
2
-0
/
+72
2021-06-12
ath9k: Fix kernel NULL pointer dereference during ath_reset_internal()
Pali Rohár
1
-0
/
+5
2021-06-11
mwifiex: bring down link before deleting interface
Brian Norris
1
-3
/
+10
2021-06-10
mt76: mt7615: Use devm_platform_get_and_ioremap_resource()
Yang Yingliang
1
-2
/
+1
2021-06-09
Merge tag 'mac80211-for-net-2021-06-09' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
David S. Miller
1
-0
/
+5
2021-06-03
Merge tag 'wireless-drivers-2021-06-03' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers
David S. Miller
11
-30
/
+138
2021-06-03
ipw2x00: Minor documentation update
Souptick Joarder
1
-1
/
+1
2021-06-03
b43legacy: Fix spelling mistake "overflew" -> "overflowed"
Colin Ian King
1
-1
/
+1
2021-06-03
b43legacy: Remove unused inline function txring_to_priority()
YueHaibing
1
-13
/
+0
2021-06-03
b43: phy_n: Delete some useless TODO code
Zhen Lei
1
-47
/
+0
2021-05-31
mac80211_hwsim: drop pending frames on stop
Johannes Berg
1
-0
/
+5
2021-05-31
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
11
-20
/
+22
2021-05-31
Merge 5.13-rc4 into driver-core-next
Greg Kroah-Hartman
15
-100
/
+304
2021-05-30
mt76: mt7921: remove leftover 80+80 HE capability
Felix Fietkau
1
-2
/
+1
2021-05-30
mt76: mt7615: do not set MT76_STATE_PM at bootstrap
Lorenzo Bianconi
3
-11
/
+12
2021-05-30
ath9k: ar9003_mac: read STBC indicator from rx descriptor
Philipp Borgers
1
-0
/
+2
2021-05-26
Merge tag 'net-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-11
/
+246
2021-05-24
ath10k/ath11k: fix spelling mistake "requed" -> "requeued"
Colin Ian King
10
-20
/
+20
2021-05-21
b43: don't save dentries for debugfs
Greg Kroah-Hartman
2
-32
/
+5
2021-05-21
b43legacy: don't save dentries for debugfs
Greg Kroah-Hartman
2
-27
/
+5
2021-05-17
mwifiex: re-fix for unaligned accesses
Arnd Bergmann
1
-6
/
+4
2021-05-15
mt76: validate rx A-MSDU subframes
Felix Fietkau
1
-0
/
+26
[prev]
[next]