index
:
talos-obmc-linux
dev-4.10
dev-4.13
dev-4.13-fsi
dev-4.13-raptor-05-18-2018
dev-4.13-raptor-06-04-2018
dev-5.0
dev-5.0-raptor-04-16-2019
dev-5.4-raptor-04-16-2019
Talos™ II Linux sources for OpenBMC
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Makefile: drop -D__CHECK_ENDIAN__ from cflags
Michael S. Tsirkin
2016-12-16
13
-26
/
+0
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
2016-12-14
1
-1
/
+1
|
\
|
*
treewide: Fix printk() message errors
Masanari Iida
2016-12-14
1
-1
/
+1
*
|
Merge tag 'wireless-drivers-next-for-davem-2016-12-01' of git://git.kernel.or...
David S. Miller
2016-12-02
4
-27
/
+40
|
\
\
|
*
|
rtlwifi: Fix enter/exit power_save
Larry Finger
2016-11-29
4
-27
/
+40
*
|
|
Merge tag 'wireless-drivers-next-for-davem-2016-11-25' of git://git.kernel.or...
David S. Miller
2016-11-27
97
-385
/
+1
|
\
\
\
|
|
/
/
|
|
/
|
|
/
|
/
|
|
*
rtlwifi: Use dev_kfree_skb_irq instead of kfree_skb
Wei Yongjun
2016-11-17
1
-1
/
+1
|
*
rtlwifi: Remove address of Free Software Foundation
Larry Finger
2016-11-17
4
-16
/
+0
|
*
rtlwifi: rtl8192c: Remove address of Free Software Foundation
Larry Finger
2016-11-17
6
-24
/
+0
|
*
rtlwifi: rtl8188ee: Remove address of Free Software Foundation
Larry Finger
2016-11-17
4
-16
/
+0
|
*
rtlwifi: rtl8723ae: Remove address of Free Software Foundation
Larry Finger
2016-11-17
4
-16
/
+0
|
*
rtlwifi: rtl8192cu: Remove address of Free Software Foundation
Larry Finger
2016-11-17
20
-80
/
+0
|
*
rtlwifi: rtl8192ce: Remove address of Free Software Foundation
Larry Finger
2016-11-17
18
-72
/
+0
|
*
rtlwifi: rtl8192se: Remove address of Free Software Foundation
Larry Finger
2016-11-17
20
-80
/
+0
|
*
rtlwifi: rtl8192de: Remove address of Free Software Foundation
Larry Finger
2016-11-17
20
-80
/
+0
*
|
rtlwifi: Fix regression caused by commit d86e64768859
Larry Finger
2016-10-13
11
-51
/
+45
|
/
*
rtlwifi: Add explicit values to hw_variables enum
Larry Finger
2016-09-27
1
-104
/
+104
*
rtlwifi: Add HAL_DEF_WOWLAN case to *_get_hw() routines
Larry Finger
2016-09-27
7
-0
/
+14
*
rtlwifi: Add switch variable to 'switch case not processed' messages
Joe Perches
2016-09-27
38
-123
/
+128
*
rtlwifi: rtl818x: constify local structures
Julia Lawall
2016-09-14
8
-8
/
+8
*
rtlwifi/rtl8192de: Fix print format string
Oleg Drokin
2016-09-03
1
-3
/
+3
*
rtlwifi: Fix missing country code for Great Britain
Larry Finger
2016-09-03
1
-1
/
+3
*
rtlwifi: rtl8723ae: Fix leak in _rtl8723e_read_adapter_info()
Christian Engelmayer
2016-09-03
1
-1
/
+1
*
rtlwifi: rtl8192de: Fix leak in _rtl92de_read_adapter_info()
Christian Engelmayer
2016-09-03
1
-1
/
+2
*
rtlwifi: remove superfluous condition
Heinrich Schuchardt
2016-09-03
1
-1
/
+1
*
net: wireless: realtek: rtlwifi: usb: don't print error when allocating urb f...
Wolfram Sang
2016-08-13
1
-7
/
+1
*
rtlwifi: don't add include path for rtl8188ee
Arnd Bergmann
2016-07-19
1
-1
/
+1
*
rtlwifi: rtl8723ae: Clean up the hardware info routine
Larry Finger
2016-07-08
1
-114
/
+117
*
rtlwifi: rtl8192de: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-62
/
+15
*
rtlwifi: rtl8821ae: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-73
/
+11
*
rtlwifi: rtl8723be: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-62
/
+12
*
rtlwifi: rtl8723ae: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-65
/
+11
*
rtlwifi: rtl8192ee: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-61
/
+12
*
rtlwifi: rtl8188ee: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-63
/
+13
*
rtlwifi: rtl8192cu: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-46
/
+15
*
rtlwifi: rtl8192ce: Convert driver to use common hardware info routine
Larry Finger
2016-07-08
1
-71
/
+12
*
rtlwifi: Create common routine to get hardware info
Larry Finger
2016-07-08
2
-0
/
+80
*
rtlwifi: Fix typo in printk
Masanari Iida
2016-07-08
7
-7
/
+7
*
rtlwifi: Add missing newlines to RT_TRACE calls
Joe Perches
2016-07-08
33
-60
/
+60
*
rtlwifi: Create _rtl_dbg_trace function to reduce RT_TRACE code size
Joe Perches
2016-07-08
2
-8
/
+34
*
rtlwifi: rtl8821ae: Fix potential race condition
Larry Finger
2016-07-05
1
-0
/
+2
*
rtlwifi: rtl8723ae: Fix potential race condition
Larry Finger
2016-07-05
1
-0
/
+2
*
rtlwifi: rtl8723be: Fix potential race condition
Larry Finger
2016-07-05
1
-0
/
+2
*
rtlwifi: rtl8192ee: Fix potential race condition
Larry Finger
2016-07-05
1
-0
/
+2
*
rtlwifi: rtl8188ee: Fix potential race condition
Larry Finger
2016-07-05
1
-0
/
+2
*
rtlwifi: Remove unused parameter from rtl_ps_set_rf_state()
Larry Finger
2016-07-05
2
-19
/
+9
*
rtlwifi: use s8 instead of char
Arnd Bergmann
2016-06-29
36
-129
/
+129
*
Merge tag 'wireless-drivers-next-for-davem-2016-06-21' of git://git.kernel.or...
David S. Miller
2016-06-23
11
-55
/
+97
|
\
|
*
rtlwifi: fix error handling in *_read_adapter_info()
Arnd Bergmann
2016-06-16
9
-43
/
+94
|
*
rtlwifi: rtl8192ee: simplify coding
Heinrich Schuchardt
2016-06-14
1
-11
/
+2
[next]