summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* SELinux: selinux/xfrm.h needs net/flow.hDavid Howells2012-03-261-0/+2
* security: optimize avc_audit() common pathLinus Torvalds2012-03-221-29/+41
* security: trim security.hAl Viro2012-02-141-0/+2
* Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-141-33/+11
|\
| * security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2012-01-051-19/+0
| * ptrace: do not audit capability check when outputing /proc/pid/statEric Paris2012-01-051-1/+1
| * capabilities: remove the task from capable LSM hook entirelyEric Paris2012-01-051-13/+10
| * selinux: sparse fix: fix several warnings in the security server codJames Morris2012-01-055-7/+9
| * selinux: sparse fix: fix warnings in netlink codeJames Morris2012-01-056-5/+6
| * selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2012-01-053-6/+4
| * selinux: sparse fix: declare selinux_disable() in security.hJames Morris2012-01-052-1/+1
| * selinux: sparse fix: move selinux_complete_initJames Morris2012-01-052-1/+1
| * selinux: sparse fix: make selinux_secmark_refcount staticJames Morris2012-01-051-1/+1
| * SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2011-12-201-1/+3
* | Merge branch 'for-linus' of git://selinuxproject.org/~jmorris/linux-securityLinus Torvalds2012-01-102-11/+5
|\ \
| * \ Merge branch 'next' into for-linusJames Morris2012-01-092-11/+5
| |\ \
| | * | selinux: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-12-191-1/+1
| | * | Merge branch 'master'; commit 'v3.2-rc2' into nextJames Morris2011-11-162-0/+2
| | |\ \
| | * | | selinuxfs: remove custom hex_to_bin()Andy Shevchenko2011-11-161-10/+4
* | | | | Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2012-01-081-5/+5
|\ \ \ \ \
| * | | | | vfs: prefer ->dentry->d_sb to ->mnt->mnt_sbAl Viro2012-01-061-1/+1
| * | | | | get rid of open-coded S_ISREG(), etc.Al Viro2012-01-031-1/+1
| * | | | | switch ->mknod() to umode_tAl Viro2012-01-031-1/+1
| * | | | | switch ->create() to umode_tAl Viro2012-01-031-1/+1
| * | | | | switch vfs_mkdir() and ->mkdir() to umode_tAl Viro2012-01-031-1/+1
| |/ / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-12-231-1/+3
|\| | | |
| * | | | SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2011-12-211-1/+3
| | |/ / | |/| |
* | | | inet_diag: Partly rename inet_ to sock_Pavel Emelyanov2011-12-061-1/+1
* | | | ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross2011-12-031-1/+2
* | | | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-222-4/+4
|/ / /
* / / selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-312-0/+2
|/ /
* | selinux: sparse fix: fix several warnings in the security server codeJames Morris2011-09-095-7/+9
* | selinux: sparse fix: include selinux.h in exports.cJames Morris2011-09-091-0/+1
* | selinux: sparse fix: fix warnings in netlink codeJames Morris2011-09-096-5/+6
* | selinux: sparse fix: eliminate warnings for selinuxfsJames Morris2011-09-093-6/+4
* | selinux: sparse fix: declare selinux_disable() in security.hJames Morris2011-09-092-1/+1
* | selinux: sparse fix: move selinux_complete_initJames Morris2011-09-092-1/+1
* | selinux: sparse fix: make selinux_secmark_refcount staticJames Morris2011-09-091-1/+1
|/
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-0115-15/+15
* atomic: use <linux/atomic.h>Arun Sharma2011-07-262-2/+2
* VFS : mount lock scalability for internal mountsTim Chen2011-07-241-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-222-2/+3
|\
| * selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCUAl Viro2011-07-202-3/+3
| * ->permission() sanitizing: don't pass flags to ->inode_permission()Al Viro2011-07-201-2/+3
* | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-222-36/+4
|\ \
| * | security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| * | security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
| |/
* | Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/miscLinus Torvalds2011-07-221-2/+2
|\ \ | |/ |/|
| * ptrace: s/tracehook_tracer_task()/ptrace_parent()/Tejun Heo2011-06-221-2/+2