index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
Age
Commit message (
Expand
)
Author
Files
Lines
2017-11-08
rtlwifi: remove redundant initialization to cfg_cmd
Colin Ian King
1
-1
/
+1
2017-11-08
rtlwifi: remove redundant pointer tid_data
Colin Ian King
1
-2
/
+0
2017-11-08
rtlwifi: drop unused ppsc->last_wakeup_time
Arnd Bergmann
2
-7
/
+0
2017-11-08
rtlwifi: use ktime_get_real_seconds() for suspend time
Arnd Bergmann
3
-9
/
+6
2017-11-08
rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
Arnd Bergmann
1
-0
/
+1
2017-11-08
rtlwifi: rtl_pci: Extend recognized interrupt parameters from two to four ISR
Ping-Ke Shih
19
-19
/
+36
2017-11-08
rtlwifi: rtl_pci: Add ID for 8822BE
Ping-Ke Shih
2
-0
/
+6
2017-11-08
rtlwifi: rtl_pci: Add fill_tx_special_desc to issue H2C data, and process TXO...
Ping-Ke Shih
3
-0
/
+16
2017-11-08
rtlwifi: rtl_pci: Add support for 8822be TX/RX BD
Ping-Ke Shih
2
-3
/
+12
2017-11-08
rtlwifi: rtl_pci: Simplify some code be eliminating extraneous variables
Larry Finger
1
-24
/
+11
2017-11-08
rtlwifi: rtl_pci: Fix formatting problems in pci.c
Larry Finger
1
-114
/
+93
2017-11-08
rtlwifi: rtl_pci: Fix formatting errors in pci.h
Larry Finger
1
-13
/
+13
2017-11-04
Merge tag 'wireless-drivers-next-for-davem-2017-11-03' of git://git.kernel.or...
David S. Miller
13
-72
/
+36
2017-11-04
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
13
-0
/
+13
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
13
-0
/
+13
2017-10-27
rtlwifi: Remove seq_number from rtl_tid_data
Ping-Ke Shih
4
-39
/
+2
2017-10-27
rtlwifi: rtl8821ae: Fix typo in variable name
Nik Nyby
1
-5
/
+5
2017-10-27
rtlwifi: Convert timers to use timer_setup()
Kees Cook
9
-28
/
+29
2017-10-17
rtlwifi: Fix typo in if ... else if ... else construct
Larry Finger
1
-2
/
+2
2017-10-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers.git
Kalle Valo
1
-1
/
+1
2017-10-13
rtlwifi: Remove unused cur_rfstate variables
Christos Gkekas
4
-12
/
+4
2017-10-13
rtlwifi: Add module parameter ASPM
Ping-Ke Shih
9
-8
/
+43
2017-10-13
rtlwifi: Add bw_update parameter for RA mask update.
Ping-Ke Shih
26
-50
/
+61
2017-10-13
rtlwifi: Remove BAND_NUM and related fields
Ping-Ke Shih
1
-16
/
+0
2017-10-13
rtlwifi: Add RSSI and RF type to wifi.h for phydm
Ping-Ke Shih
1
-0
/
+6
2017-10-13
rtlwifi: Add TX/RX throughput statistics in period
Ping-Ke Shih
2
-4
/
+27
2017-10-13
rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA.
Ping-Ke Shih
2
-0
/
+40
2017-10-13
rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_rate
Ping-Ke Shih
1
-4
/
+38
2017-10-13
rtlwifi: rtl8192ee: Make driver support 64bits DMA.
Ping-Ke Shih
27
-189
/
+166
2017-10-13
rtlwifi: Remove redundant semicolon in wifi.h.
Ping-Ke Shih
1
-3
/
+3
2017-10-13
rtlwifi: Fix MAX MPDU of VHT capability
Ping-Ke Shih
1
-4
/
+0
2017-10-10
rtlwifi: silence underflow warning
Dan Carpenter
1
-1
/
+2
2017-10-02
rtlwifi: rtl8821ae: Fix connection lost problem
Larry Finger
1
-1
/
+1
2017-09-20
rtlwifi: rtl8192ee: Fix memory leak when loading firmware
Larry Finger
1
-2
/
+4
2017-09-20
rtlwifi: btcoexist: 23b 1ant: fix duplicated code for different branches
Larry Finger
1
-8
/
+5
2017-09-07
rtlwifi: btcoexist: Fix antenna selection code
Larry Finger
1
-7
/
+16
2017-09-07
rtlwifi: btcoexist: Fix breakage of ant_sel for rtl8723be
Larry Finger
1
-1
/
+4
2017-08-31
rtlwifi: rtl8723be: fix duplicated code for different branches
Gustavo A. R. Silva
1
-6
/
+2
2017-08-24
rtlwifi: rtl8821ae: fix spelling mistake: "faill" -> "failed"
Colin Ian King
1
-1
/
+1
2017-08-24
rtlwifi: make a couple arrays larger
Dan Carpenter
1
-2
/
+3
2017-08-24
rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branches
Gustavo A. R. Silva
1
-8
/
+2
2017-08-10
rtl8192cu: constify usb_device_id
Arvind Yadav
1
-1
/
+1
2017-08-08
rtlwifi: constify rate_control_ops structure
Bhumika Goyal
1
-1
/
+1
2017-08-07
Merge tag 'wireless-drivers-next-for-davem-2017-08-07' of git://git.kernel.or...
David S. Miller
31
-395
/
+488
2017-08-03
rtlwifi: Replace hardcode value with macro
Souptick Joarder
2
-3
/
+4
2017-08-03
rtlwifi: rtl8192ee: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-03
rtlwifi: rtl8188ee: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-03
rtlwifi: rtl8723be: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-03
rtlwifi: rtl8723ae: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
2017-08-03
rtlwifi: rtl8821ae: constify pci_device_id.
Arvind Yadav
1
-1
/
+1
[next]