index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
/
conditional.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-22
Merge tag 'selinux-pr-20220321' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-2
/
+0
2022-02-18
selinux: drop return statement at end of void functions
Christian Göttsche
1
-2
/
+0
2022-02-02
selinux: fix double free of cond_list on error paths
Vratislav Bendel
1
-1
/
+2
2021-05-11
selinux: constify some avtab function arguments
Ondrej Mosnacek
1
-1
/
+2
2021-05-11
selinux: simplify duplicate_policydb_cond_list() by using kmemdup()
Ondrej Mosnacek
1
-5
/
+6
2021-04-02
selinux: fix cond_list corruption when changing booleans
Ondrej Mosnacek
1
-6
/
+6
2020-08-20
selinux: fix memdup.cocci warnings
kernel test robot
1
-3
/
+2
2020-08-18
selinux: refactor changing booleans
Stephen Smalley
1
-0
/
+156
2020-08-05
Merge tag 'selinux-pr-20200803' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-4
/
+4
2020-07-09
selinux: specialize symtab insert and search functions
Ondrej Mosnacek
1
-2
/
+2
2020-06-30
selinux: fixed a checkpatch warning with the sizeof macro
Ethan Edwards
1
-2
/
+2
2020-06-22
Merge tag 'selinux-pr-20200621' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-13
/
+8
2020-06-18
selinux: fix undefined return of cond_evaluate_expr
Tom Rix
1
-0
/
+3
2020-06-17
selinux: fix a double free in cond_read_node()/cond_read_list()
Tom Rix
1
-13
/
+5
2020-04-28
selinux: fix error return code in cond_read_list()
Wei Yongjun
1
-1
/
+1
2020-03-05
selinux: avtab_init() and cond_policydb_init() return void
Paul Moore
1
-8
/
+2
2020-02-12
selinux: generalize evaluate_cond_node()
Ondrej Mosnacek
1
-1
/
+9
2020-02-12
selinux: convert cond_expr to array
Ondrej Mosnacek
1
-38
/
+24
2020-02-12
selinux: convert cond_av_list to array
Ondrej Mosnacek
1
-75
/
+49
2020-02-12
selinux: convert cond_list to array
Ondrej Mosnacek
1
-34
/
+20
2020-02-10
selinux: simplify evaluate_cond_node()
Ondrej Mosnacek
1
-2
/
+1
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 372
Thomas Gleixner
1
-3
/
+1
2019-03-12
selinux: convert to kvmalloc
Kent Overstreet
1
-5
/
+1
2018-06-19
selinux: Cleanup printk logging in conditional
peter enderborg
1
-8
/
+8
2017-10-17
selinux: remove redundant assignment to len
Colin Ian King
1
-1
/
+0
2017-03-23
selinux: Improve size determinations in four functions
Markus Elfring
1
-4
/
+4
2017-03-23
selinux: Delete an unnecessary return statement in cond_compute_av()
Markus Elfring
1
-1
/
+0
2017-03-23
selinux: Use kmalloc_array() in cond_init_bool_indexes()
Markus Elfring
1
-2
/
+3
2016-08-30
selinux: fix overflow and 0 length allocations
William Roberts
1
-0
/
+2
2015-11-24
selinux: fix bug in conditional rules handling
Stephen Smalley
1
-2
/
+2
2015-07-13
selinux: extended permissions for ioctls
Jeff Vander Stoep
1
-5
/
+27
2014-06-19
selinux: fix a possible memory leak in cond_read_node()
Namhyung Kim
1
-1
/
+1
2014-06-19
selinux: simple cleanup for cond_read_node()
Namhyung Kim
1
-7
/
+2
2011-12-19
selinux: Casting (void *) value returned by kmalloc is useless
Thomas Meyer
1
-1
/
+1
2011-09-10
selinux: sparse fix: fix several warnings in the security server code
James Morris
1
-1
/
+1
2011-01-24
selinux: return -ENOMEM when memory allocation fails
Davidlohr Bueso
1
-1
/
+1
2010-12-01
selinux: convert part of the sym_val_to_name array to use flex_array
Eric Paris
1
-1
/
+5
2010-10-21
SELinux: allow userspace to read policy back out of the kernel
Eric Paris
1
-0
/
+123
2010-08-02
selinux: fix error codes in cond_read_bool()
Dan Carpenter
1
-5
/
+8
2010-08-02
selinux: fix error codes in cond_policydb_init()
Dan Carpenter
1
-2
/
+6
2010-08-02
selinux: fix error codes in cond_read_node()
Dan Carpenter
1
-8
/
+12
2010-08-02
selinux: fix error codes in cond_read_av_list()
Dan Carpenter
1
-6
/
+8
2010-08-02
selinux: propagate error codes in cond_read_list()
Dan Carpenter
1
-4
/
+6
2008-08-15
selinux: Unify for- and while-loop style
Vesa-Matti Kari
1
-8
/
+8
2008-08-05
SELinux: Trivial minor fixes that change C null character style
Vesa-Matti J Kari
1
-1
/
+1
2008-04-22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
1
-40
/
+33
2008-04-21
SELinux: clean up printks
Eric Paris
1
-7
/
+7
2008-04-21
SELinux: conditional.c whitespace, syntax, and static declaraction cleanups
Eric Paris
1
-33
/
+26
2008-04-19
security: Remove unnecessary inclusions of asm/semaphore.h
Matthew Wilcox
1
-1
/
+0
2008-04-18
SELinux: unify printk messages
James Morris
1
-8
/
+8
[next]