Age | Commit message (Expand) | Author | Files | Lines |
2011-01-24 | selinux: return -ENOMEM when memory allocation fails | Davidlohr Bueso | 2 | -3/+3 |
2011-01-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 11 | -931/+944 |
2011-01-10 | headers: path.h redux | Alexey Dobriyan | 1 | -1/+0 |
2011-01-10 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 10 | -930/+943 |
2011-01-10 | Merge branch 'master' into next | James Morris | 2 | -17/+21 |
2011-01-07 | Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+10 |
2011-01-07 | fs: dcache rationalise dget variants | Nick Piggin | 1 | -1/+1 |
2011-01-07 | fs: dcache remove dcache_lock | Nick Piggin | 1 | -4/+0 |
2011-01-07 | fs: dcache scale subdirs | Nick Piggin | 1 | -2/+10 |
2011-01-06 | af_unix: Avoid socket->sk NULL OOPS in stream connect security hooks. | David S. Miller | 1 | -5/+5 |
2010-12-27 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -5/+1 |
2010-12-16 | SELinux: define permissions for DCB netlink messages | Eric Paris | 1 | -0/+2 |
2010-12-08 | selinux: cache sidtab_context_to_sid results | Eric Paris | 2 | -2/+39 |
2010-12-03 | SELinux: do not compute transition labels on mountpoint labeled filesystems | Eric Paris | 1 | -1/+4 |
2010-12-01 | SELinux: merge policydb_index_classes and policydb_index_others | Eric Paris | 1 | -59/+10 |
2010-12-01 | selinux: convert part of the sym_val_to_name array to use flex_array | Eric Paris | 5 | -68/+127 |
2010-12-01 | selinux: convert type_val_to_struct to flex_array | Eric Paris | 3 | -13/+34 |
2010-12-01 | SELinux: do not set automatic i_ino in selinuxfs | Eric Paris | 1 | -1/+0 |
2010-12-01 | selinux: rework security_netlbl_secattr_to_sid | Eric Paris | 1 | -21/+21 |
2010-12-01 | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 1 | -171/+157 |
2010-12-01 | SELinux: standardize return code handling in selinuxfs.c | Eric Paris | 1 | -337/+311 |
2010-12-01 | SELinux: standardize return code handling in policydb.c | Eric Paris | 1 | -287/+268 |
2010-11-29 | security: Define CAP_SYSLOG | Serge E. Hallyn | 1 | -1/+1 |
2010-11-23 | SELinux: indicate fatal error in compat netfilter code | Eric Paris | 1 | -2/+2 |
2010-11-23 | SELinux: Only return netlink error when we know the return is fatal | Eric Paris | 1 | -4/+4 |
2010-11-17 | SELinux: return -ECONNREFUSED from ip_postroute to signal fatal error | Eric Paris | 1 | -8/+8 |
2010-11-16 | capabilities/syslog: open code cap_syslog logic to fix build failure | Eric Paris | 1 | -5/+1 |
2010-10-29 | convert get_sb_single() users | Al Viro | 1 | -5/+4 |
2010-10-26 | fs: do not assign default i_ino in new_inode | Christoph Hellwig | 1 | -0/+1 |
2010-10-21 | selinux: include vmalloc.h for vmalloc_user | Stephen Rothwell | 1 | -0/+1 |
2010-10-21 | selinux: implement mmap on /selinux/policy | Eric Paris | 2 | -1/+45 |
2010-10-21 | SELinux: allow userspace to read policy back out of the kernel | Eric Paris | 12 | -3/+1256 |
2010-10-21 | SELinux: drop useless (and incorrect) AVTAB_MAX_SIZE | Eric Paris | 2 | -3/+2 |
2010-10-21 | SELinux: deterministic ordering of range transition rules | Eric Paris | 1 | -3/+13 |
2010-10-21 | security: secid_to_secctx returns len when data is NULL | Eric Paris | 1 | -2/+9 |
2010-10-21 | secmark: make secmark object handling generic | Eric Paris | 3 | -49/+25 |
2010-10-21 | security: remove unused parameter from security_task_setscheduler() | KOSAKI Motohiro | 1 | -2/+2 |
2010-10-21 | selinux: fix up style problem on /selinux/status | KaiGai Kohei | 2 | -11/+7 |
2010-10-21 | selinux: change to new flag variable | matt mooney | 1 | -1/+1 |
2010-10-21 | selinux: really fix dependency causing parallel compile failure. | Paul Gortmaker | 2 | -20/+6 |
2010-10-21 | selinux: fix parallel compile error | Paul Gortmaker | 1 | -1/+1 |
2010-10-21 | selinux: fast status update interface (/selinux/status) | KaiGai Kohei | 5 | -1/+210 |
2010-10-21 | selinux: type_bounds_sanity_check has a meaningless variable declaration | Eric Paris | 1 | -2/+2 |
2010-08-18 | tty: fix fu_list abuse | Nick Piggin | 1 | -1/+4 |
2010-08-18 | fs: cleanup files_lock locking | Nick Piggin | 1 | -2/+2 |
2010-08-10 | Merge branch 'writable_limits' of git://decibel.fi.muni.cz/~xslaby/linux | Linus Torvalds | 1 | -4/+8 |
2010-08-07 | SELINUX: Fix build error. | Ralf Baechle | 1 | -1/+1 |
2010-08-02 | selinux: convert the policy type_attr_map to flex_array | Eric Paris | 3 | -13/+39 |
2010-08-02 | SELinux: Move execmod to the common perms | Eric Paris | 1 | -4/+3 |
2010-08-02 | selinux: place open in the common file perms | Eric Paris | 2 | -28/+11 |