index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
rtlwifi
/
rtl8192se
Age
Commit message (
Expand
)
Author
Files
Lines
2013-04-10
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-2
/
+2
2013-04-02
rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192de: rtl8723ae: Add changes re...
Larry Finger
3
-21
/
+21
2013-04-02
rtlwifi: rtl8192se: Update driver to match vendor driver of 2013.02.07
Larry Finger
8
-347
/
+181
2013-03-25
mac80211: Use a cfg80211_chan_def in ieee80211_hw_conf_chan
Karl Beldan
1
-2
/
+2
2013-02-15
mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40
Johannes Berg
2
-4
/
+2
2013-01-28
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+12
2013-01-23
net: wireless/rtlwifi: fix uninitialized variable issue
Cong Ding
1
-1
/
+1
2013-01-02
rtlwifi: rtl8192se: Fix warning for unchecked pci_map_single() call
Larry Finger
1
-1
/
+12
2012-12-07
rtlwifi: remove __dev* attributes
Bill Pemberton
1
-1
/
+1
2012-11-30
rtlwifi: use SIMPLE_DEV_PM_OPS
Hauke Mehrtens
1
-8
/
+1
2012-11-30
rtlwifi: rtl8192se: Fixed coding style issues in the driver
Daniel Stamer
5
-20
/
+17
2012-11-21
Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...
John W. Linville
1
-1
/
+1
2012-11-14
mac80211: support RX_FLAG_MACTIME_END
Thomas Pedersen
1
-1
/
+1
2012-10-31
rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: rtl8192de: Shorten some v...
Larry Finger
5
-109
/
+82
2012-09-07
rtlwifi: rtl8192c: rtl8192ce: rtl8192cu: rtl8192se: Remove sparse warnings
Larry Finger
1
-3
/
+3
2012-07-31
mac80211: move TX station pointer and restructure TX
Thomas Huehn
2
-2
/
+4
2012-06-29
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
2
-1
/
+3
2012-06-26
rtlwifi: rtl8192se: Fix double inclusion of header pci.h
Larry Finger
1
-1
/
+0
2012-06-20
rtlwifi: rtl8192se: Fix gcc 4.7.x warning
Larry Finger
1
-0
/
+3
2012-06-06
wireless: Remove casts to same type
Joe Perches
3
-26
/
+24
2012-05-11
drivers/net: Convert compare_ether_addr to ether_addr_equal
Joe Perches
1
-5
/
+6
2012-04-23
rtlwifi: rtl8192se: Convert driver to use private dm struct
Larry Finger
3
-81
/
+84
2012-04-23
rtlwifi: Move dig_t and ps_t structs
Larry Finger
1
-42
/
+0
2012-04-16
net/wireless: use module_pci_driver
Axel Lin
1
-18
/
+1
2012-04-12
wireless: Remove unnecessary ; from while (0) macros
Joe Perches
2
-9
/
+4
2012-03-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
3
-23
/
+23
2012-02-22
rtlwifi: rtl8192se firmware load can overflow target buffer
Tim Gardner
2
-2
/
+4
2012-02-22
rtlwifi: rtl8192c-common: rtl8192se: rtl8192de: Simplify if statements
Larry Finger
1
-21
/
+19
2012-02-13
drivers/net: Remove boolean comparisons to true/false
Joe Perches
4
-16
/
+15
2012-02-06
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
20
-387
/
+397
2012-02-01
drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages
Joe Perches
1
-4
/
+1
2012-01-31
rtlwifi: Convert to asynchronous firmware load
Larry Finger
4
-23
/
+65
2012-01-31
rtlwifi: Move pr_fmt macros to a single location
Larry Finger
4
-11
/
+2
2012-01-24
rtl8192se: Update copyright dates
Larry Finger
20
-20
/
+20
2012-01-24
rtlwifi: Remove incorrect logging message prefixes
Joe Perches
1
-2
/
+2
2012-01-24
rtlwifi: Convert RT_ASSERT macro to use ##__VA_ARGS__
Joe Perches
4
-12
/
+12
2012-01-24
rtlwifi: Convert RTPRINT macro to use ##__VA_ARGS__
Joe Perches
1
-42
/
+43
2012-01-24
rtlwifi: Convert RT_TRACE macro to use ##__VA_ARGS__
Joe Perches
8
-279
/
+255
2012-01-24
rtlwifi: Standardize RT_PRINT_DATA macro and uses
Joe Perches
1
-2
/
+2
2012-01-11
rtl8192se: Fix BUG caused by failure to check skb allocation
Larry Finger
1
-0
/
+4
2011-12-20
net: fix assignment of 0/1 to bool variables.
Rusty Russell
1
-2
/
+2
2011-12-09
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
1
-1
/
+1
2011-12-08
rtl8192{ce,cu,de,se}: avoid problems because of possible ERFOFF -> ERFSLEEP t...
Philipp Dreimann
1
-1
/
+1
2011-11-01
drivers/net: Add module.h to drivers who were implicitly using it
Paul Gortmaker
1
-0
/
+1
2011-10-14
rtlwifi: rtl8192se: Updates from latest Realtek driver version - Part II
Chaoming Li
4
-33
/
+46
2011-10-14
rtlwifi: Change PCI drivers to use the new PM framework
Larry Finger
1
-6
/
+10
2011-10-12
rtlwifi: Change debug parameter to apply to individual drivers
Larry Finger
1
-0
/
+5
2011-09-20
rtlwifi: Combine instances of RTL_HAL_IS_CCK_RATE macros.
Larry Finger
2
-2
/
+2
2011-09-20
rtlwifi: rtl8192se: Change modinfo messages
Larry Finger
1
-5
/
+9
2011-08-24
rtlwifi: rtl8192se: Convert to use the new rate-mapping routine in rtlwifi
Larry Finger
3
-161
/
+32
[next]