summaryrefslogtreecommitdiff
path: root/security/selinux/ss/hashtab.c
AgeCommit message (Expand)Author
2023-09-13selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche
2023-08-03selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche
2023-07-28selinux: move debug functions into debug configurationChristian Göttsche
2023-07-19selinux: update my email addressStephen Smalley
2022-05-17selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek
2021-11-19selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek
2021-10-13selinux: fix all of the W=1 build warningsPaul Moore
2021-03-08selinux: fix misspellings using codespell toolXiong Zhenwu
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek
2020-08-17selinux: refactor changing booleansStephen Smalley
2020-07-09selinux: complete the inlining of hashtab functionsOndrej Mosnacek
2020-07-09selinux: prepare for inlining of hashtab functionsOndrej Mosnacek
2020-05-01selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek
2020-02-27selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek
2018-03-01selinux: wrap global selinux stateStephen Smalley
2017-11-15Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-16selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King
2017-09-20selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim
2017-08-17selinux: update my email addressStephen Smalley
2017-03-23selinux: Adjust four checks for null pointersMarkus Elfring
2017-03-23selinux: Use kmalloc_array() in hashtab_create()Markus Elfring
2014-06-03selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari
2008-04-21SELinux: hashtab.c whitespace, syntax, and static declaraction cleanupsEric Paris
2006-11-28SELinux: ensure keys constant in hashtab_searchChad Sellers
2005-10-30[PATCH] SELinux: convert to kzallocJames Morris
2005-04-16Linux-2.6.12-rc2Linus Torvalds