index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-06-28
staging: wlan-ng: add parentheses to macro argument usage in prism2mgmt.c
Tim Collier
1
-2
/
+2
2018-06-28
staging: wlan-ng: replace macro with inline function in prism2mgmt.c
Tim Collier
1
-4
/
+15
2018-06-28
staging: wlan-ng: replace WLAN_CTL_FRAMELEN with inline function in p80211hdr.h
Tim Collier
1
-10
/
+20
2018-06-28
staging: wlan-ng: fix coding style (indentation) in prism2mib.c
Tim Collier
1
-4
/
+4
2018-06-28
staging: rtlwifi: Fix a possible sleep-in-atomic-context bug in _is_fw_read_c...
Jia-Ju Bai
1
-1
/
+1
2018-06-28
staging: wlan-ng: improved readability of function prism2_add_key
Chris Opperman
1
-27
/
+13
2018-06-28
staging: rtsx: remove rtsx_trace() and related code
Arnd Bergmann
14
-1344
/
+1
2018-06-28
staging: use BIT_ULL for NL80211_STA_INFO_* attribute types
Omer Efrat
3
-14
/
+14
2018-06-28
staging: most: fix sparse warning Using plain integer as NULL pointer
Marcin Ciupak
1
-1
/
+1
2018-06-28
staging: rtl8723bs: remove rtw_set_tx_chksum_offload()
Michael Straube
3
-9
/
+0
2018-06-28
staging: rtl8723bs: Fix comment on variable init
Henriette Hofmeier
1
-4
/
+1
2018-06-28
staging: rtl8723bs: Remove unnecessary initializations
Henriette Hofmeier
1
-4
/
+4
2018-06-28
staging: rtl8723bs: Move definition open brace
Henriette Hofmeier
1
-2
/
+4
2018-06-28
staging: rtl8723bs: Fix two possible sleep-in-atomic-context bugs in translat...
Jia-Ju Bai
1
-2
/
+2
2018-06-28
staging: rtl8723bs: remove get_monotonic_boottime()
Arnd Bergmann
1
-8
/
+1
2018-06-28
staging: rtl8723bs: Add missing curly braces on else statement.
Quytelda Kahja
1
-1
/
+2
2018-06-28
staging: rtl8723bs: Merge workaround conditionals into single else-if.
Quytelda Kahja
1
-6
/
+3
2018-06-28
staging: rtl8723bs: Merge conditionals with similar bodies.
Quytelda Kahja
1
-6
/
+2
2018-06-28
staging: rtl8723bs: Fix spelling mistake in comment.
Quytelda Kahja
1
-1
/
+1
2018-06-28
staging: rtl8723bs: Move bandwidth index lookup to new function.
Quytelda Kahja
1
-9
/
+17
2018-06-28
staging: rtl8723bs: Move rate section index lookup to new function.
Quytelda Kahja
1
-62
/
+47
2018-06-28
staging: rtl8723bs: Remove empty else-if conditional.
Quytelda Kahja
1
-3
/
+0
2018-06-28
staging: rtl8723bs: Combine if statements with equivalent body.
Quytelda Kahja
1
-5
/
+1
2018-06-28
staging: rtl8723bs: Fix camel-case names in phy_get_tx_pwr_lmt().
Quytelda Kahja
1
-95
/
+105
2018-06-28
staging: rtl8723bs: Rename PHY_GetTxPowerLimit().
Quytelda Kahja
3
-5
/
+5
2018-06-28
staging: rtl8723bs: Clean up whitespace in 'PHY_GetTxPowerLimit()'.
Quytelda Kahja
1
-51
/
+59
2018-06-28
staging: pi433: cleanup comments in rf69.h
Valentin Vidic
1
-4
/
+5
2018-06-28
staging: pi433: add SPDX-License-Identifier tag
Valentin Vidic
6
-4
/
+10
2018-06-28
staging: pi433: replace simple switch statements
Valentin Vidic
1
-140
/
+93
2018-06-28
staging: pi433: fix race condition in pi433_open
Hugo Lefeuvre
1
-29
/
+12
2018-06-28
staging: android/vsoc: stop using 'timespec'
Arnd Bergmann
1
-6
/
+5
2018-06-28
staging: android: ashmem: Fix mmap size validation
Alistair Strachan
1
-0
/
+6
2018-06-28
staging: android: ashmem: Remove use of unlikely()
Alistair Strachan
1
-17
/
+17
2018-06-28
staging: wilc1000: updated TODO file
Ajay Singh
1
-5
/
+0
2018-06-28
staging: wilc1000: avoid use of static variable 'rssi'
Ajay Singh
1
-3
/
+9
2018-06-28
staging: wilc1000: avoid use of static variable 'inactive_time'
Ajay Singh
1
-3
/
+3
2018-06-28
staging: wilc1000: handle freeing of 'key' & 'seq' data in wilc_add_rx_gtk()
Ajay Singh
1
-4
/
+0
2018-06-28
staging: wilc1000: handle freeing of key data in wilc_add_ptk()
Ajay Singh
1
-3
/
+0
2018-06-28
staging: wilc1000: handle freeing of key data in wep add key
Ajay Singh
1
-7
/
+0
2018-06-28
staging: wilc1000: rename wilc_enqueue_cmd() to wilc_enqueue_work()
Ajay Singh
1
-48
/
+42
2018-06-28
staging: wilc1000: remove 'hif_thread_comp' completions
Ajay Singh
1
-35
/
+0
2018-06-28
staging: wilc1000: added 'work_comp' completion as part of host_if_msg
Ajay Singh
3
-133
/
+132
2018-06-28
staging: wilc1000: move the allocation of cmd out of wilc_enqueue_cmd()
Ajay Singh
1
-399
/
+544
2018-06-28
staging: wilc1000: remove unused marco related to HIF commands
Ajay Singh
1
-36
/
+0
2018-06-28
staging: wilc1000: remove host_if_work() to handle TODO list issue
Ajay Singh
1
-296
/
+278
2018-06-28
staging: wilc1000: Use common structs to parse ip packets
Thibaut Robert
1
-28
/
+15
2018-06-28
staging: mt7621-gpio: avoid use banks in device tree
Sergio Paracuellos
4
-90
/
+31
2018-06-28
staging: mt7621-gpio: update Kconfig with SoC details
Sergio Paracuellos
1
-2
/
+2
2018-06-28
staging: mt7621-gpio: avoid long line in a comment
Sergio Paracuellos
1
-2
/
+3
2018-06-28
staging: mt7621-gpio: set different names for each gpio_chip and irq_chip
Sergio Paracuellos
1
-2
/
+12
[next]