Age | Commit message (Expand) | Author | Files | Lines |
2012-07-31 | selinux: tag avc cache alloc as non-critical | Mel Gorman | 1 | -1/+1 |
2012-07-30 | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 1 | -0/+1 |
2012-07-30 | c/r: fcntl: add F_GETOWNER_UIDS option | Cyrill Gorcunov | 1 | -0/+1 |
2012-07-30 | selinux: fix selinux_inode_setxattr oops | Al Viro | 1 | -5/+10 |
2012-07-26 | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 1 | -1/+1 |
2012-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2 | -10/+17 |
2012-07-23 | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 3 | -6/+5 |
2012-07-23 | switch dentry_open() to struct path, make it grab references itself | Al Viro | 3 | -6/+5 |
2012-07-19 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -2/+4 |
2012-07-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2 | -2/+4 |
2012-07-16 | SELinux: do not check open perms if they are not known to policy | Eric Paris | 1 | -1/+1 |
2012-07-16 | SELinux: include definition of new capabilities | Eric Paris | 1 | -1/+3 |
2012-06-29 | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 1 | -1/+5 |
2012-06-26 | selinux: netlink: Move away from NLMSG_PUT(). | David S. Miller | 1 | -4/+7 |
2012-06-07 | netfilter: selinux: switch hook PFs to nfproto | Alban Crequy | 1 | -5/+5 |
2012-05-31 | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro | 1 | -7/+8 |
2012-05-31 | split cap_mmap_addr() out of cap_file_mmap() | Al Viro | 1 | -1/+1 |
2012-05-29 | selinuxfs snprintf() misuses | Al Viro | 1 | -29/+7 |
2012-05-21 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 13 | -306/+383 |
2012-05-22 | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 13 | -305/+374 |
2012-05-08 | netfilter: remove ip_queue support | Pablo Neira Ayuso | 1 | -13/+0 |
2012-04-14 | Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs | Andy Lutomirski | 1 | -1/+9 |
2012-04-09 | SELinux: remove unused common_audit_data in flush_unauthorized_files | Eric Paris | 1 | -4/+0 |
2012-04-09 | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 6 | -47/+15 |
2012-04-09 | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 1 | -2/+2 |
2012-04-09 | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 3 | -91/+16 |
2012-04-09 | SELinux: remove auditdeny from selinux_audit_data | Eric Paris | 1 | -8/+1 |
2012-04-09 | LSM: do not initialize common_audit_data to 0 | Eric Paris | 2 | -35/+35 |
2012-04-09 | LSM: remove the task field from common_audit_data | Eric Paris | 1 | -1/+0 |
2012-04-09 | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 2 | -35/+35 |
2012-04-09 | SELinux: move common_audit_data to a noinline slow path function | Eric Paris | 1 | -11/+21 |
2012-04-09 | SELinux: remove inode_has_perm_noadp | Eric Paris | 1 | -24/+4 |
2012-04-09 | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 3 | -70/+105 |
2012-04-09 | SELinux: if sel_make_bools errors don't leave inconsistent state | Eric Paris | 1 | -0/+1 |
2012-04-09 | SELinux: remove needless sel_div function | Eric Paris | 1 | -6/+1 |
2012-04-09 | SELinux: possible NULL deref in context_struct_to_string | Eric Paris | 1 | -3/+5 |
2012-04-09 | SELinux: audit failed attempts to set invalid labels | Eric Paris | 1 | -2/+34 |
2012-04-09 | SELinux: rename dentry_open to file_open | Eric Paris | 1 | -3/+3 |
2012-04-09 | SELinux: check OPEN on truncate calls | Eric Paris | 1 | -1/+5 |
2012-04-09 | SELinux: add default_type statements | Eric Paris | 4 | -6/+33 |
2012-04-09 | SELinux: allow default source/target selectors for user/role/range | Eric Paris | 6 | -8/+109 |
2012-04-09 | SELinux: loosen DAC perms on reading policy | Eric Paris | 1 | -1/+1 |
2012-04-09 | SELinux: allow seek operations on the file exposing policy | Eric Paris | 1 | -0/+1 |
2012-04-03 | lsm_audit: don't specify the audit pre/post callbacks in 'struct common_audit... | Linus Torvalds | 1 | -3/+1 |
2012-04-03 | SELinux: do not allocate stack space for AVC data unless needed | Eric Paris | 2 | -14/+27 |
2012-04-03 | SELinux: remove avd from slow_avc_audit() | Eric Paris | 1 | -2/+2 |
2012-04-03 | SELinux: remove avd from selinux_audit_data | Eric Paris | 1 | -1/+0 |
2012-04-03 | LSM: shrink the common_audit_data data union | Eric Paris | 1 | -42/+63 |
2012-04-03 | LSM: shrink sizeof LSM specific portion of common_audit_data | Eric Paris | 3 | -17/+104 |
2012-03-31 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2 | -71/+48 |