summaryrefslogtreecommitdiff
path: root/security/selinux/ss/hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-01selinux: constify source policy in cond_policydb_dup()Christian Göttsche1-4/+6
2024-02-24selinux: fix style issues in security/selinux/ss/hashtab.cPaul Moore1-12/+11
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche1-0/+5
2023-08-04selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche1-1/+2
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche1-1/+2
2023-07-19selinux: update my email addressStephen Smalley1-1/+1
2022-05-18selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek1-1/+2
2021-11-20selinux: 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-09selinux: fix misspellings using codespell toolXiong Zhenwu1-1/+1
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek1-1/+1
2020-08-18selinux: refactor changing booleansStephen Smalley1-0/+53
2020-07-10selinux: complete the inlining of hashtab functionsOndrej Mosnacek1-54/+5
2020-07-10selinux: prepare for inlining of hashtab functionsOndrej Mosnacek1-21/+23
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek1-36/+15
2020-02-28selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek1-4/+24
2018-03-02selinux: wrap global selinux stateStephen Smalley1-6/+2
2017-11-16Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-17selinux: 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-31[PATCH] SELinux: convert to kzallocJames Morris1-4/+2
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+167