| Age | Commit message (Expand) | Author | Lines |
| 2008-04-21 | SELinux: mls.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -13/+14 |
| 2008-04-21 | SELinux: hashtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -2/+2 |
| 2008-04-21 | SELinux: ebitmap.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -3/+2 |
| 2008-04-21 | SELinux: conditional.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -33/+26 |
| 2008-04-21 | SELinux: avtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -10/+11 |
| 2008-04-21 | SELinux: xfrm.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -6/+3 |
| 2008-04-21 | SELinux: nlmsgtab.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -3/+2 |
| 2008-04-21 | SELinux: netnode.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -1/+1 |
| 2008-04-21 | SELinux: netlink.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -10/+10 |
| 2008-04-21 | SELinux: netlabel.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -1/+1 |
| 2008-04-21 | SELinux: netif.c whitespace, syntax, and static declaraction cleanups | Eric Paris | -10/+9 |
| 2008-04-18 | security: Remove unnecessary inclusions of asm/semaphore.h | Matthew Wilcox | -3/+0 |
| 2008-04-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | -61/+269 |
| 2008-04-18 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6.26 | Linus Torvalds | -48/+45 |
| 2008-04-19 | security: fix up documentation for security_module_enable | James Morris | -1/+1 |
| 2008-04-19 | Security: Introduce security= boot parameter | Ahmed S. Darwish | -4/+65 |
| 2008-04-19 | Audit: Final renamings and cleanup | Ahmed S. Darwish | -0/+65 |
| 2008-04-19 | SELinux: use new audit hooks, remove redundant exports | Ahmed S. Darwish | -11/+42 |
| 2008-04-19 | LSM/Audit: Introduce generic Audit LSM hooks | Ahmed S. Darwish | -1/+55 |
| 2008-04-19 | SELinux: remove redundant exports | Ahmed S. Darwish | -42/+0 |
| 2008-04-19 | SELinux: setup new inode/ipc getsecid hooks | Ahmed S. Darwish | -2/+17 |
| 2008-04-19 | LSM: Introduce inode_getsecid and ipc_getsecid hooks | Ahmed S. Darwish | -1/+25 |
| 2008-04-18 | security: enhance DEFAULT_MMAP_MIN_ADDR description | maximilian attems | -4/+6 |
| 2008-04-18 | SELinux: add netport.[ch] | James Morris | -0/+317 |
| 2008-04-18 | SELinux: Add network port SID cache | Paul Moore | -21/+17 |
| 2008-04-18 | SELinux: turn mount options strings into defines | Eric Paris | -8/+13 |
| 2008-04-18 | selinux/ss/services.c should #include <linux/selinux.h> | Adrian Bunk | -0/+1 |
| 2008-04-18 | selinux: introduce permissive types | Eric Paris | -6/+48 |
| 2008-04-18 | selinux: remove ptrace_sid | Roland McGrath | -25/+47 |
| 2008-04-18 | SELinux: requesting no permissions in avc_has_perm_noaudit is a BUG() | Eric Paris | -1/+3 |
| 2008-04-18 | security: code cleanup | Andrew Morton | -1/+1 |
| 2008-04-18 | security: replace remaining __FUNCTION__ occurrences | Harvey Harrison | -26/+26 |
| 2008-04-18 | SELinux: create new open permission | Eric Paris | -2/+47 |
| 2008-04-18 | selinux: selinux/netlabel.c should #include "netlabel.h" | Adrian Bunk | -0/+1 |
| 2008-04-18 | SELinux: unify printk messages | James Morris | -76/+76 |
| 2008-04-18 | SELinux: remove unused backpointers from security objects | James Morris | -14/+0 |
| 2008-04-18 | SELinux: Correct the NetLabel locking for the sk_security_struct | Paul Moore | -87/+15 |
| 2008-04-17 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds... | David S. Miller | -15/+19 |
| 2008-04-12 | LSM: Make the Labeled IPsec hooks more stack friendly | Paul Moore | -45/+42 |
| 2008-04-12 | NetLabel: Allow passing the LSM domain as a shared pointer | Paul Moore | -2/+2 |
| 2008-04-10 | SELinux: don't BUG if fs reuses a superblock | Eric Paris | -4/+4 |
| 2008-04-08 | SELinux: more GFP_NOFS fixups to prevent selinux from re-entering the fs code | Stephen Smalley | -9/+13 |
| 2008-04-04 | selinux: prevent rentry into the FS | Josef Bacik | -2/+2 |
| 2008-04-03 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/... | David S. Miller | -83/+16 |
| 2008-04-02 | selinux: handle files opened with flags 3 by checking ioctl permission | Stephen Smalley | -0/+6 |
| 2008-03-26 | [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. | YOSHIFUJI Hideaki | -1/+1 |
| 2008-03-24 | smackfs: remove redundant lock, fix open(,O_RDWR) | Ahmed S. Darwish | -33/+2 |
| 2008-03-20 | file capabilities: remove cap_task_kill() | Serge Hallyn | -46/+0 |
| 2008-03-19 | smack: do not dereference NULL ipc object | Ahmed S. Darwish | -3/+6 |
| 2008-03-18 | make selinux_parse_opts_str() static | Adrian Bunk | -1/+2 |