index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
wireless
/
realtek
/
rtlwifi
/
base.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
net: rtlwifi: properly check for alloc_workqueue() failure
Greg Kroah-Hartman
2021-05-13
1
-5
/
+10
*
Revert "rtlwifi: fix a potential NULL pointer dereference"
Greg Kroah-Hartman
2021-05-13
1
-5
/
+0
*
rtlwifi: Simplify locking of a skb list accesses
Christophe JAILLET
2021-04-17
1
-13
/
+2
*
net: rtlwifi: Replace in_interrupt() for context detection
Sebastian Andrzej Siewior
2020-09-29
1
-4
/
+4
*
net: rtlwifi: Remove void* casts related to delayed work
Sebastian Andrzej Siewior
2020-09-29
1
-20
/
+19
*
rtlwifi: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-09-01
1
-1
/
+1
*
rtlwifi: Replace RT_TRACE with rtl_dbg
Larry Finger
2020-08-31
1
-72
/
+72
*
rtlwifi: use true,false for bool variable in rtl_init_rfkill()
Jason Yan
2020-05-06
1
-1
/
+1
*
mac80211: simplify TX aggregation start
Johannes Berg
2019-10-04
1
-2
/
+1
*
rtlwifi: fix a potential NULL pointer dereference
Kangjie Lu
2019-04-04
1
-0
/
+5
*
rtlwifi: Fix all blank line irregularities in main code files
Larry Finger
2019-02-28
1
-2
/
+5
*
rtlwifi: Replace old-style license information
Larry Finger
2019-02-19
1
-24
/
+2
*
rtlwifi: remove set but not used variable 'cmd_seq'
YueHaibing
2019-02-08
1
-2
/
+1
*
rtlwifi: Don't clear num_rx_inperiod too early
Bernd Edlinger
2019-02-01
1
-2
/
+2
*
rtlwifi: Fix leak of skb when processing C2H_BT_INFO
Larry Finger
2018-12-13
1
-0
/
+1
*
Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux
David S. Miller
2018-07-20
1
-7
/
+10
|
\
|
*
rtlwifi: Fix kernel Oops "Fw download fail!!"
Ping-Ke Shih
2018-06-24
1
-7
/
+10
*
|
ieee80211: bump IEEE80211_MAX_AMPDU_BUF to support HE
Johannes Berg
2018-06-18
1
-1
/
+1
|
/
*
rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFO
Ping-Ke Shih
2018-05-29
1
-0
/
+22
*
rtlwifi: access skb->data to get C2H data by macro
Ping-Ke Shih
2018-05-29
1
-4
/
+4
*
rtlwifi: use sk_buff to queue C2H commands
Ping-Ke Shih
2018-05-29
1
-74
/
+22
*
rtlwifi: remove hal_op c2h_content_parsing
Ping-Ke Shih
2018-05-29
1
-4
/
+3
*
rtlwifi: remove duplicate C2H handler
Ping-Ke Shih
2018-05-29
1
-0
/
+72
*
rtlwifi: remove CONNECTION_MONITOR flag
Ping-Ke Shih
2018-05-29
1
-1
/
+0
*
rtlwifi: support accurate nullfunc frame tx ack report
Tzu-En Huang
2018-05-29
1
-8
/
+76
*
rtlwifi: remove redundant statement found by static checker
Ping-Ke Shih
2018-03-27
1
-1
/
+0
*
rtlwifi: Add rate section and its related definition and comment
Ping-Ke Shih
2018-02-27
1
-0
/
+3
*
rtlwifi: Extend tx_power_by_rate_offset size for newer IC
Ping-Ke Shih
2018-02-27
1
-0
/
+2
*
rtlwifi: Use 6 bits as sequence number of TX report
Ping-Ke Shih
2018-02-27
1
-4
/
+18
*
rtlwifi: Add Support VHT to spec_ver
Ping-Ke Shih
2018-02-27
1
-2
/
+4
*
rtlwifi: enable mac80211 fast-tx support
Ping-Ke Shih
2018-02-27
1
-0
/
+1
*
rtlwifi: Add spec_ver to check whether use new rate-id or not
Ping-Ke Shih
2018-01-24
1
-12
/
+114
*
rtlwifi: 8822be has to report vht capability to mac80211
Ping-Ke Shih
2018-01-24
1
-1
/
+2
*
rtlwifi: Support A-MSDU in A-MPDU capability
Ping-Ke Shih
2018-01-18
1
-0
/
+1
*
rtlwifi: Use mutex to replace spin_lock to protect IPS and LPS
Ping-Ke Shih
2018-01-17
1
-4
/
+2
*
rtlwifi: Improve debugging by using debugfs
Ping-Ke Shih
2018-01-08
1
-0
/
+6
*
rtlwifi: Remove unnecessary parentheses
Frank A. Cancio Bello
2018-01-08
1
-6
/
+6
*
rtlwifi: mark expected switch fall-through in rtl_make_smps_action
Gustavo A. R. Silva
2018-01-08
1
-3
/
+1
*
rtlwifi: check for array overflow
Dan Carpenter
2018-01-08
1
-0
/
+4
*
rtlwifi: always initialize variables given to RT_TRACE()
Nicolas Iooss
2017-12-14
1
-1
/
+1
*
rtlwifi: remove redundant pointer tid_data
Colin Ian King
2017-11-08
1
-2
/
+0
*
rtlwifi: Remove seq_number from rtl_tid_data
Ping-Ke Shih
2017-10-27
1
-4
/
+2
*
rtlwifi: Convert timers to use timer_setup()
Kees Cook
2017-10-27
1
-10
/
+10
*
rtlwifi: Fix typo in if ... else if ... else construct
Larry Finger
2017-10-17
1
-2
/
+2
*
rtlwifi: Add bw_update parameter for RA mask update.
Ping-Ke Shih
2017-10-13
1
-1
/
+1
*
rtlwifi: Add TX/RX throughput statistics in period
Ping-Ke Shih
2017-10-13
1
-0
/
+16
*
rtlwifi: Add rtl_get_hal_edca_param() to generate register's format of EDCA.
Ping-Ke Shih
2017-10-13
1
-0
/
+36
*
rtlwifi: Implement rtl_get_tx_hw_rate to yield correct hw_rate
Ping-Ke Shih
2017-10-13
1
-4
/
+38
*
rtlwifi: Fix MAX MPDU of VHT capability
Ping-Ke Shih
2017-10-13
1
-4
/
+0
*
rtlwifi: Replace hardcode value with macro
Souptick Joarder
2017-08-03
1
-3
/
+2
[next]