aboutsummaryrefslogtreecommitdiffstats
path: root/net (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-25tpm_tis: convert to using locality callbacksJerry Snitselaar1-26/+8
2017-04-25tpm: fix handling of the TPM 2.0 event logsPetr Vandrovec1-4/+10
2017-04-25tpm_crb: remove a cruft constantJarkko Sakkinen2-4/+1
2017-04-11keys: select CONFIG_CRYPTO when selecting DH / KDFStephan Müller1-0/+1
2017-04-07apparmor: Make path_max parameter readonlyJohn Johansen1-1/+1
2017-04-07apparmor: fix parameters so that the permission test is bypassed at bootJohn Johansen2-26/+23
2017-04-07apparmor: fix invalid reference to index variable of iterator line 836John Johansen1-2/+4
2017-04-07apparmor: use SHASH_DESC_ON_STACKNicolas Iooss1-19/+13
2017-04-07security/apparmor/lsm.c: set debug messagesValentin Rothberg1-1/+1
2017-04-07apparmor: fix boolreturn.cocci warningskbuild test robot1-2/+2
2017-04-04Smack: Use GFP_KERNEL for smk_netlbl_mls().Tetsuo Handa1-1/+1
2017-04-04smack: fix double free in smack_parse_opts_str()Tetsuo Handa1-3/+1
2017-04-04KEYS: add SP800-56A KDF support for DHStephan Mueller10-26/+315
2017-04-04KEYS: Keyring asymmetric key restrict method with chainingMat Martineau4-46/+155
2017-04-04KEYS: Restrict asymmetric key linkage using a specific keychainMat Martineau4-1/+121
2017-04-04KEYS: Add a lookup_restriction function for the asymmetric key typeMat Martineau2-8/+79
2017-04-04KEYS: Add KEYCTL_RESTRICT_KEYRINGMat Martineau7-1/+201
2017-04-04KEYS: Consistent ordering for __key_link_begin and restrict checkMat Martineau1-11/+13
2017-04-04KEYS: Add an optional lookup_restriction hook to key_typeMat Martineau2-0/+17
2017-04-04KEYS: Use structure to capture key restriction function and dataMat Martineau9-30/+144
2017-04-03tpm/tpm_crb: Enable TPM CRB interface for ARM64Jiandi An2-3/+66
2017-04-03ACPICA: Update TPM2 ACPI tableJiandi An1-0/+3
2017-04-03tpm_crb: request and relinquish locality 0Jarkko Sakkinen5-1/+63
2017-04-03tpm: make check_locality return boolJerry Snitselaar3-21/+23
2017-04-03tpm/tpm_crb: fix unused warnings on suspend/resume functionsJérémy Lefaure1-7/+4
2017-04-03tpm: add sleep only for retry in i2c_nuvoton_write_status()Nayna Jain1-2/+3
2017-04-03tpm/st33zp24: Add GPIO ACPI mapping tableAndy Shevchenko2-6/+40
2017-04-03vTPM: Fix missing NULL checkHon Ching \(Vicky\) Lo1-2/+6
2017-04-03tpm_crb: check for bad response sizeJerry Snitselaar1-2/+1
2017-04-03tpm2: add session handle context saving and restoring to the space codeJames Bottomley4-13/+116
2017-04-03tpm: expose spaces via a device link /dev/tpmrm<n>James Bottomley5-4/+139
2017-04-03tpm: split out tpm-dev.c into tpm-dev.c and tpm-common-dev.cJames Bottomley4-130/+190
2017-04-03tpm: infrastructure for TPM spacesJarkko Sakkinen8-53/+527
2017-04-03tpm: validate TPM 2.0 commandsJarkko Sakkinen3-5/+132
2017-04-03tpm: export tpm2_flush_context_cmdJarkko Sakkinen2-33/+31
2017-04-03tpm: move length validation to tpm_transmit()Jarkko Sakkinen1-8/+12
2017-04-03tpm_crb: encapsulate crb_wait_for_reg_32Jarkko Sakkinen1-14/+23
2017-04-03tpm_crb: map locality registersJarkko Sakkinen1-32/+57
2017-04-03tpm_tis_spi: Add small delay after last transferPeter Huewe1-0/+1
2017-04-03tpm_tis_spi: Remove limitation of transfers to MAX_SPI_FRAMESIZE bytesPeter Huewe1-49/+58
2017-04-03tpm_tis_spi: Check correct byte for wait state indicatorPeter Huewe1-18/+18
2017-04-03tpm_tis_spi: Abort transfer when too many wait states are signaledPeter Huewe1-0/+5
2017-04-03tpm_tis_spi: Use single function to transfer dataPeter Huewe1-63/+24
2017-04-03tpm/tpm_crb: enter the low power state upon device suspendWinkler, Tomas1-1/+24
2017-04-03tpm: select CONFIG_CRYPTOArnd Bergmann1-0/+1
2017-04-03tpm: msleep() delays - replace with usleep_range() in i2c nuvoton driverNayna Jain1-8/+15
2017-04-03tpm crb: Work around BIOS's that report the wrong ACPI region sizeJason Gunthorpe1-2/+25
2017-04-03tpm_tis_core: Choose appropriate timeout for reading burstcountAlexander Steffen1-2/+4
2017-04-03KEYS: Add a key restriction structMat Martineau1-0/+6
2017-04-03KEYS: Split role of the keyring pointer for keyring restrict functionsMat Martineau8-25/+39