index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
Age
Commit message (
Expand
)
Author
Files
Lines
2022-04-04
staging: rtl8723bs: Fix No space before tabs
Alaa Mohamed
1
-27
/
+27
2022-04-04
staging: rtl8723bs: remove redundant braces in if statements
Sevinj Aghayeva
1
-8
/
+4
2022-04-04
staging: r8188eu: remove duplicate assignment
Wang Qing
1
-1
/
+0
2022-04-04
staging: rtl8723bs: place constants on the right side of tests
Sevinj Aghayeva
1
-16
/
+16
2022-04-04
staging: r8188eu: add a check for rtw_cbuf_alloc()
Xiaoke Wang
1
-0
/
+2
2022-04-04
staging: r8188eu: remove the "dump tx packet" fragments
Martin Kaiser
4
-13
/
+0
2022-04-04
staging: r8188eu: remove the "dump rx packet" fragments
Martin Kaiser
5
-16
/
+1
2022-04-04
staging: rtl8723bs: place constants on the right side of tests
Sevinj Aghayeva
1
-5
/
+5
2022-04-04
staging: r8188eu: Fix misspelling in comment "writting" -> "writing"
Haowen Bai
1
-1
/
+1
2022-04-04
staging: r8188eu: Fix misspelling in comment "Tranceiver" -> "Transceiver"
Haowen Bai
1
-4
/
+4
2022-04-04
staging: r8188eu: Fix sparse endianness warnings.
Charlie Sands
1
-5
/
+7
2022-04-04
staging: r8188eu: remove HW_VAR_BCN_VALID from SetHwReg8188EU()
Michael Straube
4
-8
/
+11
2022-04-04
staging: r8188eu: remove HW_VAR_TX_RPT_MAX_MACID from SetHwReg8188EU()
Michael Straube
5
-9
/
+10
2022-04-04
staging: r8188eu: simplify if-else statement
Michael Straube
1
-10
/
+4
2022-04-04
staging: r8188eu: remove HW_VAR_RXDMA_AGG_PG_TH from SetHwReg8188EU()
Michael Straube
3
-22
/
+21
2022-04-04
staging: r8188eu: remove HW_VAR_ACM_CTRL from SetHwReg8188EU()
Michael Straube
3
-28
/
+26
2022-04-04
staging: r8188eu: rename some macros to upper case
Michael Straube
2
-13
/
+9
2022-04-04
staging: r8188eu: remove HW_VAR_MLME_DISCONNECT from SetHwReg8188EU()
Michael Straube
3
-15
/
+16
2022-04-04
staging: r8188eu: remove HW_VAR_RESP_SIFS from SetHwReg8188EU()
Michael Straube
3
-14
/
+6
2022-04-04
staging: r8188eu: Directly return _SUCCESS instead of using local ret variable
Haowen Bai
3
-10
/
+3
2022-04-04
staging: rts5208: Convert kmap() to kmap_local_page()
Fabio M. De Francesco
1
-7
/
+5
2022-04-04
staging: rtl8723bs: remove code suspect indent
Alaa Mohamed
1
-1
/
+1
2022-04-04
staging: r8188eu: remove unnecessary spaces
Rebecca Mckeever
1
-3
/
+3
2022-04-04
staging: wfx: remove space at the start of the line
Jaehee Park
1
-1
/
+1
2022-04-04
staging: r8188eu: convert rtw_inc_and_chk_continual_urb_error() to bool
Michael Straube
1
-1
/
+1
2022-04-04
staging: r8188eu: convert rtw_usb_bulk_size_boundary() to bool
Michael Straube
1
-1
/
+1
2022-04-04
staging: r8188eu: refactor rtw_inc_and_chk_continual_urb_error()
Michael Straube
1
-5
/
+4
2022-04-04
staging: r8188eu: refactor rtw_usb_bulk_size_boundary()
Michael Straube
1
-8
/
+3
2022-04-04
staging: r8188eu: use ieee80211 define for fragment number
Martin Kaiser
2
-4
/
+1
2022-04-04
staging: r8188eu: use ieee80211 macro for sequence number
Martin Kaiser
2
-15
/
+12
2022-04-04
staging: r8188eu: remove unused control frame subtypes
Martin Kaiser
1
-5
/
+0
2022-04-04
staging: r8188eu: remove unused data frame subtypes
Martin Kaiser
1
-3
/
+0
2022-04-04
staging: r8188eu: use standard mechanisms for qos data frames
Martin Kaiser
3
-8
/
+4
2022-04-04
staging: r8188eu: use standard mechanisms for data frames
Martin Kaiser
3
-13
/
+13
2022-04-04
staging: r8188eu: use standard mechanisms for control frames
Martin Kaiser
3
-17
/
+10
2022-04-04
staging: r8188eu: use ieee80211 helper to read the pwr bit
Martin Kaiser
1
-1
/
+1
2022-04-04
staging: r8188eu: use ieee80211 define for version check
Martin Kaiser
1
-3
/
+1
2022-04-04
staging: r8188eu: remove empty rtw_fwdbg_event_callback
Martin Kaiser
2
-7
/
+1
2022-04-04
staging: r8188eu: remove empty rtw_dummy_event_callback
Martin Kaiser
2
-7
/
+2
2022-04-04
staging: r8188eu: the MCS_rate_2R array is not used
Martin Kaiser
2
-2
/
+0
2022-04-04
staging: r8188eu: make _rtw_init_mlme_priv static
Martin Kaiser
2
-3
/
+1
2022-04-04
staging: vchiq: replace usage of found with dedicated list iterator variable
Jakob Koschel
2
-14
/
+12
2022-04-04
staging: r8188eu: refactor dm func set and clear
Martin Kaiser
5
-20
/
+7
2022-04-04
staging: r8188eu: DYNAMIC_RF_CALIBRATION is not used
Martin Kaiser
2
-4
/
+0
2022-04-04
staging: r8188eu: DYNAMIC_BB_ANT_DIV is not used
Martin Kaiser
2
-4
/
+0
2022-04-04
staging: r8188eu: DYNAMIC_BB_DYNAMIC_TXPWR is not used
Martin Kaiser
3
-7
/
+0
2022-04-04
staging: r8188eu: remove unused defines for dynamic functions
Martin Kaiser
1
-16
/
+0
2022-04-04
staging: r8188eu: remove two limit defines
Martin Kaiser
1
-3
/
+0
2022-04-04
staging: r8188eu: remove local BIT macro
Martin Kaiser
2
-8
/
+3
2022-04-04
staging: greybus: codecs: fix type confusion of list iterator variable
Jakob Koschel
1
-2
/
+2
[prev]
[next]