aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-08-29Fix a bidirectional UDS connect check typoLukasz Pawelczyk1-2/+2
2014-08-29Small fixes in comments describing function parametersLukasz Pawelczyk1-9/+9
2014-08-28Smack: Bring-up access modeCasey Schaufler5-27/+294
2014-08-25Smack: Fix setting label on successful file openMarcin Niesluchowski1-1/+3
2014-08-08Smack: remove unneeded NULL-termination from securtity labelKonstantin Khlebnikov1-3/+3
2014-08-08Smack: handle zero-length security labels without panicKonstantin Khlebnikov2-3/+3
2014-08-08Smack: fix behavior of smack_inode_listsecurityKonstantin Khlebnikov1-5/+4
2014-08-03X.509: Need to export x509_request_asymmetric_key()David Howells1-0/+1
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore8-157/+139
2014-08-01netlabel: fix the catmap walking functionsPaul Moore1-48/+54
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore5-146/+240
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore4-16/+26
2014-07-31PKCS#7: X.509 certificate issuer and subject are mandatory fields in the ASN.1David Howells1-4/+2
2014-07-29tpm: simplify code by using %*phN specifierAndy Shevchenko1-3/+1
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsJason Gunthorpe3-21/+75
2014-07-29tpm: missing tpm_chip_put in tpm_get_random()Jarkko Sakkinen1-3/+4
2014-07-29tpm: Properly clean sysfs entries in error pathStefan Berger1-1/+3
2014-07-29tpm: Add missing tpm_do_selftest to ST33 I2C driverJason Gunthorpe1-0/+1
2014-07-29PKCS#7: Use x509_request_asymmetric_key()David Howells3-72/+29
2014-07-28Revert "selinux: fix the default socket labeling in sock_graft()"Paul Moore2-15/+3
2014-07-28X.509: x509_request_asymmetric_keys() doesn't need string length argumentsDavid Howells1-6/+3
2014-07-28PKCS#7: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-07-28KEYS: revert encrypted key changeMimi Zohar1-1/+1
2014-07-25ima: add support for measuring and appraising firmwareMimi Zohar8-5/+50
2014-07-25firmware_class: perform new LSM checksKees Cook1-4/+26
2014-07-25security: introduce kernel_fw_from_file hookKees Cook3-0/+29
2014-07-25PKCS#7: Missing inclusion of linux/err.hDavid Howells1-0/+1
2014-07-24CAPABILITIES: remove undefined caps from all processesEric Paris5-12/+13
2014-07-24commoncap: don't alloc the credential unless needed in cap_task_prctlTetsuo Handa1-42/+30
2014-07-22KEYS: request_key_auth: Provide key preparsingDavid Howells1-0/+13
2014-07-22KEYS: keyring: Provide key preparsingDavid Howells1-11/+23
2014-07-22KEYS: big_key: Use key preparsingDavid Howells2-17/+27
2014-07-22KEYS: RxRPC: Use key preparsingDavid Howells1-68/+97
2014-07-22KEYS: DNS: Use key preparsingDavid Howells1-18/+25
2014-07-22KEYS: Ceph: Use user_match()David Howells1-6/+2
2014-07-22KEYS: Ceph: Use key preparsingDavid Howells1-9/+15
2014-07-22KEYS: user: Use key preparsingDavid Howells3-22/+30
2014-07-22KEYS: Call ->free_preparse() even after ->preparse() returns an errorDavid Howells2-6/+7
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyDavid Howells3-3/+16
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersDavid Howells5-6/+8
2014-07-18seccomp: implement SECCOMP_FILTER_FLAG_TSYNCKees Cook4-2/+140
2014-07-18seccomp: allow mode setting across threadsKees Cook1-11/+25
2014-07-18seccomp: introduce writer lockingKees Cook3-5/+66
2014-07-18seccomp: split filter prep from check and applyKees Cook1-30/+67
2014-07-18sched: move no_new_privs into new atomic flagsKees Cook5-10/+22
2014-07-18MIPS: add seccomp syscallKees Cook5-6/+13
2014-07-18ARM: add seccomp syscallKees Cook2-0/+2
2014-07-18seccomp: add "seccomp" syscallKees Cook8-6/+65
2014-07-18seccomp: split mode setting routinesKees Cook1-23/+48
2014-07-18seccomp: extract check/assign mode helpersKees Cook1-4/+18