summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-02-217-20/+96
|\
| * audit: remove unnecessary curly braces from switch/case statementsPaul Moore2017-02-141-12/+12
| * audit: log module name on init_moduleRichard Guy Briggs2017-02-135-1/+34
| * audit: log 32-bit socketcallsRichard Guy Briggs2017-01-182-3/+34
| * audit: add feature audit_lost resetRichard Guy Briggs2017-01-182-2/+12
| * audit: Make AUDIT_ANOM_ABEND event normalizedSteve Grubb2016-12-141-1/+1
| * audit: Make AUDIT_KERNEL event conform to the specificationSteve Grubb2016-12-141-1/+3
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2017-02-2186-2250/+4276
|\ \
| * | tpm: declare tpm2_get_pcr_allocation() as staticJarkko Sakkinen2017-02-202-50/+45
| * | tpm: Fix expected number of response bytes of TPM1.2 PCR ExtendStefan Berger2017-02-151-1/+1
| * | tpm xen: drop unneeded chip variableJulia Lawall2017-02-141-2/+0
| * | tpm: fix misspelled "facilitate" in module parameter descriptionDmitry Torokhov2017-02-141-1/+1
| * | tpm_tis: fix the error handling of init_tis()Wei Yongjun2017-02-141-1/+1
| * | KEYS: Use memzero_explicit() for secret dataDan Carpenter2017-02-101-1/+1
| * | KEYS: Fix an error code in request_master_key()Dan Carpenter2017-02-101-1/+1
| * | sign-file: fix build error in sign-file.c with libresslFelix Fietkau2017-02-101-1/+3
| * | Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-1013-314/+341
| |\ \
| | * | selinux: allow changing labels for cgroupfsAntonio Murdaca2017-02-081-0/+2
| | * | security,selinux,smack: kill security_task_wait hookStephen Smalley2017-01-126-63/+2
| | * | selinux: drop unused socket security classesStephen Smalley2017-01-122-12/+0
| | * | selinux: default to security isid in sel_make_bools() if no sid is foundGary Tierney2017-01-091-3/+3
| | * | selinux: log errors when loading new policyGary Tierney2017-01-091-5/+16
| | * | proc,security: move restriction on writing /proc/pid/attr nodes to procStephen Smalley2017-01-097-37/+18
| | * | selinux: clean up cred usage and simplifyStephen Smalley2017-01-093-211/+166
| | * | selinux: allow context mounts on tmpfs, ramfs, devpts within user namespacesStephen Smalley2017-01-091-3/+7
| | * | selinux: handle ICMPv6 consistently with ICMPStephen Smalley2017-01-091-1/+2
| | * | selinux: add security in-core xattr support for tracefsYongqin Liu2017-01-091-0/+1
| | * | selinux: support distinctions among all network address familiesStephen Smalley2017-01-095-2/+147
| * | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/selinux i...James Morris2017-02-081-1/+1
| |\ \ \
| | * | | selinux: fix off-by-one in setprocattrStephen Smalley2017-02-071-1/+1
| * | | | tpm: silence an array overflow warningDan Carpenter2017-02-031-2/+2
| * | | | tpm: fix the type of owned field in cap_tStefan Berger2017-02-031-1/+1
| * | | | tpm: add securityfs support for TPM 2.0 firmware event logNayna Jain2017-02-036-22/+279
| * | | | tpm: enhance read_log_of() to support Physical TPM event logNayna Jain2017-02-031-4/+23
| * | | | tpm: enhance TPM 2.0 PCR extend to support multiple banksNayna Jain2017-02-034-44/+71
| * | | | tpm: implement TPM 2.0 capability to get active PCR banksNayna Jain2017-02-032-0/+82
| * | | | tpm: fix RC value check in tpm2_seal_trustedJarkko Sakkinen2017-02-032-1/+6
| * | | | tpm_tis: fix iTPM probe via probe_itpm() functionMaciej S. Szmigiero2017-02-031-12/+13
| * | | | tpm: Begin the process to deprecate user_read_timerJason Gunthorpe2017-02-031-1/+4
| * | | | tpm: remove tpm_read_index and tpm_write_index from tpm.hJarkko Sakkinen2017-02-033-11/+18
| * | | | ima: allow to check MAY_APPENDLans Zhang2017-01-272-4/+5
| * | | | ima: fix ima_d_path() possible race with renameMimi Zohar2017-01-273-6/+24
| * | | | Merge branch 'smack-for-4.11' of git://github.com/cschaufler/smack-next into ...James Morris2017-01-263-27/+95
| |\ \ \ \
| | * | | | Smack: ignore private inode for file functionsSeung-Woo Kim2017-01-101-0/+12
| | * | | | Smack: fix d_instantiate logic for sockfs and pipefsRafal Krypa2017-01-101-7/+7
| | * | | | SMACK: Use smk_tskacc() instead of smk_access() for proper loggingHimanshu Shukla2017-01-101-4/+1
| | * | | | Smack: Traverse the smack_known_list using list_for_each_entry_rcu macroVishal Goel2017-01-101-1/+1
| | * | | | SMACK: Free the i_security blob in inode using RCUHimanshu Shukla2017-01-102-4/+29
| | * | | | SMACK: Delete list_head repeated initializationHimanshu Shukla2017-01-101-4/+0
| | * | | | SMACK: Add new lock for adding entry in smack master listVishal Goel2017-01-101-0/+5