summaryrefslogtreecommitdiffstats
path: root/security
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-1016-59/+259
|\
| * Merge branch 'next' into for-linusJames Morris2012-01-0916-59/+259
| |\
| | * ima: fix invalid memory referenceRoberto Sassu2011-12-191-5/+11
| | * ima: free duplicate measurement memoryRoberto Sassu2011-12-192-2/+3
| | * selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
| | * apparmor: fix module parameter handlingRusty Russell2011-12-161-3/+3
| | * Security: tomoyo: add .gitignore fileGreg Kroah-Hartman2011-12-121-0/+2
| | * tomoyo: add missing rcu_dereference()Kees Cook2011-12-121-1/+1
| | * apparmor: add missing rcu_dereference()Kees Cook2011-12-091-1/+1
| | * evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-081-3/+11
| | * evm: key must be set once during initializationDmitry Kasatkin2011-12-081-7/+8
| | * digsig: build dependency fixDmitry Kasatkin2011-11-221-1/+1
| | * Merge branch 'next-evm-digsig' of git://git.kernel.org/pub/scm/linux/kernel/g...James Morris2011-11-187-30/+226
| | |\
| | | * evm: digital signature verification supportDmitry Kasatkin2011-11-093-30/+142
| | | * integrity: digital signature verification using multiple keyringsDmitry Kasatkin2011-11-094-0/+84
| | * | KEYS: Give key types their own lockdep class for key->semDavid Howells2011-11-171-0/+3
| | * | Merge branch 'master'; commit 'v3.2-rc2' into nextJames Morris2011-11-1610-7/+14
| | |\ \
| | * | | selinuxfs: remove custom hex_to_bin()Andy Shevchenko2011-11-161-10/+4
* | | | | securityfs: fix object creation racesAl Viro2012-01-101-141/+50
* | | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-01-091-3/+4
|\ \ \ \ \
| * | | | | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo2011-12-121-3/+4
* | | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-0813-60/+46
|\ \ \ \ \ \
| * | | | | | switch security_path_chmod() to struct path *Al Viro2012-01-064-17/+11
| * | | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-062-3/+3
| | | | | | |
| | \ \ \ \ \
| *-. \ \ \ \ \ Merge branches 'vfsmount-guts', 'umode_t' and 'partitions' into ZAl Viro2012-01-0610-34/+34
| |\ \ \ \ \ \ \
| | * | | | | | | switch ->path_mknod() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | switch ->path_mkdir() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | tomoyo_mini_stat: switch to umode_tAl Viro2012-01-032-3/+3
| | * | | | | | | switch securityfs_create_file() to umode_tAl Viro2012-01-033-8/+8
| | * | | | | | | switch security_path_chmod() to umode_tAl Viro2012-01-034-4/+4
| | * | | | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-032-2/+2
| | * | | | | | | switch ->mknod() to umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | switch ->create() to umode_tAl Viro2012-01-033-3/+3
| | * | | | | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-033-3/+3
| | |/ / / / / /
| * / / / / / / vfs: trim includes a bitAl Viro2012-01-031-0/+1
| |/ / / / / /
| * | | | | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_rootAl Viro2012-01-031-1/+1
| * | | | | | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason...Al Viro2012-01-031-1/+0
| * | | | | | tomoyo: stop including hell knows whatAl Viro2012-01-031-8/+0
| | |/ / / / | |/| | | |
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-01-041-1/+1
|\| | | | |
| * | | | | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not setJan Kara2012-01-031-1/+1
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-234-35/+66
|\| | | | |
| * | | | | SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2011-12-211-1/+3
| * | | | | evm: prevent racing during tfm allocationDmitry Kasatkin2011-12-201-0/+9
| * | | | | evm: key must be set once during initializationDmitry Kasatkin2011-12-201-4/+6
| * | | | | TOMOYO: Fix pathname handling of disconnected paths.Tetsuo Handa2011-12-081-1/+9
| * | | | | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() APIAl Viro2011-12-062-29/+39
| |/ / / /
* | | | | inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* | | | | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-032-2/+4
* | | | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-223-6/+6
|/ / / /
* | | | Merge branch 'encrypted-key-fixes' of git://git.kernel.org/pub/scm/linux/kern...James Morris2011-11-183-4/+9
|\ \ \ \