| Commit message (Expand) | Author | Age | Files | Lines |
* | Kbuild: rename CC_STACKPROTECTOR[_STRONG] config variables | Linus Torvalds | 2018-06-14 | 1 | -1/+1 |
* | docs: */index.rst: Add newer documents to their respective index.rst | Mauro Carvalho Chehab | 2018-05-08 | 1 | -0/+2 |
* | selinux: Update SELinux SCTP documentation | Richard Haines | 2018-03-20 | 1 | -5/+6 |
* | selinux: Add SCTP support | Richard Haines | 2018-02-26 | 1 | -0/+157 |
* | security: Add support for SCTP security hooks | Richard Haines | 2018-02-22 | 1 | -0/+175 |
* | Documentation: security/credentials.rst: explain need to sort group_list | NeilBrown | 2018-01-08 | 1 | -0/+7 |
* | doc: add documentation on printing kernel addresses | Tobin C. Harding | 2017-12-21 | 1 | -0/+15 |
* | KEYS: fix in-kernel documentation for keyctl_read() | Eric Biggers | 2017-11-15 | 1 | -5/+5 |
* | Documentation: fix security related doc refs | Tom Saeger | 2017-10-12 | 3 | -3/+3 |
* | docs: ReSTify table of contents in core.rst | Josh Holland | 2017-08-30 | 1 | -11/+1 |
* | docs: Fix paths in security/keys | Josh Holland | 2017-08-24 | 3 | -4/+4 |
* | KEYS: Add documentation for asymmetric keyring restrictions | Mat Martineau | 2017-07-14 | 1 | -0/+6 |
* | docs: Fix some formatting issues in request-key.rst | Jonathan Corbet | 2017-05-18 | 1 | -3/+3 |
* | doc: ReSTify keys-trusted-encrypted.txt | Kees Cook | 2017-05-18 | 4 | -24/+21 |
* | doc: ReSTify keys-request-key.txt | Kees Cook | 2017-05-18 | 3 | -38/+34 |
* | doc: ReSTify keys-ecryptfs.txt | Kees Cook | 2017-05-18 | 3 | -9/+13 |
* | doc: ReSTify keys.txt | Kees Cook | 2017-05-18 | 4 | -165/+160 |
* | doc: ReSTify Smack.txt | Kees Cook | 2017-05-18 | 2 | -754/+0 |
* | doc: ReSTify LoadPin.txt | Kees Cook | 2017-05-18 | 1 | -17/+0 |
* | doc: ReSTify Yama.txt | Kees Cook | 2017-05-18 | 2 | -73/+0 |
* | doc: ReSTify tomoyo.txt | Kees Cook | 2017-05-18 | 2 | -57/+0 |
* | doc: ReSTify apparmor.txt | Kees Cook | 2017-05-18 | 2 | -41/+0 |
* | doc: ReSTify SELinux.txt | Kees Cook | 2017-05-18 | 2 | -29/+0 |
* | doc: ReSTify and split LSM.txt | Kees Cook | 2017-05-18 | 4 | -43/+15 |
* | doc: ReSTify self-protection.txt | Kees Cook | 2017-05-18 | 2 | -36/+64 |
* | doc: ReSTify credentials.txt | Kees Cook | 2017-05-18 | 3 | -153/+125 |
* | doc: ReSTify IMA-templates.txt | Kees Cook | 2017-05-18 | 3 | -23/+29 |
* | KEYS: add SP800-56A KDF support for DH | Stephan Mueller | 2017-04-04 | 1 | -8/+26 |
* | KEYS: Add KEYCTL_RESTRICT_KEYRING | Mat Martineau | 2017-04-04 | 1 | -0/+25 |
* | KEYS: Add an optional lookup_restriction hook to key_type | Mat Martineau | 2017-04-04 | 1 | -0/+9 |
* | KEYS: Use structure to capture key restriction function and data | Mat Martineau | 2017-04-04 | 1 | -9/+12 |
* | KEYS: Split role of the keyring pointer for keyring restrict functions | Mat Martineau | 2017-04-03 | 1 | -4/+4 |
* | KEYS: Use a typedef for restrict_link function pointers | Mat Martineau | 2017-04-03 | 1 | -4/+1 |
* | KEYS: Differentiate uses of rcu_dereference_key() and user_key_payload() | David Howells | 2017-03-02 | 1 | -2/+15 |
* | Merge tag 'rodata-v4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-21 | 1 | -2/+8 |
|\ |
|
| * | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 2017-02-07 | 1 | -2/+2 |
| * | arch: Move CONFIG_DEBUG_RODATA and CONFIG_SET_MODULE_RONX to be common | Laura Abbott | 2017-02-07 | 1 | -0/+6 |
* | | LSM: Add /sys/kernel/security/lsm | Casey Schaufler | 2017-01-19 | 1 | -0/+7 |
|/ |
|
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2016-12-14 | 1 | -2/+0 |
|\ |
|
| * | Doc: security: keys-trusted: drop duplicate blobauth entry | Baruch Siach | 2016-11-13 | 1 | -2/+0 |
* | | docs: Add more manuals to the PDF build | Jonathan Corbet | 2016-11-16 | 1 | -0/+8 |
* | | tpm: move documentation under Documentation/security | Jarkko Sakkinen | 2016-11-07 | 4 | -0/+177 |
|/ |
|
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux | Linus Torvalds | 2016-07-26 | 1 | -10/+18 |
|\ |
|
| * | docs: self-protection: rename "leak" to "exposure" | Kees Cook | 2016-06-09 | 1 | -10/+18 |
* | | KEYS: Add placeholder for KDF usage with DH | Stephan Mueller | 2016-06-03 | 1 | -1/+4 |
|/ |
|
* | Merge tag 'docs-for-linus' of git://git.lwn.net/linux | Linus Torvalds | 2016-05-19 | 1 | -0/+261 |
|\ |
|
| * | doc: self-protection: provide initial details | Kees Cook | 2016-05-17 | 1 | -0/+261 |
* | | Merge tag 'keys-next-20160505' of git://git.kernel.org/pub/scm/linux/kernel/g... | James Morris | 2016-05-06 | 1 | -0/+52 |
|\ \ |
|
| * \ | Merge branch 'keys-trust' into keys-next | David Howells | 2016-05-04 | 1 | -0/+22 |
| |\ \ |
|
| | * | | KEYS: Add a facility to restrict new links into a keyring | David Howells | 2016-04-11 | 1 | -0/+22 |
| | |/ |
|