| Commit message (Expand) | Author | Age | Files | Lines |
* | [PATCH] shrink dentry struct | Eric Dumazet | 2006-01-08 | 1 | -1/+1 |
* | [PATCH] keys: Permit running process to instantiate keys | David Howells | 2006-01-08 | 8 | -235/+327 |
* | [PATCH] keys: Discard duplicate keys from a keyring on link | David Howells | 2006-01-08 | 1 | -23/+64 |
* | [PATCH] keys: Permit key expiry time to be set | David Howells | 2006-01-08 | 3 | -0/+48 |
* | [PATCH] rcu file: use atomic primitives | Nick Piggin | 2006-01-08 | 1 | -1/+1 |
* | [XFRM]: Fix sparse warning. | Luiz Capitulino | 2006-01-07 | 1 | -1/+1 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-06 | 3 | -11/+3 |
|\ |
|
| * | [LSM-IPSec]: Corrections to LSM-IPSec Nethooks | Trent Jaeger | 2006-01-06 | 3 | -11/+3 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild | Linus Torvalds | 2006-01-06 | 1 | -4/+2 |
|\ \
| |/
|/| |
|
| * | kbuild: un-stringnify KBUILD_MODNAME | Sam Ravnborg | 2006-01-06 | 1 | -4/+2 |
* | | [PATCH] security/: possible cleanups | Adrian Bunk | 2006-01-06 | 3 | -3/+2 |
* | | [PATCH] Keys: Remove key duplication | David Howells | 2006-01-06 | 3 | -150/+3 |
* | | [PATCH] selinux: more ARRAY_SIZE cleanups | Tobias Klauser | 2006-01-06 | 2 | -2/+2 |
* | | [PATCH] selinux: ARRAY_SIZE cleanups | Nicolas Kaiser | 2006-01-06 | 1 | -2/+2 |
|/ |
|
* | [LSM-IPSec]: Per-packet access control. | Trent Jaeger | 2006-01-03 | 6 | -0/+410 |
* | [LSM-IPSec]: Security association restriction. | Trent Jaeger | 2006-01-03 | 2 | -1/+57 |
* | [PATCH] Keys: Fix permissions check for update vs add | David Howells | 2005-12-01 | 1 | -1/+1 |
* | [PATCH] selinux: extend selinuxfs context interface | Stephen Smalley | 2005-11-09 | 1 | -26/+19 |
* | [PATCH] selinux: disable setxattr on mountpoint labeled filesystems | Stephen Smalley | 2005-11-09 | 1 | -0/+3 |
* | [PATCH] selinux: MLS compatibility | Stephen Smalley | 2005-11-09 | 1 | -1/+4 |
* | [PATCH] kfree cleanup: security | Jesper Juhl | 2005-11-07 | 2 | -8/+7 |
* | [PATCH] Keys: Remove incorrect and obsolete '!' operators | David Howells | 2005-11-07 | 1 | -4/+4 |
* | [PATCH] cleanup the usage of SEND_SIG_xxx constants | Oleg Nesterov | 2005-10-30 | 1 | -2/+1 |
* | [PATCH] remove hardcoded SEND_SIG_xxx constants | Oleg Nesterov | 2005-10-30 | 1 | -2/+2 |
* | [PATCH] Keys: Add LSM hooks for key management [try #3] | David Howells | 2005-10-30 | 6 | -35/+94 |
* | [PATCH] Keys: Export user-defined keyring operations | David Howells | 2005-10-30 | 1 | -25/+24 |
* | [PATCH] reduce sizeof(struct file) | Eric Dumazet | 2005-10-30 | 2 | -2/+2 |
* | [PATCH] SELinux: remove unecessary size_t checks in selinuxfs | Davi Arnaut | 2005-10-30 | 1 | -9/+9 |
* | [PATCH] selinux-canonicalize-getxattr-fix | Andrew Morton | 2005-10-30 | 1 | -3/+0 |
* | [PATCH] SELinux: canonicalize getxattr() | James Morris | 2005-10-30 | 2 | -15/+33 |
* | [PATCH] SELinux: convert to kzalloc | James Morris | 2005-10-30 | 8 | -97/+49 |
* | [PATCH] gfp_t: net/* | Al Viro | 2005-10-28 | 2 | -3/+3 |
* | [PATCH] SELinux: handle sel_make_bools() failure in selinuxfs | Davi Arnaut | 2005-10-23 | 1 | -1/+3 |
* | [PATCH] selinux: Fix NULL deref in policydb_destroy | Stephen Smalley | 2005-10-23 | 1 | -2/+4 |
* | [PATCH] Keys: Possessor permissions should be additive | David Howells | 2005-10-08 | 1 | -6/+6 |
* | [PATCH] Keys: Split key permissions checking into a .c file | David Howells | 2005-10-08 | 2 | -0/+71 |
* | [PATCH] Keys: Add request-key process documentation | David Howells | 2005-10-08 | 2 | -0/+4 |
* | [PATCH] key: plug request_key_auth memleak | David Howells | 2005-10-08 | 1 | -0/+1 |
* | [PATCH] SELinux - fix SCTP socket bug and general IP protocol handling | James Morris | 2005-09-30 | 1 | -6/+24 |
* | [PATCH] Keys: Add possessor permissions to keys [try #3] | David Howells | 2005-09-28 | 8 | -307/+391 |
* | [PATCH] seclvl: use securityfs (fix) | Serge Hallyn | 2005-09-17 | 1 | -1/+1 |
* | [PATCH] seclvl-use-securityfs tidy | Andrew Morton | 2005-09-17 | 1 | -10/+5 |
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/chrisw/lsm-2.6 | Linus Torvalds | 2005-09-13 | 4 | -159/+419 |
|\ |
|
| * | [PATCH] SECURITY must depend on SYSFS | Adrian Bunk | 2005-08-22 | 1 | -0/+1 |
| * | [PATCH] seclvl securityfs | serue@us.ibm.com | 2005-07-08 | 1 | -158/+70 |
| * | [PATCH] add securityfs for all LSMs to use | Greg KH | 2005-07-08 | 2 | -1/+348 |
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/dwmw2/audit-2.6 | Linus Torvalds | 2005-09-13 | 3 | -5/+5 |
|\ \ |
|
| * \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-08-09 | 9 | -47/+113 |
| |\ \ |
|
| * \ \ | Merge with /shiny/git/linux-2.6/.git | David Woodhouse | 2005-07-13 | 1 | -7/+8 |
| |\ \ \ |
|
| * \ \ \ | Merge with master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6.git | David Woodhouse | 2005-07-02 | 21 | -451/+1036 |
| |\ \ \ \
| | | |_|/
| | |/| | |
|