aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/ss/ebitmap.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-30selinux: declare read-only parameters constChristian Göttsche1-10/+11
2022-02-18selinux: drop return statement at end of void functionsChristian Göttsche1-1/+0
2021-01-12selinux: mark some global variables __ro_after_initOndrej Mosnacek1-1/+1
2020-04-17selinux: hash context structure directlyOndrej Mosnacek1-0/+14
2019-10-07selinux: default_range glblub implementationJoshua Brindle1-0/+18
2019-05-21selinux: provide __le variables explicitlyNicholas Mc Guire1-4/+6
2018-06-19selinux: Cleanup printk logging in ebitmappeter enderborg1-8/+7
2018-03-01selinux: wrap global selinux stateStephen Smalley1-6/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-17selinux: update my email addressStephen Smalley1-1/+1
2017-06-09selinux: use kmem_cache for ebitmapJunil Lee1-6/+20
2017-02-27lib/vsprintf.c: remove %Z supportAlexey Dobriyan1-1/+1
2016-08-29selinux: detect invalid ebitmapWilliam Roberts1-0/+3
2016-06-09selinux: import NetLabel category bitmaps correctlyPaul Moore1-1/+1
2015-07-09selinux: don't waste ebitmap space when importing NetLabel categoriesPaul Moore1-0/+6
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore1-9/+9
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore1-78/+49
2013-07-25SELinux: Reduce overhead of mls_level_isvalid() function callWaiman Long1-2/+18
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2010-10-21SELinux: allow userspace to read policy back out of the kernelEric Paris1-2/+79
2010-02-25netlabel: fix export of SELinux categories > 127Joshua Roys1-1/+1
2008-08-15selinux: Unify for- and while-loop styleVesa-Matti Kari1-2/+2
2008-04-21SELinux: ebitmap.c whitespace, syntax, and static declaraction cleanupsEric Paris1-3/+2
2008-04-18SELinux: unify printk messagesJames Morris1-7/+7
2007-11-08SELinux: fix bug in new ebitmap code.KaiGai Kohei1-1/+1
2007-10-17SELinux: kills warnings in Improve SELinux performance when AVC missesKaiGai Kohei1-6/+5
2007-10-17SELinux: improve performance when AVC misses.KaiGai Kohei1-123/+158
2006-12-02NetLabel: convert to an extensibile/sparse category bitmapPaul Moore1-109/+89
2006-10-15NetLabel: better error handling involving mls_export_cat()Paul Moore1-2/+6
2006-09-22[NetLabel]: Cleanup ebitmap_import()Paul Moore1-20/+16
2006-09-22[NetLabel]: SELinux supportVenkat Yekkirala1-0/+144
2005-10-30[PATCH] SELinux: convert to kzallocJames Morris1-6/+3
2005-09-05[PATCH] selinux: endian notationsAlexey Dobriyan1-2/+3
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+293