index
:
Linux Stable
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.13.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move certificate handling to its own directory
David Howells
2015-08-14
10
-195
/
+212
*
Merge branch 'smack-for-4.3' of https://github.com/cschaufler/smack-next into...
James Morris
2015-08-14
1
-14
/
+18
|
\
|
*
Smack - Fix build error with bringup unconfigured
Casey Schaufler
2015-08-12
1
-14
/
+18
*
|
Merge tag 'modsign-pkcs7-20150812-3' of git://git.kernel.org/pub/scm/linux/ke...
James Morris
2015-08-14
35
-928
/
+1597
|
\
\
|
*
|
sign-file: Fix warning about BIO_reset() return value
David Howells
2015-08-13
1
-1
/
+1
|
*
|
PKCS#7: Add MODULE_LICENSE() to test module
David Howells
2015-08-13
1
-0
/
+3
|
*
|
sign-file: Document dependency on OpenSSL devel libraries
David Howells
2015-08-12
2
-0
/
+7
|
*
|
PKCS#7: Appropriately restrict authenticated attributes and content type
David Howells
2015-08-12
16
-27
/
+285
|
*
|
KEYS: Add a name for PKEY_ID_PKCS7
David Howells
2015-08-12
1
-0
/
+1
|
*
|
PKCS#7: Improve and export the X.509 ASN.1 time object decoder
David Howells
2015-08-12
3
-31
/
+72
|
*
|
modsign: Use extract-cert to process CONFIG_SYSTEM_TRUSTED_KEYS
David Woodhouse
2015-08-12
3
-14
/
+17
|
*
|
extract-cert: Cope with multiple X.509 certificates in a single file
David Woodhouse
2015-08-12
1
-12
/
+46
|
*
|
sign-file: Generate CMS message as signature instead of PKCS#7
David Howells
2015-08-12
1
-24
/
+27
|
*
|
PKCS#7: Support CMS messages also [RFC5652]
David Howells
2015-08-12
3
-9
/
+68
|
*
|
X.509: Change recorded SKID & AKID to not include Subject or Issuer
David Howells
2015-08-12
1
-6
/
+2
|
*
|
PKCS#7: Check content type and versions
David Howells
2015-08-12
2
-4
/
+77
|
*
|
modsign: Add explicit CONFIG_SYSTEM_TRUSTED_KEYS option
David Woodhouse
2015-08-07
3
-64
/
+89
|
*
|
modsign: Use single PEM file for autogenerated key
David Woodhouse
2015-08-07
5
-17
/
+16
|
*
|
modsign: Extract signing cert from CONFIG_MODULE_SIG_KEY if needed
David Woodhouse
2015-08-07
5
-11
/
+181
|
*
|
modsign: Allow external signing key to be specified
David Woodhouse
2015-08-07
4
-6
/
+46
|
*
|
modsign: Allow signing key to be PKCS#11
David Woodhouse
2015-08-07
1
-5
/
+24
|
*
|
modsign: Allow password to be specified for signing key
David Woodhouse
2015-08-07
3
-1
/
+34
|
*
|
modsign: Abort modules_install when signing fails
David Woodhouse
2015-08-07
1
-1
/
+1
|
*
|
MODSIGN: Extract the blob PKCS#7 signature verifier from module signing
David Howells
2015-08-07
4
-53
/
+75
|
*
|
system_keyring.c doesn't need to #include module-internal.h
David Howells
2015-08-07
1
-1
/
+0
|
*
|
sign-file: Add option to only create signature file
Luis R. Rodriguez
2015-08-07
1
-3
/
+10
|
*
|
MODSIGN: Use PKCS#7 messages as module signatures
David Howells
2015-08-07
5
-598
/
+48
|
*
|
MODSIGN: Provide a utility to append a PKCS#7 signature to a module
David Howells
2015-08-07
2
-0
/
+206
|
*
|
PKCS#7: Allow detached data to be supplied for signature checking purposes
David Howells
2015-08-07
2
-0
/
+28
|
*
|
X.509: Support X.509 lookup by Issuer+Serial form AuthorityKeyIdentifier
David Howells
2015-08-07
4
-41
/
+103
|
*
|
X.509: Extract both parts of the AuthorityKeyIdentifier
David Howells
2015-08-07
7
-69
/
+145
|
*
|
ASN.1: Copy string names to tokens in ASN.1 compiler
David Howells
2015-08-07
1
-82
/
+73
|
*
|
ASN.1: Add an ASN.1 compiler option to dump the element tree
David Howells
2015-08-07
1
-12
/
+76
*
|
|
MAINTAINERS: The keyrings mailing list has moved
David Howells
2015-08-12
1
-3
/
+3
*
|
|
Merge branch 'smack-for-4.3' of https://github.com/cschaufler/smack-next into...
James Morris
2015-08-11
5
-209
/
+833
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
Kernel threads excluded from smack checks
Roman Kubiak
2015-08-10
1
-0
/
+6
|
*
Smack: Three symbols that should be static
Casey Schaufler
2015-07-31
2
-3
/
+3
|
*
Smack: IPv6 host labeling
Casey Schaufler
2015-07-28
4
-161
/
+604
|
*
sysfs: fix simple_return.cocci warnings
kbuild test robot
2015-07-22
1
-5
/
+1
|
*
smack: allow mount opts setting over filesystems with binary mount data
Vivek Trivedi
2015-07-22
2
-40
/
+219
*
|
Merge tag 'asn1-fixes-20150805' of git://git.kernel.org/pub/scm/linux/kernel/...
James Morris
2015-08-07
3
-18
/
+48
|
\
\
|
*
|
ASN.1: Handle 'ANY OPTIONAL' in grammar
David Howells
2015-08-05
3
-7
/
+21
|
*
|
ASN.1: Fix non-match detection failure on data overrun
David Howells
2015-08-05
1
-3
/
+2
|
*
|
ASN.1: Fix actions on CHOICE elements with IMPLICIT tags
David Howells
2015-08-05
3
-3
/
+17
|
*
|
ASN.1: Fix handling of CHOICE in ASN.1 compiler
David Howells
2015-08-05
1
-7
/
+10
*
|
|
Yama: remove needless CONFIG_SECURITY_YAMA_STACKED
Kees Cook
2015-07-28
8
-52
/
+28
|
|
/
|
/
|
*
|
Merge tag 'seccomp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kee...
James Morris
2015-07-20
5
-8
/
+31
|
\
\
|
|
/
|
/
|
|
*
seccomp: swap hard-coded zeros to defined name
Kees Cook
2015-07-15
2
-2
/
+2
|
*
seccomp: add ptrace options for suspend/resume
Tycho Andersen
2015-07-15
4
-2
/
+26
|
*
seccomp: Replace smp_read_barrier_depends() with lockless_dereference()
Pranith Kumar
2015-07-15
1
-4
/
+3
[next]