summaryrefslogtreecommitdiff
path: root/security/selinux/netport.c
Commit message (Expand)AuthorAgeFilesLines
* selinux: stop passing selinux_state pointers and their offspringStephen Smalley2023-03-141-1/+1
* selinux: various sparse fixesPaul Moore2022-02-011-1/+1
* selinux: fix all of the W=1 build warningsPaul Moore2021-10-131-1/+1
* 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-13/+11
|\
| * selinux: always return a secid from the network caches if we find onePaul Moore2019-08-051-13/+11
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 295Thomas Gleixner2019-06-051-11/+1
|/
* selinux: Cleanup printk logging in netportpeter enderborg2018-06-191-3/+2
* selinux: wrap global selinux stateStephen Smalley2018-03-011-1/+1
* 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: avc: remove the useless fields in avc_add_callbackWanlong Gao2012-04-091-4/+2
* SELinux: Fix RCU deref check warning in sel_netport_insert()David Howells2011-12-211-1/+3
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* security,rcu: Convert call_rcu(sel_netport_free) to kfree_rcu()Lai Jiangshan2011-07-201-18/+2
* 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-2/+1
* SELinux: Fix a RCU free problem with the netport cachePaul Moore2008-04-281-22/+18
* SELinux: add netport.[ch]James Morris2008-04-181-0/+286