index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
Commit message (
Expand
)
Author
Age
Files
Lines
*
staging: rtl8188eu: simplify rtw_cmd_thread's main loop
Martin Kaiser
2021-04-09
1
-7
/
+6
*
staging: rtl8188eu: remove a dead assignment
Martin Kaiser
2021-04-09
1
-2
/
+0
*
staging: rtl8188eu: remove duplicate if statement
Martin Kaiser
2021-04-09
1
-7
/
+0
*
staging: rtl8188eu: always free cmd_obj in the cmd thread
Martin Kaiser
2021-04-09
1
-21
/
+3
*
staging: rtl8188eu: move another static array from .h to .c
Martin Kaiser
2021-04-09
2
-21
/
+18
*
staging: rtl8188eu: move static array from .h to .c
Martin Kaiser
2021-04-09
2
-22
/
+18
*
staging: rtl8188eu: remove a constant variable
Martin Kaiser
2021-04-09
1
-2
/
+1
*
staging: rtl8188eu: remove unused function parameter
Martin Kaiser
2021-04-09
3
-4
/
+3
*
staging: rtl8188eu: replace switch-case with if
Martin Kaiser
2021-04-09
1
-6
/
+2
*
staging: rtl8188eu: make ffaddr2pipehdl static
Martin Kaiser
2021-04-09
2
-3
/
+1
*
staging: rtl8188eu: remove prototype for non-existing function
Martin Kaiser
2021-04-09
1
-1
/
+0
*
staging: rtl8188eu: remove the last urb callback macros
Martin Kaiser
2021-04-09
2
-7
/
+2
*
staging: rtl8188eu: make rtw_usb_if1_init return a status
Martin Kaiser
2021-04-08
1
-14
/
+14
*
staging: rtl8188eu: make usb_dvobj_init return a status
Martin Kaiser
2021-04-08
1
-16
/
+10
*
staging: rtl8188eu: rtw_usb_if1_init needs no dvobj parameter
Martin Kaiser
2021-04-08
1
-3
/
+3
*
staging: rtl8188eu: remove unnecessary variable
Martin Kaiser
2021-04-08
1
-4
/
+2
*
staging: rtl8188eu: clean up rtw_recv_entry
Martin Kaiser
2021-04-08
1
-16
/
+7
*
staging: rtl8188eu: set pipe only once
Martin Kaiser
2021-04-08
1
-10
/
+12
*
staging: rtl8188eu: move defines into the .c file
Martin Kaiser
2021-04-08
2
-8
/
+8
*
staging: rtl8188eu: remove unused defines
Martin Kaiser
2021-04-08
1
-5
/
+0
*
staging: rtl8188eu: remove unnecessary brackets
Martin Kaiser
2021-04-08
1
-1
/
+1
*
staging: rtl8188eu: remove unused macros
Martin Kaiser
2021-04-08
1
-8
/
+0
*
staging: rtl8188eu: remove an obsolete comment
Martin Kaiser
2021-04-07
1
-2
/
+0
*
staging: rtl8188eu: clean up usb_write32
Martin Kaiser
2021-04-07
1
-8
/
+3
*
staging: rtl8188eu: clean up usb_write16
Martin Kaiser
2021-04-07
1
-9
/
+3
*
staging: rtl8188eu: clean up usb_write8
Martin Kaiser
2021-04-07
1
-7
/
+3
*
staging: rtl8188eu: clean up usb_read32
Martin Kaiser
2021-04-07
1
-6
/
+2
*
staging: rtl8188eu: clean up usb_read16
Martin Kaiser
2021-04-07
1
-5
/
+2
*
staging: rtl8188eu: clean up usb_read8
Martin Kaiser
2021-04-07
1
-7
/
+3
*
staging: rtl8188eu: use actual request type as parameter
Martin Kaiser
2021-04-07
2
-35
/
+20
*
staging: rtl8188eu: ctrl vendor req index is not used
Martin Kaiser
2021-04-07
1
-23
/
+10
*
staging: rtl8188eu: ctrl vendor req value is always 0x05
Martin Kaiser
2021-04-07
1
-20
/
+12
*
staging: rtl8188eu: remove unused efuse hal components
Martin Kaiser
2021-04-07
2
-24
/
+0
*
staging: rtl8188eu: core: replace spaces with a tab
Deborah Brouwer
2021-04-05
1
-3
/
+3
*
staging: rtl8188eu: core: add comma within a comment
Deborah Brouwer
2021-04-05
1
-1
/
+1
*
staging: rtl8188eu: (trivial) remove a duplicate debug print
Martin Kaiser
2021-04-02
1
-1
/
+0
*
staging: rtl8188eu: remove unused function parameter
Martin Kaiser
2021-04-02
1
-3
/
+2
*
staging: rtl8188eu: Fix null pointer dereference on free_netdev call
Colin Ian King
2021-03-26
1
-1
/
+2
*
staging: rtl8188eu: use netdev routines for private data
Martin Kaiser
2021-03-22
11
-128
/
+78
*
staging: rtl8188eu: Removed Unnecessary logging
Paul McQuade
2021-03-20
1
-6
/
+0
*
staging: rtl8188eu: Fix couple of typos
Bhaskar Chowdhury
2021-03-20
1
-1
/
+1
*
Merge 5.12-rc3 into staging-next
Greg Kroah-Hartman
2021-03-15
2
-2
/
+9
|
\
|
*
staging: rtl8188eu: prevent ->ssid overflow in rtw_wx_set_scan()
Dan Carpenter
2021-03-10
1
-2
/
+4
|
*
staging: rtl8188eu: fix potential memory corruption in rtw_check_beacon_data()
Dan Carpenter
2021-03-10
1
-0
/
+5
*
|
staging:r8188eu: use ieee80211_is_ctl instead IsFrameTypeCtrl
Ivan Safonov
2021-03-14
2
-11
/
+5
*
|
staging:r8188eu: replace cap_* definitions with native kernel WLAN_CAPABILITY_*
Ivan Safonov
2021-03-14
3
-18
/
+6
*
|
staging:r8188eu: remove unused definitions from wifi.h
Ivan Safonov
2021-03-14
1
-92
/
+0
*
|
staging:r8188eu: replace get_(d|s)a with ieee80211_get_(D|S)A
Ivan Safonov
2021-03-14
4
-51
/
+7
*
|
staging: rtl8188eu: Replace one-element array with flexible-array in struct n...
Gustavo A. R. Silva
2021-03-10
1
-1
/
+1
*
|
staging: rtl8188eu: rename parameters of odm_phy_status_query()
Michael Straube
2021-03-10
2
-9
/
+8
[next]