index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
stackcollapse.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-22
staging: rtl8192u: change get_key functions to return 0 instead of -1
Rebecca Mckeever
3
-3
/
+3
2022-04-20
staging: rtl8192e: Remove space after cast
Solomon Tan
9
-60
/
+60
2022-04-20
drivers: staging: rtl8192e: Fix deadlock in rtllib_beacons_stop()
Duoming Zhou
1
-1
/
+1
2022-04-20
drivers: staging: rtl8192u: Fix deadlock in ieee80211_beacons_stop()
Duoming Zhou
1
-1
/
+1
2022-04-20
staging: rtl8192u: compare strcmp result to zero
Rebecca Mckeever
1
-2
/
+2
2022-04-20
staging: iio: ad2s1210: remove redundant assignment to variable negative
Colin Ian King
1
-1
/
+0
2022-04-20
staging: vt6655: Replace VNSvInPortB with ioread8
Philipp Hortmann
6
-28
/
+19
2022-04-20
staging: vt6655: Replace MACvGPIOIn with VNSvInPortB
Philipp Hortmann
2
-4
/
+1
2022-04-20
staging: rtl8712: Remove unnecessary int typecast
Solomon Tan
1
-2
/
+2
2022-04-20
staging: qlge: add blank line after function declaration
Soumya Negi
1
-0
/
+1
2022-04-20
staging: vt6655: Delete tmacro.h
Philipp Hortmann
7
-49
/
+3
2022-04-20
staging: Remove the drivers for the Unisys s-Par
Fabio M. De Francesco
29
-9367
/
+0
2022-04-20
staging: r8188eu: use in-kernel ieee80211 header structures
Michael Straube
6
-186
/
+157
2022-04-20
r8188eu: remove unused urbs from struct xmit_buf
Ivan Safonov
3
-22
/
+12
2022-04-20
staging: r8188eu: use ARRAY_SIZE for mlme_sta_tbl
Martin Kaiser
1
-1
/
+1
2022-04-20
staging: r8188eu: don't call empty DoReserved function
Martin Kaiser
1
-2
/
+2
2022-04-20
staging: r8188eu: replace mlme_handler with function pointer
Martin Kaiser
2
-32
/
+23
2022-04-20
staging: r8188eu: the frame type is shifted out
Martin Kaiser
1
-2
/
+1
2022-04-20
staging: r8188eu: replace the GetFrameSubType call
Martin Kaiser
1
-3
/
+2
2022-04-20
staging: r8188eu: check receiver address only once
Martin Kaiser
1
-6
/
+1
2022-04-20
staging: r8188eu: place constants in right side in a comparison
Mahak Gupta
5
-27
/
+27
2022-04-20
staging: r8188eu: check firmware header existence before access
Michael Straube
1
-5
/
+4
2022-04-20
staging: r8188eu: use pr_info_once() to log the firmware version
Michael Straube
1
-5
/
+3
2022-04-20
staging: r8188eu: remove variables from rtl8188e_firmware_download()
Michael Straube
1
-6
/
+2
2022-04-20
staging: r8188eu: use sizeof instead of hardcoded firmware header size
Michael Straube
1
-3
/
+4
2022-04-20
staging: r8188eu: rename fields of struct rt_firmware_hdr
Michael Straube
1
-29
/
+29
2022-04-20
staging: r8188eu: clean up comments in struct rt_firmware_hdr
Michael Straube
1
-23
/
+13
2022-04-20
staging: r8188eu: convert u32 fields of rt_firmware_hdr to __le32
Michael Straube
1
-3
/
+3
2022-04-20
staging: r8188eu: fix struct rt_firmware_hdr
Michael Straube
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix mutex definition without comment
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix mutex definition without comment
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix unnecessary space after cast
Adrien Thierry
1
-1
/
+1
2022-04-20
staging: bcm2835-audio: fix line ending with '('
Adrien Thierry
1
-2
/
+1
2022-04-20
staging: bcm2835-audio: fully describe config symbol
Adrien Thierry
1
-2
/
+4
2022-04-14
staging: rtl8192u: make read-only array EWC11NHTCap static const
Colin Ian King
1
-1
/
+1
2022-04-14
staging: ks7010: coding style fix: use tabs for indent
Aliya Rahmani
1
-1
/
+1
2022-04-14
staging: rtl8712: Remove unnecessary parentheses
Aliya Rahmani
1
-1
/
+1
2022-04-14
staging: rtl8712: cmd: remove redundant space after cast
Aliya Rahmani
1
-1
/
+1
2022-04-14
staging: r8188eu: pkt_newalloc is not used
Martin Kaiser
2
-2
/
+0
2022-04-14
staging: r8188eu: use ieee80211 helpers in mgt_dispatcher
Martin Kaiser
1
-8
/
+9
2022-04-14
staging: r8188eu: merge _mgt_dispatcher into mgt_dispatcher
Martin Kaiser
1
-14
/
+8
2022-04-14
staging: r8188eu: use ieee80211 helper to read the qos tid
Martin Kaiser
2
-3
/
+1
2022-04-14
staging: r8188eu: remove unused timer functions
Martin Kaiser
2
-14
/
+0
2022-04-14
staging: r8188eu: remove the bInSuspend loop
Martin Kaiser
1
-4
/
+0
2022-04-14
staging: r8188eu: clean up the code to set ips_deny_time
Martin Kaiser
4
-16
/
+5
2022-04-14
staging: r8188eu: use kernel functions for timeout handling
Martin Kaiser
1
-3
/
+3
2022-04-14
staging: r8188eu: summarize two if statements
Martin Kaiser
1
-5
/
+4
2022-04-14
staging: r8188eu: simplify the ps_processing check
Martin Kaiser
1
-4
/
+2
2022-04-14
staging: r8188eu: make return values consistent
Martin Kaiser
1
-4
/
+2
2022-04-14
staging: r8188eu: simplify delay conditions in rtw_pwr_wakeup
Martin Kaiser
1
-6
/
+2
[next]