summaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/avtab.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: fix style issues in security/selinux/ss/avtab.cPaul Moore2024-02-231-54/+51
* selinux: refactor avtab_node comparisonsJacob Satterfield2023-11-201-60/+41
* selinux: simplify avtab_insert_node() prototypeJacob Satterfield2023-10-031-13/+7
* selinux: hweight optimization in avtab_read_itemJacob Satterfield2023-09-131-5/+2
* selinux: simplify avtab slot calculationChristian Göttsche2023-09-131-7/+1
* selinux: print sum of chain lengths^2 for hash tablesChristian Göttsche2023-09-131-1/+1
* selinux: avoid implicit conversions in avtab codeChristian Göttsche2023-08-091-12/+12
* selinux: move debug functions into debug configurationChristian Göttsche2023-07-281-0/+2
* selinux: update my email addressStephen Smalley2023-07-191-1/+1
* selinux: drop avtab_search()Christian Göttsche2023-07-191-32/+0
* selinux: use consistent type for AV rule specifierChristian Göttsche2023-07-181-1/+1
* selinux: avoid avtab overflowsChristian Göttsche2023-07-181-2/+2
* selinux: retain const qualifier on string literal in avtab_hash_eval()Christian Göttsche2023-05-081-1/+1
* selinux: declare data arrays constChristian Göttsche2022-05-031-1/+1
* selinux: avoid extra semicolonChristian Göttsche2022-05-031-9/+9
* selinux: drop unused parameter of avtab_insert_nodeChristian Göttsche2022-01-261-3/+3
* selinux: constify some avtab function argumentsOndrej Mosnacek2021-05-101-13/+15
* selinux: fix cond_list corruption when changing booleansOndrej Mosnacek2021-04-021-62/+26
* selinux: make nslot handling in avtab more robustOndrej Mosnacek2021-04-021-10/+11
* selinux: mark some global variables __ro_after_initOndrej Mosnacek2021-01-121-2/+2
* selinux: refactor changing booleansStephen Smalley2020-08-171-1/+48
* selinux: avtab_init() and cond_policydb_init() return voidPaul Moore2020-03-051-2/+1
* selinux: convert to kvmallocKent Overstreet2019-03-121-21/+19
* selinux: Cleanup printk logging in avtabpeter enderborg2018-06-191-25/+26
* selinux: wrap global selinux stateStephen Smalley2018-03-011-7/+2
* selinux: update my email addressStephen Smalley2017-08-171-1/+1
* selinux: extended permissions for ioctlsJeff Vander Stoep2015-07-131-14/+90
* selinux: Use a better hash function for avtabJohn Brooks2015-04-061-4/+37
* selinux: convert avtab hash table to flex_arrayStephen Smalley2015-04-061-12/+19
* SELinux: allow userspace to read policy back out of the kernelEric Paris2010-10-211-0/+42
* SELinux: drop useless (and incorrect) AVTAB_MAX_SIZEEric Paris2010-10-211-2/+2
* selinux: cleanup return codes in avtab_read_item()Dan Carpenter2010-08-021-20/+19
* selinux: Unify for- and while-loop styleVesa-Matti Kari2008-08-151-1/+1
* SELinux: trivial, remove unneeded local variableVesa-Matti J Kari2008-08-051-4/+2
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-141-1/+1
* SELinux: clean up printksEric Paris2008-04-211-14/+13
* SELinux: avtab.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-10/+11
* SELinux: unify printk messagesJames Morris2008-04-181-20/+20
* security/selinux: Add missing "space"Joe Perches2008-01-251-1/+1
* SELinux: add more validity checks on policy loadStephen Smalley2007-11-081-4/+28
* SELinux: tune avtab to reduce memory usageYuichi Nakamura2007-10-171-26/+65
* mm: Remove slab destructors from kmem_cache_create().Paul Mundt2007-07-201-1/+1
* Reassign printk levels in selinux kernel codeEric Paris2007-02-261-1/+1
* [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().Robert P. J. Day2007-02-111-2/+1
* [PATCH] slab: remove kmem_cache_tChristoph Lameter2006-12-071-1/+1
* [PATCH] slab: remove SLAB_KERNELChristoph Lameter2006-12-071-1/+1
* [PATCH] selinux: more ARRAY_SIZE cleanupsTobias Klauser2006-01-061-1/+1
* [PATCH] selinux: endian notationsAlexey Dobriyan2005-09-051-3/+5
* [PATCH] selinux: Reduce memory use by avtabStephen Smalley2005-09-051-69/+123
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+399