summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* selinux: add a skb_owned_by() hookEric Dumazet2013-04-091-0/+7
* selinux: use GFP_ATOMIC under spin_lockDan Carpenter2013-03-191-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-03-031-9/+0
|\
| * selinux: opened file can't have NULL or negative ->f_path.dentryAl Viro2013-02-271-9/+0
* | hlist: drop the node parameter from iteratorsSasha Levin2013-02-271-13/+6
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-262-17/+13
|\
| * new helper: file_inode(file)Al Viro2013-02-222-17/+13
* | tun: fix LSM/SELinux labeling of tun/tap devicesPaul Moore2013-01-142-11/+43
* | selinux: add the "attach_queue" permission to the "tun_socket" classPaul Moore2013-01-141-1/+1
|/
* bridge: update selinux perm table for RTM_NEWMDB and RTM_DELMDBAmerigo Wang2012-12-151-0/+2
* rtnetlink: add missing message types to selinux perm tableCong Wang2012-12-101-0/+2
* bridge: export multicast database via netlinkCong Wang2012-12-071-0/+1
* selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones2012-11-211-1/+2
* fix a leak in replace_fd() usersAl Viro2012-10-161-11/+7
* consitify do_mount() argumentsAl Viro2012-10-111-2/+2
* mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-021-52/+21
|\
| * make get_file() return its argumentAl Viro2012-09-261-2/+1
| * new helper: iterate_fd()Al Viro2012-09-261-35/+22
| * switch flush_unauthorized_files() to replace_fd()Al Viro2012-09-261-32/+15
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-10-021-3/+2
|\ \
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-281-0/+1
| |\|
| * | netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso2012-09-081-2/+1
| * | netlink: kill netlink_set_nonrootPablo Neira Ayuso2012-09-081-1/+1
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-10-022-4/+4
|\ \ \ | |_|/ |/| |
| * | userns: Convert selinux to use kuid and kgid where appropriateEric W. Biederman2012-09-212-4/+4
| |/
* / xfrm: invalidate dst on policy insertion/deletionNicolas Dichtel2012-09-181-0/+1
|/
* selinux: tag avc cache alloc as non-criticalMel Gorman2012-07-311-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-301-0/+1
|\
| * c/r: fcntl: add F_GETOWNER_UIDS optionCyrill Gorcunov2012-07-301-0/+1
* | selinux: fix selinux_inode_setxattr oopsAl Viro2012-07-301-5/+10
|/
* posix_types.h: Cleanup stale __NFDBITS and related definitionsJosh Boyer2012-07-261-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2012-07-242-10/+17
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-07-192-2/+4
| |\
| * | netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso2012-06-291-1/+5
| * | selinux: netlink: Move away from NLMSG_PUT().David S. Miller2012-06-261-4/+7
| * | netfilter: selinux: switch hook PFs to nfprotoAlban Crequy2012-06-071-5/+5
* | | Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2012-07-233-6/+5
|\ \ \ | |_|/ |/| |
| * | switch dentry_open() to struct path, make it grab references itselfAl Viro2012-07-233-6/+5
| |/
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2012-07-182-2/+4
|\ \ | |/ |/|
| * SELinux: do not check open perms if they are not known to policyEric Paris2012-07-161-1/+1
| * SELinux: include definition of new capabilitiesEric Paris2012-07-161-1/+3
|/
* split ->file_mmap() into ->mmap_addr()/->mmap_file()Al Viro2012-05-311-7/+8
* split cap_mmap_addr() out of cap_file_mmap()Al Viro2012-05-311-1/+1
* selinuxfs snprintf() misusesAl Viro2012-05-291-29/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2012-05-2113-306/+383
|\
| * Merge branch 'master' of git://git.infradead.org/users/eparis/selinux into nextJames Morris2012-05-2213-305/+374
| |\
| | * SELinux: remove unused common_audit_data in flush_unauthorized_filesEric Paris2012-04-091-4/+0
| | * SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-096-47/+15
| | * SELinux: replace weak GFP_ATOMIC to GFP_KERNEL in avc_add_callbackWanlong Gao2012-04-091-2/+2