aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel/netlabel_unlabeled.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-08netlabel: fix build problems when CONFIG_IPV6=nPaul Moore1-10/+5
2013-03-07netlabel: correctly list all the static label mappingsPaul Moore1-6/+6
2012-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+1
2012-09-17userns: Convert the audit loginuid to be a kuidEric W. Biederman1-1/+1
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-01-12net: reintroduce missing rcu_assign_pointer() callsEric Dumazet1-4/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet1-13/+13
2011-11-22net: remove ipv6_addr_copy()Alexey Dobriyan1-2/+2
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-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-2/+1
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko1-2/+1
2011-06-16net: Remove casts of void *Joe Perches1-6/+4
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu()Lai Jiangshan1-21/+1
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu()Lai Jiangshan1-19/+1
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches1-1/+0
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-47/+19
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore1-47/+19
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-3/+0
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-1/+1
2009-11-05netlabel: remove dev_put() callsEric Dumazet1-4/+2
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław1-14/+2
2008-12-31netlabel: Update kernel configuration APIPaul Moore1-13/+13
2008-12-11netlabel: Compiler warning and NULL pointer dereference fixPaul Moore1-18/+20
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore1-4/+6
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore1-83/+13
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore1-215/+135
2008-10-10netlabel: Fix some sparse warningsPaul Moore1-6/+6
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki1-1/+1
2008-07-10netlabel: netlink_unicast calls kfree_skb on error path by itselfDenis V. Lunev1-5/+1
2008-06-27netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-04-28Audit: collect sessionid in netlink messagesEric Paris1-0/+1
2008-04-17[NETLABEL]: Fix NULL deref in netlbl_unlabel_staticlist_gen() if ifindex not foundJesper Juhl1-0/+4
2008-03-26[NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS.YOSHIFUJI Hideaki1-1/+1
2008-02-17[NETLABEL]: Move some initialization code into __init section.Pavel Emelyanov1-3/+3
2008-02-17[NETLABEL]: Shrink the genl-ops registration code.Pavel Emelyanov1-62/+24
2008-02-12[NETLABLE]: Hide netlbl_unlabel_audit_addr6 under ifdef CONFIG_IPV6.Pavel Emelyanov1-0/+2
2008-02-12[NETLABEL]: Don't produce unused variables when IPv6 is off.Pavel Emelyanov1-10/+18
2008-01-30NetLabel: Add auditing to the static labeling mechanismPaul Moore1-14/+193
2008-01-30NetLabel: Introduce static network labels for unlabeled connectionsPaul Moore1-7/+1368
2008-01-30NetLabel: Add secid token support to the NetLabel secattr structPaul Moore1-0/+1
2008-01-30NetLabel: Remove unneeded RCU read locksPaul Moore1-18/+4
2007-10-26[NetLabel]: correct usage of RCU lockingPaul Moore1-3/+1
2007-06-07[NETLINK]: Mark netlink policies constPatrick McHardy1-1/+1
2007-02-28[NET]: Fix kfree(skb)Patrick McHardy1-1/+1
2006-12-02NetLabel: honor the audit_enabled flagPaul Moore1-2/+6
2006-12-02NetLabel: convert the unlabeled accept flag to use RCUPaul Moore1-7/+21