index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
security
/
selinux
/
ss
Age
Commit message (
Expand
)
Author
Files
Lines
2018-12-27
Merge tag 'selinux-pr-20181224' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
7
-394
/
+623
2018-12-05
selinux: overhaul sidtab to fix bug and improve performance
Ondrej Mosnacek
5
-324
/
+468
2018-12-05
selinux: use separate table for initial SID lookup
Ondrej Mosnacek
5
-110
/
+173
2018-11-26
selinux: make "selinux_policycap_names[]" const char *
Alexey Dobriyan
1
-1
/
+1
2018-11-20
selinux: refactor sidtab conversion
Ondrej Mosnacek
3
-41
/
+42
2018-11-13
selinux: fix non-MLS handling in mls_context_to_sid()
Paul Moore
1
-3
/
+7
2018-11-05
selinux: policydb - fix byte order and alignment issues
Ondrej Mosnacek
1
-15
/
+36
2018-09-13
selinux: Add __GFP_NOWARN to allocation at str_read()
Tetsuo Handa
1
-1
/
+1
2018-09-05
selinux: refactor mls_context_to_sid() and make it stricter
Jann Horn
3
-110
/
+82
2018-06-19
selinux: Cleanup printk logging in sidtab
peter enderborg
1
-3
/
+2
2018-06-19
selinux: Cleanup printk logging in services
peter enderborg
1
-36
/
+35
2018-06-19
selinux: Cleanup printk logging in avtab
peter enderborg
1
-25
/
+26
2018-06-19
selinux: Cleanup printk logging in policydb
peter enderborg
1
-45
/
+46
2018-06-19
selinux: Cleanup printk logging in ebitmap
peter enderborg
1
-8
/
+7
2018-06-19
selinux: Cleanup printk logging in conditional
peter enderborg
1
-8
/
+8
2018-06-12
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-06
Merge tag 'audit-pr-20180605' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+6
2018-05-29
selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
Sachin Grover
1
-1
/
+1
2018-05-14
audit: use inline function to get audit context
Richard Guy Briggs
1
-6
/
+6
2018-03-20
selinux: wrap AVC state
Stephen Smalley
1
-4
/
+5
2018-03-20
selinux: fix handling of uninitialized selinux state in get_bools/classes
Stephen Smalley
1
-0
/
+13
2018-03-02
selinux: rename the {is,set}_enforcing() functions
Paul Moore
2
-4
/
+4
2018-03-01
selinux: wrap global selinux state
Stephen Smalley
11
-566
/
+727
2018-01-31
Merge tag 'selinux-pr-20180130' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-10
/
+11
2017-12-05
selinux: skip bounded transition processing if the policy isn't loaded
Paul Moore
1
-0
/
+3
2017-11-28
selinux: ensure the context is NUL terminated in security_context_to_sid_core()
Paul Moore
1
-10
/
+8
2017-11-15
Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
4
-4
/
+24
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
14
-0
/
+14
2017-10-16
selinux: remove extraneous initialization of slots_used and max_chain_len
Colin Ian King
1
-1
/
+1
2017-10-16
selinux: remove redundant assignment to len
Colin Ian King
1
-1
/
+0
2017-09-20
selinux: Use kmem_cache for hashtab_node
Kyeongdon Kim
3
-2
/
+23
2017-08-17
selinux: update my email address
Stephen Smalley
19
-19
/
+19
2017-08-02
selinux: Generalize support for NNP/nosuid SELinux domain transitions
Stephen Smalley
1
-1
/
+6
2017-06-09
selinux: use kmem_cache for ebitmap
Junil Lee
3
-6
/
+27
2017-05-23
selinux: Add IB Port SMP access vector
Daniel Jurgens
1
-0
/
+41
2017-05-23
selinux: Implement Infiniband PKey "Access" access vector
Daniel Jurgens
1
-0
/
+40
2017-05-23
selinux: Create policydb version for Infiniband support
Daniel Jurgens
2
-23
/
+116
2017-05-23
selinux: log policy capability state when a policy is loaded
Stephen Smalley
1
-0
/
+23
2017-05-23
selinux: Return an error code only as a constant in sidtab_insert()
Markus Elfring
1
-17
/
+10
2017-05-23
selinux: Return directly after a failed memory allocation in policydb_index()
Markus Elfring
1
-10
/
+5
2017-03-31
selinux: Fix an uninitialized variable bug
Dan Carpenter
1
-1
/
+1
2017-03-29
selinux: Remove unnecessary check of array base in selinux_set_mapping()
Matthias Kaehlcke
1
-1
/
+1
2017-03-29
selinux: Adjust two checks for null pointers
Markus Elfring
1
-2
/
+2
2017-03-29
selinux: Use kmalloc_array() in sidtab_init()
Markus Elfring
1
-1
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in roles_init()
Markus Elfring
1
-2
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in perm_read()
Markus Elfring
1
-2
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in common_read()
Markus Elfring
1
-2
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in class_read()
Markus Elfring
1
-2
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in role_read()
Markus Elfring
1
-2
/
+1
2017-03-29
selinux: Return directly after a failed kzalloc() in type_read()
Markus Elfring
1
-2
/
+1
[next]