aboutsummaryrefslogtreecommitdiffstats
path: root/security/selinux/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-28selinux: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-2/+1
2012-09-08netlink: hide struct module parameter in netlink_kernel_createPablo Neira Ayuso1-2/+1
2012-09-08netlink: kill netlink_set_nonrootPablo Neira Ayuso1-1/+1
2012-06-29netlink: add netlink_kernel_cfg parameter to netlink_kernel_createPablo Neira Ayuso1-1/+5
2012-06-26selinux: netlink: Move away from NLMSG_PUT().David S. Miller1-4/+7
2011-10-31selinux: Add export.h to files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-09-09selinux: sparse fix: fix warnings in netlink codeJames Morris1-0/+2
2010-05-06Merge branch 'master' into nextJames Morris1-0/+1
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-03-03Selinux: Remove unused headers list.h in selinux/netlink.cwzt.wzt@gmail.com1-1/+0
2008-04-21SELinux: netlink.c whitespace, syntax, and static declaraction cleanupsEric Paris1-10/+10
2008-04-18security: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-2/+3
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo1-1/+1
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+2
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-2/+2
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy1-0/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+113