aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/hashtab.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek1-1/+2
2021-11-19selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek1-5/+12
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore1-0/+1
2021-03-08selinux: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek1-1/+1
2020-08-17selinux: refactor changing booleansStephen Smalley1-0/+53
2020-07-09selinux: complete the inlining of hashtab functionsOndrej Mosnacek1-54/+5
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek1-21/+23
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek1-36/+15
2020-02-27selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek1-4/+24
2018-03-01selinux: wrap global selinux stateStephen Smalley1-6/+2
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/selinuxLinus Torvalds1-3/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-16selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King1-1/+1
2017-09-20selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim1-2/+15
2017-08-17selinux: update my email addressStephen Smalley1-1/+1
2017-03-23selinux: Adjust four checks for null pointersMarkus Elfring1-4/+4
2017-03-23selinux: Use kmalloc_array() in hashtab_create()Markus Elfring1-1/+1
2014-06-03selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones1-0/+3
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari1-3/+3
2008-04-21SELinux: hashtab.c whitespace, syntax, and static declaraction cleanupsEric Paris1-2/+2
2006-11-28SELinux: ensure keys constant in hashtab_searchChad Sellers1-3/+3
2005-10-30[PATCH] SELinux: convert to kzallocJames Morris1-4/+2
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+167