summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/hashtab.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: constify source policy in cond_policydb_dup()Christian Göttsche2024-04-301-4/+6
* selinux: fix style issues in security/selinux/ss/hashtab.cPaul Moore2024-02-231-12/+11
* selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche2023-09-131-0/+5
* selinux: use identical iterator type in hashtab_duplicate()Christian Göttsche2023-08-031-1/+2
* selinux: move debug functions into debug configurationChristian Göttsche2023-07-281-1/+2
* selinux: update my email addressStephen Smalley2023-07-191-1/+1
* selinux: fix bad cleanup on error in hashtab_duplicate()Ondrej Mosnacek2022-05-171-1/+2
* selinux: fix NULL-pointer dereference when hashtab allocation failsOndrej Mosnacek2021-11-191-5/+12
* selinux: fix all of the W=1 build warningsPaul Moore2021-10-131-0/+1
* selinux: fix misspellings using codespell toolXiong Zhenwu2021-03-081-1/+1
* selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-121-1/+1
* selinux: refactor changing booleansStephen Smalley2020-08-171-0/+53
* selinux: complete the inlining of hashtab functionsOndrej Mosnacek2020-07-091-54/+5
* selinux: prepare for inlining of hashtab functionsOndrej Mosnacek2020-07-091-21/+23
* selinux: do not allocate hashtabs dynamicallyOndrej Mosnacek2020-05-011-36/+15
* selinux: reduce the use of hard-coded hash sizesOndrej Mosnacek2020-02-271-4/+24
* selinux: wrap global selinux stateStephen Smalley2018-03-011-6/+2
* Merge tag 'selinux-pr-20171113' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-11-151-3/+16
|\
| * selinux: remove extraneous initialization of slots_used and max_chain_lenColin Ian King2017-10-161-1/+1
| * selinux: Use kmem_cache for hashtab_nodeKyeongdon Kim2017-09-201-2/+15
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: Adjust four checks for null pointersMarkus Elfring2017-03-231-4/+4
* selinux: Use kmalloc_array() in hashtab_create()Markus Elfring2017-03-231-1/+1
* selinux: conditionally reschedule in hashtab_insert while loading selinux policyDave Jones2014-06-031-0/+3
* selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-151-3/+3
* SELinux: hashtab.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-2/+2
* SELinux: ensure keys constant in hashtab_searchChad Sellers2006-11-281-3/+3
* [PATCH] SELinux: convert to kzallocJames Morris2005-10-301-4/+2
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+167