summaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_domainhash.c
Commit message (Expand)AuthorAgeFilesLines
* netlabel: improve domain mapping validationPaul Moore2013-05-191-0/+69
* net: reintroduce missing rcu_assign_pointer() callsEric Dumazet2012-01-121-2/+2
* net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet2011-12-111-10/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-08-071-1/+1
|\
| * doc: Update the email address for Paul Moore in various source filesPaul Moore2011-08-011-1/+1
* | rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2011-08-021-3/+3
|/
* rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2011-07-081-2/+1
* Fix common misspellingsLucas De Marchi2011-03-311-5/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-04-061-10/+18
|\
| * netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2010-04-011-10/+18
* | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
|/
* net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2010-02-171-1/+0
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-1/+1
* netlabel: Update kernel configuration APIPaul Moore2008-12-311-0/+67
* netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore2008-10-101-37/+253
* netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore2008-10-101-48/+47
* netlabel: Fix some sparse warningsPaul Moore2008-10-101-6/+6
* rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu2008-05-191-2/+1
* [NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov2008-02-171-1/+1
* [NETLABEL]: Fix lookup logic of netlbl_domhsh_search_def.Pavel Emelyanov2008-02-121-3/+3
* NetLabel: Consolidate the LSM domain mapping/hashing locksPaul Moore2008-01-301-21/+9
* NetLabel: Cleanup the LSM domain hash functionsPaul Moore2008-01-301-13/+34
* [NetLabel]: correct usage of RCU lockingPaul Moore2007-10-261-26/+11
* [NetLabel]: add missing rcu_dereference() calls in the LSM domain mapping has...Paul Moore2007-08-071-4/+6
* NetLabel: honor the audit_enabled flagPaul Moore2006-12-021-26/+22
* [NetLabel]: audit fixups due to delayed feedbackPaul Moore2006-09-291-39/+43
* [NetLabel]: add audit support for configuration changesPaul Moore2006-09-281-7/+47
* [NetLabel]: rework the Netlink attribute handling (part 1)Paul Moore2006-09-251-146/+37
* [NET]: Make code static.Adrian Bunk2006-09-221-2/+2
* [NetLabel]: core NetLabel subsystemPaul Moore2006-09-221-0/+513