| Commit message (Expand) | Author | Age | Files | Lines |
* | selinux: fix sel_netnode_insert() suspicious rcu dereference | Dave Jones | 2012-11-21 | 1 | -1/+2 |
* | fix a leak in replace_fd() users | Al Viro | 2012-10-16 | 1 | -11/+7 |
* | consitify do_mount() arguments | Al Viro | 2012-10-11 | 1 | -2/+2 |
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counter | Konstantin Khlebnikov | 2012-10-09 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-02 | 1 | -52/+21 |
|\ |
|
| * | make get_file() return its argument | Al Viro | 2012-09-26 | 1 | -2/+1 |
| * | new helper: iterate_fd() | Al Viro | 2012-09-26 | 1 | -35/+22 |
| * | switch flush_unauthorized_files() to replace_fd() | Al Viro | 2012-09-26 | 1 | -32/+15 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-10-02 | 1 | -3/+2 |
|\ \ |
|
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -0/+1 |
| |\| |
|
| * | | netlink: hide struct module parameter in netlink_kernel_create | Pablo Neira Ayuso | 2012-09-08 | 1 | -2/+1 |
| * | | netlink: kill netlink_set_nonroot | Pablo Neira Ayuso | 2012-09-08 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 2012-10-02 | 2 | -4/+4 |
|\ \ \
| |_|/
|/| | |
|
| * | | userns: Convert selinux to use kuid and kgid where appropriate | Eric W. Biederman | 2012-09-21 | 2 | -4/+4 |
| |/ |
|
* / | xfrm: invalidate dst on policy insertion/deletion | Nicolas Dichtel | 2012-09-18 | 1 | -0/+1 |
|/ |
|
* | selinux: tag avc cache alloc as non-critical | Mel Gorman | 2012-07-31 | 1 | -1/+1 |
* | Merge branch 'akpm' (Andrew's patch-bomb) | Linus Torvalds | 2012-07-30 | 1 | -0/+1 |
|\ |
|
| * | c/r: fcntl: add F_GETOWNER_UIDS option | Cyrill Gorcunov | 2012-07-30 | 1 | -0/+1 |
* | | selinux: fix selinux_inode_setxattr oops | Al Viro | 2012-07-30 | 1 | -5/+10 |
|/ |
|
* | posix_types.h: Cleanup stale __NFDBITS and related definitions | Josh Boyer | 2012-07-26 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2012-07-24 | 2 | -10/+17 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-07-19 | 2 | -2/+4 |
| |\ |
|
| * | | netlink: add netlink_kernel_cfg parameter to netlink_kernel_create | Pablo Neira Ayuso | 2012-06-29 | 1 | -1/+5 |
| * | | selinux: netlink: Move away from NLMSG_PUT(). | David S. Miller | 2012-06-26 | 1 | -4/+7 |
| * | | netfilter: selinux: switch hook PFs to nfproto | Alban Crequy | 2012-06-07 | 1 | -5/+5 |
* | | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 2012-07-23 | 3 | -6/+5 |
|\ \ \
| |_|/
|/| | |
|
| * | | switch dentry_open() to struct path, make it grab references itself | Al Viro | 2012-07-23 | 3 | -6/+5 |
| |/ |
|
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 2012-07-18 | 2 | -2/+4 |
|\ \
| |/
|/| |
|
| * | SELinux: do not check open perms if they are not known to policy | Eric Paris | 2012-07-16 | 1 | -1/+1 |
| * | SELinux: include definition of new capabilities | Eric Paris | 2012-07-16 | 1 | -1/+3 |
|/ |
|
* | split ->file_mmap() into ->mmap_addr()/->mmap_file() | Al Viro | 2012-05-31 | 1 | -7/+8 |
* | split cap_mmap_addr() out of cap_file_mmap() | Al Viro | 2012-05-31 | 1 | -1/+1 |
* | selinuxfs snprintf() misuses | Al Viro | 2012-05-29 | 1 | -29/+7 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 2012-05-21 | 13 | -306/+383 |
|\ |
|
| * | Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into next | James Morris | 2012-05-22 | 13 | -305/+374 |
| |\ |
|
| | * | SELinux: remove unused common_audit_data in flush_unauthorized_files | Eric Paris | 2012-04-09 | 1 | -4/+0 |
| | * | SELinux: avc: remove the useless fields in avc_add_callback | Wanlong Gao | 2012-04-09 | 6 | -47/+15 |
| | * | SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callback | Wanlong Gao | 2012-04-09 | 1 | -2/+2 |
| | * | SELinux: unify the selinux_audit_data and selinux_late_audit_data | Eric Paris | 2012-04-09 | 3 | -91/+16 |
| | * | SELinux: remove auditdeny from selinux_audit_data | Eric Paris | 2012-04-09 | 1 | -8/+1 |
| | * | LSM: do not initialize common_audit_data to 0 | Eric Paris | 2012-04-09 | 2 | -35/+35 |
| | * | LSM: remove the task field from common_audit_data | Eric Paris | 2012-04-09 | 1 | -1/+0 |
| | * | LSM: remove the COMMON_AUDIT_DATA_INIT type expansion | Eric Paris | 2012-04-09 | 2 | -35/+35 |
| | * | SELinux: move common_audit_data to a noinline slow path function | Eric Paris | 2012-04-09 | 1 | -11/+21 |
| | * | SELinux: remove inode_has_perm_noadp | Eric Paris | 2012-04-09 | 1 | -24/+4 |
| | * | SELinux: delay initialization of audit data in selinux_inode_permission | Eric Paris | 2012-04-09 | 3 | -70/+105 |
| | * | SELinux: if sel_make_bools errors don't leave inconsistent state | Eric Paris | 2012-04-09 | 1 | -0/+1 |
| | * | SELinux: remove needless sel_div function | Eric Paris | 2012-04-09 | 1 | -6/+1 |
| | * | SELinux: possible NULL deref in context_struct_to_string | Eric Paris | 2012-04-09 | 1 | -3/+5 |
| | * | SELinux: audit failed attempts to set invalid labels | Eric Paris | 2012-04-09 | 1 | -2/+34 |