index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.mailmap
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-08-13
staging: r8188eu: Reorganize error handling in rtw_drv_init()
Nathan Chancellor
1
-10
/
+10
2021-08-13
staging: r8188eu: Remove uninitialized use of ether_type in portctrl()
Nathan Chancellor
1
-4
/
+0
2021-08-13
staging: r8188eu: Remove unused static inline functions in rtw_recv.h
Nathan Chancellor
1
-46
/
+0
2021-08-13
staging: r8188eu: replace custom hwaddr_aton_i() with mac_pton()
Michael Straube
1
-39
/
+1
2021-08-12
staging: r8188eu: scheduling in atomic in rtw_createbss_cmd()
Dan Carpenter
1
-1
/
+1
2021-08-12
staging: r8188eu: Fix a couple scheduling in atomic bugs
Dan Carpenter
1
-2
/
+2
2021-08-12
staging: r8188eu: Fix smatch warnings in os_dep/*.c
Larry Finger
6
-81
/
+77
2021-08-12
staging: r8188eu: Fix smatch problems in hal/*.c
Larry Finger
9
-93
/
+90
2021-08-12
staging: r8188eu: Fix Smatch warnings for core/*.c
Larry Finger
14
-64
/
+58
2021-08-12
staging: r8188eu: Remove no more necessary definitions and code
Fabio M. De Francesco
9
-69
/
+8
2021-08-12
staging: r8188eu: Remove code related to unsupported channels
Fabio M. De Francesco
2
-6
/
+0
2021-08-12
staging: r8188eu: Remove all 5GHz network types
Fabio M. De Francesco
10
-76
/
+13
2021-08-12
staging: r8188eu: remove CONFIG_USB_HCI from Makefile
Martin Kaiser
1
-2
/
+0
2021-08-12
staging: r8188eu: use proper way to build a module
Martin Kaiser
2
-2
/
+1
2021-08-12
staging: r8188eu: (trivial) remove a duplicate debug print
Martin Kaiser
1
-1
/
+0
2021-08-12
staging: r8188eu: remove unused function parameters
Martin Kaiser
1
-5
/
+4
2021-08-12
staging: r8188eu: remove unused efuse hal components
Martin Kaiser
1
-3
/
+0
2021-08-12
staging: gdm724x: Place macro argument within parentheses
Dee-Jay Anthony Logozzo
1
-2
/
+2
2021-08-11
staging: rtl8192e: rtl_core: Fix possible null-pointer dereference in _rtl92e...
Tuo Li
1
-2
/
+0
2021-08-11
staging: r8188eu: os_dep: Hoist vmalloc.h include into osdep_service.h
Nathan Chancellor
2
-1
/
+1
2021-08-11
staging: r8188eu: Use GFP_ATOMIC under spin lock
Yang Yingliang
2
-2
/
+2
2021-08-11
staging: r8188eu: Replace BITn with BIT(n)
Larry Finger
21
-597
/
+518
2021-08-11
staging: r8188eu: remove lines from Makefile that silence build warnings
Phillip Potter
1
-9
/
+0
2021-08-11
staging: r8188eu: remove unused variable from rtw_init_recv_timer
Phillip Potter
1
-2
/
+0
2021-08-11
staging: r8188eu: remove unused variable from rtw_init_drv_sw
Phillip Potter
1
-1
/
+0
2021-08-11
staging: r8188eu: remove unused variable from rtl8188e_init_dm_priv
Phillip Potter
1
-1
/
+0
2021-08-11
staging: r8188eu: remove rtw_mfree_sta_priv_lock function
Phillip Potter
1
-9
/
+0
2021-08-11
staging: r8188eu: remove unused label from recv_indicatepkt_reorder
Phillip Potter
1
-2
/
+0
2021-08-11
staging: r8188eu: remove unused oid_null_function function
Phillip Potter
1
-6
/
+0
2021-08-11
staging: r8188eu: remove unused functions from os_dep/ioctl_linux.c
Phillip Potter
1
-1284
/
+0
2021-08-10
staging: r8188eu: remove rtw_ioctl function
Phillip Potter
3
-31
/
+0
2021-08-10
staging: r8188eu: remove remaining unnecessary parentheses in core dir
Michael Straube
5
-18
/
+18
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_cmd.c
Michael Straube
1
-18
/
+18
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_ioctl_set.c
Michael Straube
1
-9
/
+9
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_io.c
Michael Straube
1
-16
/
+16
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_pwrctrl.c
Michael Straube
1
-10
/
+10
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_recv.c
Michael Straube
1
-13
/
+13
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_sta_mgt.c
Michael Straube
1
-11
/
+11
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_xmit.c
Michael Straube
1
-27
/
+27
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme.c
Michael Straube
1
-54
/
+54
2021-08-10
staging: r8188eu: clean up comparsions to true/false
Michael Straube
3
-4
/
+4
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_p2p.c
Michael Straube
1
-39
/
+39
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_led.c
Michael Straube
1
-177
/
+177
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_wlan_util.c
Michael Straube
1
-35
/
+35
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_ap.c
Michael Straube
1
-40
/
+40
2021-08-10
staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme_ext.c
Michael Straube
1
-293
/
+293
2021-08-10
staging: r8188eu: remove unnecessary parentheses in hal dir
Michael Straube
13
-118
/
+118
2021-08-10
staging: r8188eu: remove unnecessary parentheses in os_dep dir
Michael Straube
6
-89
/
+89
2021-08-10
staging: rtl8723bs: os_dep: remove unused variable
Saurav Girepunje
1
-8
/
+0
2021-08-10
staging: rtl8192e: rtl8192e: rtl_core: remove unused global variable
Saurav Girepunje
1
-3
/
+0
[next]