| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
| * | Smack: Rule list lookup performance | Casey Schaufler | 2011-10-12 | 4 | -121/+220 |
| * | Smack: check permissions from user space (v2) | Jarkko Sakkinen | 2011-10-12 | 1 | -63/+117 |
| * | TOMOYO: Fix quota and garbage collector. | Tetsuo Handa | 2011-10-12 | 2 | -0/+18 |
| * | TOMOYO: Remove redundant tasklist_lock. | Tetsuo Handa | 2011-10-12 | 1 | -4/+0 |
| * | TOMOYO: Fix domain transition failure warning. | Tetsuo Handa | 2011-09-28 | 1 | -1/+2 |
| * | Merge branch 'next-hex2bin' of git://github.com/mzohar/linux-evm into next | James Morris | 2011-09-27 | 2 | -7/+26 |
| |\ |
|
| | * | encrypted-keys: check hex2bin result | Mimi Zohar | 2011-09-20 | 1 | -3/+11 |
| | * | trusted-keys: check hex2bin result | Mimi Zohar | 2011-09-20 | 1 | -4/+15 |
| * | | TOMOYO: Remove tomoyo_policy_memory_lock spinlock. | Tetsuo Handa | 2011-09-26 | 3 | -27/+27 |
| * | | TOMOYO: Simplify garbage collector. | Tetsuo Handa | 2011-09-26 | 5 | -319/+186 |
| * | | TOMOYO: Fix make namespacecheck warnings. | Tetsuo Handa | 2011-09-26 | 5 | -7/+9 |
| |/ |
|
| * | TOMOYO: Allow specifying domain transition preference. | Tetsuo Handa | 2011-09-19 | 5 | -12/+137 |
| * | encrypted-keys: IS_ERR need include/err.h | Stephen Rothwell | 2011-09-15 | 1 | -0/+1 |
| * | Merge branch 'next-evm' of git://github.com/mzohar/linux-evm into next | James Morris | 2011-09-15 | 14 | -84/+155 |
| |\ |
|
| | * | evm: clean verification status | Dmitry Kasatkin | 2011-09-14 | 1 | -0/+1 |