aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/ss/hashtab.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-30selinux: constify source policy in cond_policydb_dup()Gravatar Christian Göttsche 1-4/+6
2024-02-23selinux: fix style issues in security/selinux/ss/hashtab.cGravatar Paul Moore 1-12/+11
2023-09-13selinux: print sum of chain lengths^2 for hash tablesGravatar Christian Göttsche 1-0/+5
2023-08-03selinux: use identical iterator type in hashtab_duplicate()Gravatar Christian Göttsche 1-1/+2
2023-07-28selinux: move debug functions into debug configurationGravatar Christian Göttsche 1-1/+2
2023-07-19selinux: update my email addressGravatar Stephen Smalley 1-1/+1
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Gravatar Ondrej Mosnacek 1-1/+2
2021-11-19selinux: fix NULL-pointer dereference when hashtab allocation failsGravatar Ondrej Mosnacek 1-5/+12
2021-10-13selinux: fix all of the W=1 build warningsGravatar Paul Moore 1-0/+1
2021-03-08selinux: fix misspellings using codespell toolGravatar Xiong Zhenwu 1-1/+1
2021-01-12selinux: mark some global variables __ro_after_initGravatar Ondrej Mosnacek 1-1/+1
2020-08-17selinux: refactor changing booleansGravatar Stephen Smalley 1-0/+53
2020-07-09selinux: complete the inlining of hashtab functionsGravatar Ondrej Mosnacek 1-54/+5
2020-07-09selinux: prepare for inlining of hashtab functionsGravatar Ondrej Mosnacek 1-21/+23
2020-05-01selinux: do not allocate hashtabs dynamicallyGravatar Ondrej Mosnacek 1-36/+15
2020-02-27selinux: reduce the use of hard-coded hash sizesGravatar Ondrej Mosnacek 1-4/+24
2018-03-01selinux: wrap global selinux stateGravatar Stephen Smalley 1-6/+2
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-3/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-16selinux: remove extraneous initialization of slots_used and max_chain_lenGravatar Colin Ian King 1-1/+1
2017-09-20selinux: Use kmem_cache for hashtab_nodeGravatar Kyeongdon Kim 1-2/+15
2017-08-17selinux: update my email addressGravatar Stephen Smalley 1-1/+1
2017-03-23selinux: Adjust four checks for null pointersGravatar Markus Elfring 1-4/+4
2017-03-23selinux: Use kmalloc_array() in hashtab_create()Gravatar Markus Elfring 1-1/+1
2014-06-03selinux: conditionally reschedule in hashtab_insert while loading selinux policyGravatar Dave Jones 1-0/+3
2008-08-15selinux: Unify for- and while-loop styleGravatar Vesa-Matti Kari 1-3/+3
2008-04-21SELinux: hashtab.c whitespace, syntax, and static declaraction cleanupsGravatar Eric Paris 1-2/+2
2006-11-28SELinux: ensure keys constant in hashtab_searchGravatar Chad Sellers 1-3/+3
2005-10-30[PATCH] SELinux: convert to kzallocGravatar James Morris 1-4/+2
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+167