aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/netlink.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-1/+1
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy1-3/+3
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-63/+4
2015-01-12tipc: make netlink support net namespaceYing Xue1-2/+5
2015-01-12tipc: involve namespace infrastructureYing Xue1-4/+6
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe1-1/+8
2014-11-21tipc: add net set to new netlink apiRichard Alpe1-0/+5
2014-11-21tipc: add net dump to new netlink apiRichard Alpe1-1/+8
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe1-0/+7
2014-11-21tipc: add media set to new netlink apiRichard Alpe1-0/+5
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe1-0/+7
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe1-0/+5
2014-11-21tipc: add link set to new netlink apiRichard Alpe1-0/+5
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe1-1/+9
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe1-0/+17
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe1-0/+7
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe1-0/+5
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe1-0/+6
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe1-1/+41
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman1-1/+1
2014-02-22tipc: remove all enabled flags from all tipc componentsYing Xue1-8/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg1-5/+6
2013-03-28net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo1-3/+3
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-1/+1
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-1/+1
2009-07-12genetlink: make netns awareJohannes Berg1-1/+1
2009-05-21tipc: Use genl_register_family_with_ops()Michał Mirosław1-22/+16
2008-05-21tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens1-7/+9
2007-06-23[TIPC]: Fix infinite loop in netlink handlerFlorian Westphal1-1/+1
2007-04-25[NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo1-1/+1
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-8/+8
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-8/+8
2006-01-13[PATCH] genetlink: don't touch module ref countPer Liden1-1/+0
2006-01-12[TIPC] More updates of file headersPer Liden1-0/+1
2006-01-12[TIPC] Update of file headersPer Liden1-1/+0
2006-01-12[TIPC] Cleaned up info/warn/err macrosPer Liden1-1/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC} Fixed bug in disc_timeout()Jon Maloy1-1/+3
2006-01-12[TIPC] Use dynamically allocated family id with NETLINK_GENERICPer Liden1-2/+2
2006-01-12[TIPC] Initial mergePer Liden1-0/+107