index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
Age
Commit message (
Expand
)
Author
Lines
2019-02-28
Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.git
Kalle Valo
-266
/
+792
2019-02-28
wil6210: check null pointer in _wil_cfg80211_merge_extra_ies
Alexei Avshalom Lazar
-3
/
+11
2019-02-28
wil6210: ignore HALP ICR if already handled
Maya Erez
-4
/
+12
2019-02-28
wil6210: fix invalid sta statistics update
Dedy Lansky
-3
/
+2
2019-02-28
wil6210: accessing 802.3 addresses via utility functions
Ahmad Masri
-21
/
+33
2019-02-28
wil6210: support up to 20 stations in AP mode
Ahmad Masri
-75
/
+226
2019-02-28
wil6210: add option to drop Tx packets when Tx ring is full
Dedy Lansky
-2
/
+13
2019-02-28
wil6210: remove rtap_include_phy_info module param
Maya Erez
-81
/
+18
2019-02-28
ath10k: Fill rx duration for each peer in fw_stats for WCN3990
Surabhi Vishnoi
-6
/
+60
2019-02-28
ath10k: Fix the wrong calculation ht_idx and idx of rate table for tx_stats
Surabhi Vishnoi
-3
/
+3
2019-02-28
ath10k: Fix the wrong updation of SGI in tx_stats debugfs
Surabhi Vishnoi
-1
/
+4
2019-02-28
ath10k: Fix the wrong updation of BW in tx_stats debugfs entry
Surabhi Vishnoi
-4
/
+5
2019-02-28
ath10k: Fix the incorrect updation of NSS data in tx stats
Surabhi Vishnoi
-8
/
+8
2019-02-28
rtlwifi: rtl8192se: Remove set but not used variable 'seg_ptr'
YueHaibing
-4
/
+2
2019-02-28
rtlwifi: rtl8723ae: Remove set but not used variable 'bt_retry_cnt'
YueHaibing
-2
/
+0
2019-02-28
rtlwifi: rtl8723be: Remove set but not used variable 'b_last_is_cur_rdlstate'
YueHaibing
-3
/
+0
2019-02-28
mt76: fix a leaked reference by adding a missing of_node_put
Wen Yang
-8
/
+16
2019-02-28
rtlwifi: rtl8192com: Fix blank line problems
Larry Finger
-8
/
+5
2019-02-28
rtlwifi: rtl8192cu: Fix problems with blank lines
Larry Finger
-11
/
+22
2019-02-28
rtlwifi: rtl8192ce: Fix missing blank lines
Larry Finger
-2
/
+15
2019-02-28
rtlwifi: Fix all blank line irregularities in main code files
Larry Finger
-6
/
+24
2019-02-28
rtlwifi: Fix blank line errors in main header files
Larry Finger
-7
/
+2
2019-02-28
rtlwifi: Fix alignment errors in wifi.h
Larry Finger
-42
/
+42
2019-02-28
rtlwifi: Fix problems with block comments in wifi.h
Larry Finger
-43
/
+50
2019-02-28
rtlwifi: Fix errors in spacing in wifi.h
Larry Finger
-85
/
+85
2019-02-28
rsi: fix missing null pointer check from a failed ieee80211_probereq_get call
Colin Ian King
-0
/
+4
2019-02-28
brcmfmac: print firmware reported general status errors
Rafał Miłecki
-0
/
+24
2019-02-28
brcmfmac: fix size of the struct msgbuf_ring_status
Rafał Miłecki
-1
/
+1
2019-02-26
ath9k: remove set but not used variable 'acq'
YueHaibing
-8
/
+1
2019-02-26
ath9k: debugfs: Fix SPUR-DOWN field
Andrea Greco
-1
/
+1
2019-02-26
ath9k: Make sure to zero status.tx_time before reporting TX status
Toke Høiland-Jørgensen
-0
/
+3
2019-02-26
ath10k: update the max num of peers supported for WCN3990
Abhishek Ambure
-6
/
+6
2019-02-26
ath10k: remove the calibration data fetch for sdio
Wen Gong
-0
/
+3
2019-02-26
ath10k: Fix length of wmi tlv command for protected mgmt frames
Surabhi Vishnoi
-3
/
+1
2019-02-26
ath10k: don't report unset rssi values to mac80211
Alagu Sankar
-3
/
+9
2019-02-26
ath10k: sdio: reset chip on power_down()
Wen Gong
-8
/
+16
2019-02-26
ath10k: sdio: disable fwlog prints
Alagu Sankar
-0
/
+7
2019-02-26
ath10k: sdio: set hi_acs_flags
Alagu Sankar
-3
/
+9
2019-02-26
ath10k: correct the format of host memory chunks in wmi init command
Yu Wang
-3
/
+36
2019-02-26
ath10k: enhance logging for vdev pdev & peer set param
Rakesh Pillai
-3
/
+7
2019-02-26
ath10k: add support for ack rssi value of data tx packets
Abhishek Ambure
-6
/
+146
2019-02-26
ath10k: add support for ack rssi value of management tx packets
Abhishek Ambure
-13
/
+90
2019-02-26
ath10k: fix descriptor size in ce tx completion for WCN3990
Rakesh Pillai
-2
/
+66
2019-02-26
mt76: add driver for MT7603E and MT7628/7688
Felix Fietkau
-0
/
+5864
2019-02-26
mt76: add driver callback for when a sta is associated
Felix Fietkau
-0
/
+8
2019-02-26
mt76: remove no longer used routine declarations
Lorenzo Bianconi
-13
/
+5
2019-02-26
mt76: usb: check urb->num_sgs limit in mt76u_process_rx_entry
Lorenzo Bianconi
-1
/
+1
2019-02-26
mt76: usb: simplify mt76u_tx_build_sg routine
Lorenzo Bianconi
-14
/
+3
2019-02-26
mt76: usb: simplify rx buffer allocation
Lorenzo Bianconi
-51
/
+27
2019-02-26
mt76: usb: introduce mt76u_fill_bulk_urb routine
Lorenzo Bianconi
-19
/
+26
[next]