summaryrefslogtreecommitdiffstats
path: root/security/selinux
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-10-241-1/+4
|\
| * LSM: Record LSM name in struct lsm_infoKees Cook2018-10-101-0/+1
| * LSM: Convert security_initcall() into DEFINE_LSM()Kees Cook2018-10-101-1/+3
* | Merge tag 'selinux-pr-20181022' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-10-245-111/+88
|\ \
| * | selinux: Add __GFP_NOWARN to allocation at str_read()Tetsuo Handa2018-09-131-1/+1
| * | selinux: refactor mls_context_to_sid() and make it stricterJann Horn2018-09-053-110/+82
| * | selinux: fix mounting of cgroup2 under older policiesStephen Smalley2018-09-041-0/+5
| |/
* | signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-1/+1
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-08-151-1/+1
|\
| * net: sched: introduce chain object to uapiJiri Pirko2018-07-231-1/+1
* | Merge tag 'selinux-pr-20180814' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-08-1513-189/+198
|\ \
| * | selinux: cleanup dentry and inodes on error in selinuxfsnixiaoming2018-08-071-8/+25
| * | selinux: constify write_op[]Eric Biggers2018-07-171-1/+1
| * | selinux: Cleanup printk logging in netnodepeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in avcpeter enderborg2018-06-191-1/+1
| * | selinux: Cleanup printk logging in netifpeter enderborg2018-06-191-7/+4
| * | selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in sidtabpeter enderborg2018-06-191-3/+2
| * | selinux: Cleanup printk logging in netlinkpeter enderborg2018-06-191-1/+1
| * | selinux: Cleanup printk logging in selinuxfspeter enderborg2018-06-191-5/+5
| * | selinux: Cleanup printk logging in servicespeter enderborg2018-06-191-36/+35
| * | selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
| * | selinux: Cleanup printk logging in hookspeter enderborg2018-06-191-35/+33
| * | selinux: Cleanup printk logging in policydbpeter enderborg2018-06-191-45/+46
| * | selinux: Cleanup printk logging in ebitmappeter enderborg2018-06-191-8/+7
| * | selinux: Cleanup printk logging in conditionalpeter enderborg2018-06-191-8/+8
* | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-08-151-0/+15
|\ \ \
| * | | module: replace the existing LSM hook in init_moduleMimi Zohar2018-07-161-0/+15
| |/ /
* | | Merge branch 'work.open3' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-08-131-2/+2
|\ \ \ | |_|/ |/| |
| * | ->file_open(): lose cred argumentAl Viro2018-07-121-2/+2
| |/
* | Merge tag 'selinux-pr-20180629' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-301-45/+33
|\ \ | |/ |/|
| * selinux: move user accesses in selinuxfs out of locked regionsJann Horn2018-06-281-45/+33
* | docs: Fix some broken referencesMauro Carvalho Chehab2018-06-151-1/+1
* | treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2018-06-062-2/+6
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-031-1/+1
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-261-4/+16
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-22/+28
| |\ \ \ \
| * | | | | net: initial AF_XDP skeletonBjörn Töpel2018-05-032-2/+6
* | | | | | Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-06-063-11/+14
|\ \ \ \ \ \
| * | | | | | audit: use inline function to get audit contextRichard Guy Briggs2018-05-143-11/+14
| |/ / / / /
* | | | | | Merge tag 'selinux-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-06-061-6/+12
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | audit: normalize MAC_POLICY_LOAD recordRichard Guy Briggs2018-04-171-1/+1
| * | | | | audit: normalize MAC_STATUS recordRichard Guy Briggs2018-04-171-4/+10
| * | | | | security: selinux: Change return type to vm_fault_tSouptick Joarder2018-04-161-1/+1
| |/ / / /
* | | | | Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-06-061-0/+13
|\ \ \ \ \
| * | | | | selinux: provide socketpair callbackDavid Herrmann2018-05-041-0/+13
| |/ / / /
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2018-06-041-4/+3
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | __inode_security_revalidate() never gets NULL opt_dentryAl Viro2018-05-141-4/+3
| |/ / /
* | | | Merge tag 'selinux-pr-20180530' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2018-05-301-1/+1
|\ \ \ \ | |_|_|/ |/| | |
OpenPOWER on IntegriCloud