aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2014-10-06KEYS: Restore partial ID matching functionality for asymmetric keysGravatar Dmitry Kasatkin 2-1/+5
2014-10-01Merge commit 'v3.16' into nextGravatar James Morris 22-100/+105
2014-09-16KEYS: Overhaul key identification when searching for asymmetric keysGravatar David Howells 1-2/+3
2014-09-16KEYS: Implement binary asymmetric key ID handlingGravatar David Howells 1-0/+38
2014-09-16KEYS: Make the key matching functions return boolGravatar David Howells 1-4/+6
2014-09-16KEYS: Remove key_type::match in favour of overriding default by match_preparseGravatar David Howells 2-7/+0
2014-09-16KEYS: Remove key_type::def_lookup_typeGravatar David Howells 1-3/+0
2014-09-16KEYS: Preparse match dataGravatar David Howells 2-4/+31
2014-09-16Provide a binary to hex conversion functionGravatar David Howells 1-0/+1
2014-09-09ima: pass 'opened' flag to identify newly created filesGravatar Dmitry Kasatkin 1-2/+2
2014-09-02security: Silence shadow warningGravatar Mark Rustad 1-1/+1
2014-08-06Merge tag 'keys-next-20140805' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 1-0/+4
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextGravatar James Morris 1-41/+53
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsGravatar Paul Moore 1-55/+45
2014-08-01netlabel: fix the horribly broken catmap functionsGravatar Paul Moore 1-2/+24
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitGravatar Paul Moore 1-4/+4
2014-07-30kexec: export free_huge_page to VMCOREINFOGravatar Atsushi Kumagai 1-0/+1
2014-07-30Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxGravatar Linus Torvalds 1-0/+3
2014-07-30Merge tag 'stable/for-linus-3.16-rc7-tag' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-0/+1
2014-07-30Revert "cdc_subset: deal with a device that needs reset for timeout"Gravatar Linus Torvalds 1-3/+0
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar Linus Torvalds 2-10/+4
2014-07-30x86/xen: safely map and unmap grant frames when in atomic contextGravatar David Vrabel 1-0/+1
2014-07-29of: Add memory limiting function for flattened devicetreesGravatar Laura Abbott 1-0/+1
2014-07-29of: Split early_init_dt_scan into two partsGravatar Laura Abbott 1-0/+2
2014-07-29tpm: Provide a generic means to override the chip returned timeoutsGravatar Jason Gunthorpe 1-0/+3
2014-07-29cdc_subset: deal with a device that needs reset for timeoutGravatar Oliver Neukum 1-0/+3
2014-07-29Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+4
2014-07-30Merge branch 'stable-3.16' of git://git.infradead.org/users/pcmoore/selinux i...Gravatar James Morris 1-4/+1
2014-07-29PKCS#7: Use x509_request_asymmetric_key()Gravatar David Howells 1-0/+4
2014-07-28ip: make IP identifiers less predictableGravatar Eric Dumazet 1-10/+1
2014-07-28Revert "selinux: fix the default socket labeling in sock_graft()"Gravatar Paul Moore 1-4/+1
2014-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Gravatar Linus Torvalds 1-0/+3
2014-07-25ima: add support for measuring and appraising firmwareGravatar Mimi Zohar 1-0/+6
2014-07-25security: introduce kernel_fw_from_file hookGravatar Kees Cook 1-0/+17
2014-07-24Merge tag 'omap-for-v3.16/fixes-rc6' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Arnd Bergmann 1-3/+4
2014-07-24CAPABILITIES: remove undefined caps from all processesGravatar Eric Paris 1-1/+4
2014-07-24Merge tag 'keys-next-20140722' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar James Morris 9-5/+528
2014-07-23Merge branch 'for-3.16-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+1
2014-07-23mm/rmap.c: fix pgoff calculation to handle hugepage correctlyGravatar Naoya Horiguchi 1-0/+12
2014-07-23libata: introduce ata_host->n_tags to avoid oops on SAS controllersGravatar Tejun Heo 1-0/+1
2014-07-23pinctrl: dra: dt-bindings: Fix pull enable/disableGravatar Nishanth Menon 1-3/+4
2014-07-22Merge branch 'keys-fixes' into keys-nextGravatar David Howells 1-0/+1
2014-07-22Merge remote-tracking branch 'integrity/next-with-keys' into keys-nextGravatar David Howells 2-1/+10
2014-07-22Merge tag 'keys-pefile-20140709' into keys-nextGravatar David Howells 3-1/+472
2014-07-22Merge tag 'keys-pkcs7-20140708' into keys-nextGravatar David Howells 2-0/+37
2014-07-22KEYS: big_key: Use key preparsingGravatar David Howells 1-1/+2
2014-07-22KEYS: user: Use key preparsingGravatar David Howells 1-1/+2
2014-07-22KEYS: Allow expiry time to be set when preparsing a keyGravatar David Howells 1-0/+1
2014-07-22KEYS: struct key_preparsed_payload should have two payload pointersGravatar David Howells 1-1/+1
2014-07-22fuse: add FUSE_NO_OPEN_SUPPORT flag to INITGravatar Andrew Gallagher 1-0/+3