summaryrefslogtreecommitdiffstats
path: root/security/selinux/include/netport.h
Commit message (Collapse)AuthorAgeFilesLines
* selinux: reduce the number of calls to synchronize_net() when flushing cachesPaul Moore2014-06-261-0/+2
| | | | | | | | | | | | When flushing the AVC, such as during a policy load, the various network caches are also flushed, with each making a call to synchronize_net() which has shown to be expensive in some cases. This patch consolidates the network cache flushes into a single AVC callback which only calls synchronize_net() once for each AVC cache flush. Reported-by: Jaejyn Shin <flagon22bass@gmail.com> Signed-off-by: Paul Moore <pmoore@redhat.com>
* doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-021-1/+1
| | | | | | | | | | My @hp.com will no longer be valid starting August 5, 2011 so an update is necessary. My new email address is employer independent so we don't have to worry about doing this again any time soon. Signed-off-by: Paul Moore <paul.moore@hp.com> Signed-off-by: Paul Moore <paul@paul-moore.com> Signed-off-by: David S. Miller <davem@davemloft.net>
* SELinux: add netport.[ch]James Morris2008-04-181-0/+31
Thank you, git. Signed-off-by: James Morris <jmorris@namei.org>