Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | switch ->path_mknod() to umode_t | Al Viro | 2012-01-03 | 4 | -4/+4 | |
| | * | | | | | | | | switch ->path_mkdir() to umode_t | Al Viro | 2012-01-03 | 4 | -4/+4 | |
| | * | | | | | | | | tomoyo_mini_stat: switch to umode_t | Al Viro | 2012-01-03 | 2 | -3/+3 | |
| | * | | | | | | | | switch securityfs_create_file() to umode_t | Al Viro | 2012-01-03 | 3 | -8/+8 | |
| | * | | | | | | | | switch security_path_chmod() to umode_t | Al Viro | 2012-01-03 | 4 | -4/+4 | |
| | * | | | | | | | | get rid of open-coded S_ISREG(), etc. | Al Viro | 2012-01-03 | 2 | -2/+2 | |
| | * | | | | | | | | switch ->mknod() to umode_t | Al Viro | 2012-01-03 | 3 | -3/+3 | |
| | * | | | | | | | | switch ->create() to umode_t | Al Viro | 2012-01-03 | 3 | -3/+3 | |
| | * | | | | | | | | switch vfs_mkdir() and ->mkdir() to umode_t | Al Viro | 2012-01-03 | 3 | -3/+3 | |
| | |/ / / / / / / | ||||||
| * | | | | | | | | vfs: trim includes a bit | Al Viro | 2012-01-03 | 1 | -0/+1 | |
| |/ / / / / / / | ||||||
| * | | | | | | | vfs: for usbfs, etc. internal vfsmounts ->mnt_sb->s_root == ->mnt_root | Al Viro | 2012-01-03 | 1 | -1/+1 | |
| * | | | | | | | btrfs, nfs, apparmor: don't pull mnt_namespace.h for no reason... | Al Viro | 2012-01-03 | 1 | -1/+0 | |
| * | | | | | | | tomoyo: stop including hell knows what | Al Viro | 2012-01-03 | 1 | -8/+0 | |
| | |/ / / / / | |/| | | | | | ||||||
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-01-04 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | security: Fix security_old_inode_init_security() when CONFIG_SECURITY is not set | Jan Kara | 2012-01-03 | 1 | -1/+1 | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 4 | -35/+66 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | SELinux: Fix RCU deref check warning in sel_netport_insert() | David Howells | 2011-12-21 | 1 | -1/+3 | |
| * | | | | | | evm: prevent racing during tfm allocation | Dmitry Kasatkin | 2011-12-20 | 1 | -0/+9 | |
| * | | | | | | evm: key must be set once during initialization | Dmitry Kasatkin | 2011-12-20 | 1 | -4/+6 | |
| * | | | | | | TOMOYO: Fix pathname handling of disconnected paths. | Tetsuo Handa | 2011-12-08 | 1 | -1/+9 | |
| * | | | | | | fix apparmor dereferencing potentially freed dentry, sanitize __d_path() API | Al Viro | 2011-12-06 | 2 | -29/+39 | |
| |/ / / / / | ||||||
* | | | | | | inet_diag: Partly rename inet_ to sock_ | Pavel Emelyanov | 2011-12-06 | 1 | -1/+1 | |
* | | | | | | ipv6: Add fragment reporting to ipv6_skip_exthdr(). | Jesse Gross | 2011-12-03 | 2 | -2/+4 | |
* | | | | | | net: remove ipv6_addr_copy() | Alexey Dobriyan | 2011-11-22 | 3 | -6/+6 | |
|/ / / / / | ||||||
* | | | | | Merge branch 'encrypted-key-fixes' of git://git.kernel.org/pub/scm/linux/kern... | James Morris | 2011-11-18 | 3 | -4/+9 | |
|\ \ \ \ \ | ||||||
| * | | | | | encrypted-keys: module build fixes | Mimi Zohar | 2011-11-16 | 2 | -3/+8 | |
| * | | | | | encrypted-keys: fix error return code | Mimi Zohar | 2011-11-16 | 1 | -1/+1 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge branch 'for-1111' of git://gitorious.org/smack-next/kernel into for-linus | James Morris | 2011-11-18 | 1 | -76/+39 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | Smack: smackfs cipso seq read repair | Casey Schaufler | 2011-11-11 | 1 | -76/+39 | |
* | | | | | KEYS: Fix a NULL pointer deref in the user-defined key type | David Howells | 2011-11-15 | 1 | -1/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 2 | -0/+2 | |
|\ \ \ \ | ||||||
| * | | | | selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 2 | -0/+2 | |
* | | | | | Merge branch 'for-linus' of git://git.selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2011-11-02 | 1 | -0/+30 | |
|\ \ \ \ \ | | |_|/ / | |/| | | | ||||||
| * | | | | TOMOYO: Fix interactive judgment functionality. | Tetsuo Handa | 2011-10-29 | 1 | -0/+30 | |
* | | | | | Merge branch 'for-linus' of git://github.com/richardweinberger/linux | Linus Torvalds | 2011-11-02 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | um: switch to use of drivers/Kconfig | Al Viro | 2011-11-02 | 1 | -1/+1 | |
| | |_|_|/ | |/| | | | ||||||
* | | | | | security: follow rename pack_hex_byte() to hex_byte_pack() | Andy Shevchenko | 2011-10-31 | 2 | -2/+2 | |
* | | | | | Cross Memory Attach | Christopher Yeoh | 2011-10-31 | 2 | -2/+2 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security | Linus Torvalds | 2011-10-25 | 72 | -1201/+4164 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | ||||||
| * | | Merge branch 'master' of git://gitorious.org/smack-next/kernel into next | James Morris | 2011-10-22 | 3 | -24/+51 | |
| |\ \ | | |/ | ||||||
| | * | Smack: allow to access /smack/access as normal user | Jarkko Sakkinen | 2011-10-20 | 3 | -23/+50 | |
| | * | Smack: fix: invalid length set for the result of /smack/access | Jarkko Sakkinen | 2011-10-18 | 1 | -1/+1 | |
| * | | TOMOYO: Fix incomplete read after seek. | Tetsuo Handa | 2011-10-22 | 1 | -0/+1 | |
| * | | TOMOYO: Fix unused kernel config option. | Tetsuo Handa | 2011-10-19 | 1 | -2/+4 | |
| |/ | ||||||
| * | Smack: compilation fix | Jarkko Sakkinen | 2011-10-14 | 1 | -0/+1 | |
| * | Smack: fix for /smack/access output, use string instead of byte | Jarkko Sakkinen | 2011-10-12 | 1 | -2/+5 | |
| * | Smack: domain transition protections (v3) | Jarkko Sakkinen | 2011-10-12 | 1 | -11/+42 | |
| * | Smack: Provide information for UDS getsockopt(SO_PEERCRED) | Casey Schaufler | 2011-10-12 | 1 | -0/+9 | |
| * | Smack: Clean up comments | Casey Schaufler | 2011-10-12 | 3 | -12/+10 | |
| * | Smack: Repair processing of fcntl | Casey Schaufler | 2011-10-12 | 1 | -25/+42 |