Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-06-19apparmor: reset pos on failure to unpack for various functionsMike Salvatore
2019-06-19apparmor: enforce nullbyte at end of tag stringJann Horn
2019-06-19apparmor: fix PROFILE_MEDIATES for untrusted inputJohn Johansen
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-07Merge branch 'work.icache' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2019-05-07Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2019-05-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2019-05-02apparmor: switch to ->free_inode()Al Viro
2019-04-25crypto: shash - remove shash_desc::flagsEric Biggers
2019-04-10apparmorfs: fix use-after-free on symlink traversalAl Viro
2019-04-10apparmor: Restore Y/N in /sys for apparmor's "enabled"Kees Cook
2019-03-13Merge tag 'apparmor-pr-2019-03-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2019-03-12apparmor: fix double free when unpack of secmark rules failsJohn Johansen
2019-03-12apparmor: delete the dentry in aafs_remove() to avoid a leakChris Coulson
2019-03-07Merge tag 'audit-pr-20190305' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-03-07Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-02-22security: mark expected switch fall-throughs and add a missing breakGustavo A. R. Silva
2019-02-01apparmor: Fix aa_label_build() error handling for failed mergesJohn Johansen
2019-02-01apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel
2019-02-01audit: remove unused actx param from audit_rule_matchRichard Guy Briggs
2019-01-23apparmor: Adjust offset when accessing task blob.Tetsuo Handa
2019-01-18LSM: Make lsm_early_cred() and lsm_early_task() local functions.Tetsuo Handa
2019-01-11LSM: generalize flag passing to security_capableMicah Morton
2019-01-09LSM: Infrastructure management of the task securityCasey Schaufler
2019-01-09LSM: Infrastructure management of the file securityCasey Schaufler
2019-01-09Infrastructure management of the cred security blobCasey Schaufler
2019-01-09AppArmor: Abstract use of cred security blobCasey Schaufler
2019-01-09apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUEKees Cook
2019-01-09LSM: Separate idea of "major" LSM from "exclusive" LSMKees Cook
2019-01-09LSM: Lift LSM selection out of individual LSMsKees Cook
2019-01-09LSM: Plumb visibility into optional "enabled" stateKees Cook
2019-01-09LSM: Introduce LSM_FLAG_LEGACY_MAJORKees Cook
2019-01-06Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-12-28Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-20vfs: Suppress MS_* flag defs within the kernel unless explicitly enabledDavid Howells
2018-12-13security: audit and remove any unnecessary uses of module.hPaul Gortmaker
2018-11-20crypto: drop mask=CRYPTO_ALG_ASYNC from 'shash' tfm allocationsEric Biggers
2018-11-14apparmor: Fix warning about unused function apparmor_ipv6_postroutePetr Vorel
2018-11-02Merge tag 'apparmor-pr-2018-11-01' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2018-11-02apparmor: clean an indentation issue, remove extraneous spaceColin Ian King
2018-11-02apparmor: fix checkpatch error in Parse secmark policyJohn Johansen
2018-10-24Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-10-24Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2018-10-13apparmor: add #ifdef checks for secmark filteringArnd Bergmann
2018-10-11LSM: Record LSM name in struct lsm_infoKees Cook
2018-10-11LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-10-03apparmor: Fix uninitialized value in aa_split_fqnameZubin Mithra
2018-10-03apparmor: don't try to replace stale label in ptraceme checkJann Horn