aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/netnode.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-19selinux: Cleanup printk logging in netnodepeter enderborg1-3/+2
2018-03-01selinux: wrap global selinux stateStephen Smalley1-2/+2
2014-08-07selinux: remove unused variabled in the netport, netnode, and netif cachesPaul Moore1-2/+1
2014-06-26selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore1-14/+1
2013-07-25selinux: fix problems in netnode when BUG() is compiled outPaul Moore1-0/+2
2012-11-21selinux: fix sel_netnode_insert() suspicious rcu dereferenceDave Jones1-1/+2
2012-04-09SELinux: avc: remove the useless fields in avc_add_callbackWanlong Gao1-4/+2
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-1/+1
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-20security,rcu: Convert call_rcu(sel_netnode_free) to kfree_rcu()Lai Jiangshan1-18/+2
2011-04-25SELinux: silence build warning when !CONFIG_BUGEric Paris1-0/+1
2010-08-02selinux: remove all rcu head initializationsPaul E. McKenney1-2/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2008-07-14SELinux: keep the code clean formating and syntaxEric Paris1-1/+0
2008-04-28SELinux: Made netnode cache adds fasterPaul Moore1-55/+49
2008-04-21SELinux: netnode.c whitespace, syntax, and static declaraction cleanupsEric Paris1-1/+1
2008-01-30SELinux: Add warning messages on network denial due to errorPaul Moore1-1/+5
2008-01-30SELinux: Add a network node caching mechanism similar to the sel_netif_*() functionsPaul Moore1-0/+350