aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_domainhash.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner1-15/+1
2016-06-27netlabel: Implement CALIPSO config functions for SMACK.Huw Davies1-0/+66
2016-06-27netlabel: Add support for creating a CALIPSO protocol domain mapping.Huw Davies1-3/+40
2016-06-27netlabel: Add an address family to domain hash entries.Huw Davies1-45/+137
2016-06-27netlabel: Mark rcu pointers with __rcu.Huw Davies1-2/+2
2016-03-07netlabel: do not initialise statics to NULLWei Tang1-2/+2
2013-12-06netlabel: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-08-02netlabel: use domain based selectors when address based selectors are not availablePaul Moore1-55/+49
2013-05-19netlabel: improve domain mapping validationPaul Moore1-0/+69
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-10/+10
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger1-3/+3
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore1-1/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+1
2011-03-31Fix common misspellingsLucas De Marchi1-5/+5
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-10/+18
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore1-10/+18
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
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan1-1/+0
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-0/+67
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore1-37/+253
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore1-48/+47
2008-10-10netlabel: Fix some sparse warningsPaul Moore1-6/+6
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-2/+1
2008-02-17[NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov1-1/+1
2008-02-12[NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.Pavel Emelyanov1-3/+3
2008-01-30NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore1-21/+9
2008-01-30NetLabel: Cleanup the LSM domain hash functionsPaul Moore1-13/+34
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore1-26/+11
2007-08-07[NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping hash tablePaul Moore1-4/+6
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore1-26/+22
2006-09-29[NetLabel]: audit fixups due to delayed feedbackPaul Moore1-39/+43
2006-09-28[NetLabel]: add audit support for configuration changesPaul Moore1-7/+47
2006-09-25[NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore1-146/+37
2006-09-22[NET]: Make code static.Adrian Bunk1-2/+2
2006-09-22[NetLabel]: core NetLabel subsystemPaul Moore1-0/+513