index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-03-29
staging: rtl8723bs: Remove yield call, replace with cond_resched()
Thomas Avery
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Replace yield() call with cond_resched()
Thomas Avery
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Remove unecessary newlines from 'odm.h'.
Quytelda Kahja
1
-27
/
+0
2018-03-29
staging: rtl8723bs: Rework 'struct _ODM_Phy_Status_Info_' coding style.
Quytelda Kahja
7
-84
/
+90
2018-03-29
staging: rtl8723bs: Rework 'struct _ODM_Per_Pkt_Info_' coding style.
Quytelda Kahja
5
-42
/
+43
2018-03-29
staging: rtl8723bs: Replace NULL pointer comparison with '!'.
Quytelda Kahja
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Factor out rtl8723bs_recv_tasklet() sections.
Quytelda Kahja
1
-26
/
+69
2018-03-29
staging: rtl8723bs: Fix function signature that goes over 80 characters.
Quytelda Kahja
1
-1
/
+2
2018-03-29
staging: rtl8723bs: Fix lines too long in update_recvframe_attrib().
Quytelda Kahja
1
-8
/
+22
2018-03-29
staging: rtl8723bs: Remove unnecessary blank lines in 'rtl8723bs_recv.c'.
Quytelda Kahja
1
-7
/
+0
2018-03-29
staging: rtl8723bs: Change camel case to snake case in 'rtl8723bs_recv.c'.
Quytelda Kahja
1
-16
/
+16
2018-03-29
staging: rtl8723bs: Add missing braces in else statement.
Quytelda Kahja
1
-1
/
+2
2018-03-29
staging: rtl8723bs: Add spaces around ternary operators.
Quytelda Kahja
1
-1
/
+1
2018-03-29
staging: rtl8723bs: Fix lines with trailing open parentheses.
Quytelda Kahja
1
-6
/
+5
2018-03-29
staging: rtl8723bs: Remove unnecessary length #define's.
Quytelda Kahja
2
-19
/
+3
2018-03-29
staging: rtl8723bs: Fix IEEE80211 authentication algorithm constants.
Quytelda Kahja
2
-12
/
+8
2018-03-29
staging: rtl8723bs: Fix alignment in rtw_wx_set_auth().
Quytelda Kahja
1
-3
/
+3
2018-03-29
staging: rtl8723bs: Remove braces from single statement conditionals.
Quytelda Kahja
1
-9
/
+9
2018-03-29
staging: rtl8723bs: Remove unecessary braces from switch statement.
Quytelda Kahja
1
-27
/
+23
2018-03-29
staging: rtl8723bs: Fix newlines in rtw_wx_set_auth().
Quytelda Kahja
1
-9
/
+1
2018-03-29
staging: rtl8723bs: Replace RTW_IEEE80211_STYPE_* with IEEE80211_STYPE_*.
Quytelda Kahja
3
-45
/
+2
2018-03-29
staging: rtl8723bs: Replace RTW_IEEE80211_FTYPE_* with IEEE80211_FTYPE_*.
Quytelda Kahja
3
-8
/
+3
2018-03-29
staging: rtl8723bs: Replace RTW_IEEE80211_FCTL_* with IEEE80211_FCTL_*.
Quytelda Kahja
3
-20
/
+6
2018-03-29
staging: rtl8723bs: Remove #defines shadowing enums in 'linux/ieee80211.h'
Quytelda Kahja
1
-56
/
+0
2018-03-29
drivers: staging: rtl8192e: fixed a space coding style issue
Rene Hickersberger
1
-1
/
+1
2018-03-29
staging: r8822be: fix typos in header guard macros
Colin Ian King
2
-2
/
+2
2018-03-29
staging: bcm2835-audio: Release resources on module_exit()
Kirill Marinushkin
1
-29
/
+25
2018-03-29
staging: comedi: s626: Use Preferred kernel type
Paul McQuade
1
-4
/
+4
2018-03-29
staging: mt7621-dts: Replace spaces with tabs in indentation
Nishka Dasgupta
1
-1
/
+1
2018-03-29
staging: ks7010: Remove unused member 'reg_net' from 'ks_wlan_private'.
Quytelda Kahja
1
-1
/
+0
2018-03-29
staging: ks7010: Change mac_address_valid to a bool instead of int.
Quytelda Kahja
3
-5
/
+5
2018-03-29
staging: ks7010: Remove unecessary cast.
Quytelda Kahja
1
-1
/
+1
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_get_mic
Sergio Paracuellos
1
-1
/
+1
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_append
Sergio Paracuellos
1
-3
/
+3
2018-03-29
staging: ks7010: replace uint8_t in favour of u8 in michael_init
Sergio Paracuellos
1
-1
/
+1
2018-03-29
staging: ks7010: remove some dead code from ks_wlan_set_essid function
Sergio Paracuellos
1
-15
/
+0
2018-03-29
staging: ks7010: replace MichaelBlockFunction macro with inline function
Sergio Paracuellos
1
-15
/
+16
2018-03-29
staging: ks7010: replace GetUInt32 macro with get_unaligned_le32
Sergio Paracuellos
1
-7
/
+4
2018-03-29
staging: ks7010: replace PutUInt32 macro with put_unaligned_le32()
Sergio Paracuellos
1
-11
/
+3
2018-03-29
staging: ks7010: avoid camel cases in MichaelGetMIC function
Sergio Paracuellos
1
-14
/
+13
2018-03-29
staging: ks7010: replace macro MichaelClear with inline function
Sergio Paracuellos
1
-8
/
+8
2018-03-29
staging: ks7010: avoid camel cases in MichaelAppend function
Sergio Paracuellos
1
-23
/
+22
2018-03-29
staging: ks7010: avoid camel cases for MichaelInitFunction
Sergio Paracuellos
1
-6
/
+5
2018-03-29
staging: ks7010: avoid camel cases in MichaelMICFunction
Sergio Paracuellos
3
-23
/
+21
2018-03-28
staging: vt6655: Delete unused typedef enum _chip_type
Nishka Dasgupta
1
-4
/
+0
2018-03-28
staging: vt6655: Delete unused typedef struct _version
Nishka Dasgupta
1
-7
/
+0
2018-03-28
staging: vt6655: Delete unused typedef enum _CARD_STATUS_TYPE
Nishka Dasgupta
1
-6
/
+0
2018-03-28
staging: vt6655: Delete unused enum CARD_PKT_TYPE
Nishka Dasgupta
1
-7
/
+0
2018-03-28
staging: rtl8723bs: Remove duplicate #defines.
Quytelda Kahja
1
-12
/
+0
2018-03-28
staging: ks7010: factor out some functions from hostif_init
Sergio Paracuellos
1
-24
/
+53
[next]