aboutsummaryrefslogtreecommitdiffstats
path: root/net/netlabel (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-08-07Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller14-15/+13
2011-08-02rcu: convert uses of rcu_assign_pointer(x, NULL) to RCU_INIT_POINTERStephen Hemminger2-6/+6
2011-08-01doc: Update the email address for Paul Moore in various source filesPaul Moore14-15/+13
2011-07-26atomic: use <linux/atomic.h>Arun Sharma5-5/+5
2011-07-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds2-4/+2
2011-07-08rcu: treewide: Do not use rcu_read_lock_held when calling rcu_dereference_checkMichal Hocko2-4/+2
2011-06-16net: Remove casts of void *Joe Perches1-6/+4
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds1-4/+4
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds1-4/+0
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
2011-04-17netlabel: Fix set-but-unused variables.David S. Miller1-4/+0
2011-03-31Fix common misspellingsLucas De Marchi2-6/+6
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy1-3/+3
2010-12-19net: kill unused macrosShan Wei3-3/+0
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches2-3/+0
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-57/+37
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore2-57/+37
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo6-0/+6
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan2-4/+0
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-1/+1
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet1-1/+1
2009-11-05netlabel: remove dev_put() callsEric Dumazet1-4/+2
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-1/+1
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall1-1/+1
2009-07-27net/netlabel: Correct redundant testJulia Lawall1-4/+2
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław3-42/+6
2009-04-22netlabel: Always remove the correct address selectorPaul Moore1-16/+10
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore1-0/+13
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore1-20/+132
2008-12-31netlabel: Update kernel configuration APIPaul Moore6-116/+404
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-18/+20
2008-12-11netlabel: Compiler warning and NULL pointer dereference fixPaul Moore1-18/+20
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller1-4/+6
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore1-4/+6
2008-11-21net: remove redundant argument commentsQinghuang Feng1-1/+0
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison1-1/+1
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-1/+25
2008-10-30netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar2-0/+24
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore1-1/+1
2008-10-29net: replace %p6 with %pI6Harvey Harrison1-1/+1
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison1-1/+1
2008-10-10netlabel: Add configuration support for local labelingPaul Moore3-2/+48
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore3-11/+11
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore1-1/+77
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore1-0/+60
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore8-222/+811
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore4-216/+569
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore5-118/+123