aboutsummaryrefslogtreecommitdiff
path: root/net/netlabel
AgeCommit message (Expand)Author
2011-05-22Remove prefetch() from <linux/skbuff.h> and "netlabel_addrlist.h"Linus Torvalds
2011-05-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr6) to kfree_rcu()Lai Jiangshan
2011-05-07net,rcu: convert call_rcu(netlbl_unlhsh_free_addr4) to kfree_rcu()Lai Jiangshan
2011-04-17netlabel: Fix set-but-unused variables.David S. Miller
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-03netlink: kill loginuid/sessionid/sid members from struct netlink_skb_parmsPatrick McHardy
2010-12-19net: kill unused macrosShan Wei
2010-05-17net: Remove unnecessary returns from void function()sJoe Perches
2010-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2010-04-01netlabel: Fix several rcu_dereference() calls used without RCU read locksPaul Moore
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-17net: remove INIT_RCU_HEAD() usageAlexey Dobriyan
2009-12-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-20net: rename skb->iif to skb->skb_iifEric Dumazet
2009-11-05netlabel: remove dev_put() callsEric Dumazet
2009-07-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2009-07-30net/netlabel: Add kmalloc NULL testsJulia Lawall
2009-07-27net/netlabel: Correct redundant testJulia Lawall
2009-05-21netlabel: Use genl_register_family_with_ops()Michał Mirosław
2009-04-22netlabel: Always remove the correct address selectorPaul Moore
2009-03-28netlabel: Cleanup the Smack/NetLabel code to fix incoming TCP connectionsPaul Moore
2009-03-28netlabel: Label incoming TCP connections correctly in SELinuxPaul Moore
2008-12-31netlabel: Update kernel configuration APIPaul Moore
2008-12-15Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-11netlabel: Compiler warning and NULL pointer dereference fixPaul Moore
2008-12-05Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-12-03netlabel: Fix a potential NULL pointer dereferencePaul Moore
2008-11-21net: remove redundant argument commentsQinghuang Feng
2008-10-31net: replace NIPQUAD() in net/*/Harvey Harrison
2008-10-31Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2008-10-30netlabel: Fix compilation warnings in net/netlabel/netlabel_addrlist.cManish Katiyar
2008-10-29netlabel: Fix compiler warnings in netlabel_mgmt.cPaul Moore
2008-10-29net: replace %p6 with %pI6Harvey Harrison
2008-10-28net, misc: replace uses of NIP6_FMT with %p6Harvey Harrison
2008-10-10netlabel: Add configuration support for local labelingPaul Moore
2008-10-10cipso: Add support for native local labeling and fixup mapping namesPaul Moore
2008-10-10selinux: Set socket NetLabel based on connection endpointPaul Moore
2008-10-10netlabel: Add functionality to set the security attributes of a packetPaul Moore
2008-10-10netlabel: Add network address selectors to the NetLabel/LSM domain mappingPaul Moore
2008-10-10netlabel: Add a generic way to create ordered linked lists of network addrsPaul Moore
2008-10-10netlabel: Replace protocol/NetLabel linking with refrerence countsPaul Moore
2008-10-10selinux: Fix missing calls to netlbl_skbuff_err()Paul Moore
2008-10-10netlabel: Remove unneeded in-kernel API functionsPaul Moore
2008-10-10netlabel: Fix some sparse warningsPaul Moore
2008-07-19netns: Use net_eq() to compare net-namespaces for optimization.YOSHIFUJI Hideaki
2008-07-18Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...David S. Miller
2008-07-15Merge branch 'core/rcu' into core/rcu-for-linusIngo Molnar
2008-07-14netlabel: return msg overflow error from netlbl_cipsov4_list fasterDenis V. Lunev