summaryrefslogtreecommitdiff
path: root/security/selinux/netnode.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-2/+2
* selinux: various sparse fixesPaul Moore2022-02-011-2/+3
* selinux: do not discard const qualifier in castChristian Göttsche2022-01-261-2/+2
* selinux: remove unused global variablesOndrej Mosnacek2021-01-121-1/+0
* selinux: Fix spelling mistakes in the commentslihao2020-07-081-1/+1
* selinux: clean up selinux_enabled/disabled/enforcing_bootStephen Smalley2019-12-181-1/+1
* Merge tag 'selinux-pr-20190917' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-09-231-16/+14
|\
| * selinux: always return a secid from the network caches if we find onePaul Moore2019-08-051-16/+14
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-11/+1
|/
* selinux: Cleanup printk logging in netnodepeter enderborg2018-06-191-3/+2
* selinux: wrap global selinux stateStephen Smalley2018-03-011-2/+2
* selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore2014-08-071-2/+1
* selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-261-14/+1
* selinux: fix problems in netnode when BUG() is compiled outPaul Moore2013-07-251-0/+2
* selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones2012-11-211-1/+2
* SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-4/+2
* net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-221-1/+1
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
* SELinux: silence build warning when !CONFIG_BUGEric Paris2011-04-251-0/+1
* selinux: remove all rcu head initializationsPaul E. McKenney2010-08-021-2/+0
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* SELinux: keep the code clean formating and syntaxEric Paris2008-07-141-1/+0
* SELinux: Made netnode cache adds fasterPaul Moore2008-04-281-55/+49
* SELinux: netnode.c whitespace, syntax, and static declaraction cleanupsEric Paris2008-04-211-1/+1
* SELinux: Add warning messages on network denial due to errorPaul Moore2008-01-301-1/+5
* SELinux: Add a network node caching mechanism similar to the sel_netif_*() fu...Paul Moore2008-01-301-0/+350