summaryrefslogtreecommitdiffstats
path: root/net/tipc/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au2019-06-241-1/+1
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+21
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-2/+2
* genetlink: make policy common to familyJohannes Berg2019-03-221-21/+1Star
* tipc: support broadcast/replicast configurable for bc-linkHoang Le2019-03-191-1/+3
* tipc: switch to rhashtable iteratorCong Wang2018-08-301-0/+2
* tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-171-0/+2
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-171-1/+2
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-1/+2
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-10/+12
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0Star
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-1/+1
* tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-271-1/+9
* tipc: introduce UDP replicastRichard Alpe2016-08-271-0/+5
* tipc: add peer removal functionalityRichard Alpe2016-08-191-0/+5
* tipc: dump monitor attributesParthasarathy Bhuvaragan2016-07-261-0/+7
* tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan2016-07-261-0/+5
* tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan2016-07-261-2/+13
* tipc: move netlink policies to netlink.cRichard Alpe2016-03-071-0/+69
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-1/+1
* tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy2015-11-201-3/+3
* tipc: move and rename the legacy nl api to "nl compat"Richard Alpe2015-02-091-63/+4Star
* tipc: make netlink support net namespaceYing Xue2015-01-121-2/+5
* tipc: involve namespace infrastructureYing Xue2015-01-121-4/+6
* tipc: add name table dump to new netlink apiRichard Alpe2014-11-211-1/+8
* tipc: add net set to new netlink apiRichard Alpe2014-11-211-0/+5
* tipc: add net dump to new netlink apiRichard Alpe2014-11-211-1/+8
* tipc: add node get/dump to new netlink apiRichard Alpe2014-11-211-0/+7
* tipc: add media set to new netlink apiRichard Alpe2014-11-211-0/+5
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-211-0/+7
* tipc: add link stat reset to new netlink apiRichard Alpe2014-11-211-0/+5
* tipc: add link set to new netlink apiRichard Alpe2014-11-211-0/+5
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-211-1/+9
* tipc: add publication dump to new netlink apiRichard Alpe2014-11-211-0/+17
* tipc: add sock dump to new netlink apiRichard Alpe2014-11-211-0/+7
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-211-0/+5
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-211-0/+6
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-1/+41
* net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman2014-04-241-1/+1
* tipc: remove all enabled flags from all tipc componentsYing Xue2014-02-221-8/+0Star
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-5/+6
* net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-281-3/+3
* netlink: Rename pid to portid to avoid confusionEric W. Biederman2012-09-101-1/+1
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-1/+1
* genetlink: make netns awareJohannes Berg2009-07-121-1/+1
* tipc: Use genl_register_family_with_ops()Michał Mirosław2009-05-221-22/+16Star
* tipc: Fix skb_under_panic when configuring TIPC without privilegesAllan Stephens2008-05-211-7/+9
* [TIPC]: Fix infinite loop in netlink handlerFlorian Westphal2007-06-241-1/+1
* [NETLINK]: Introduce nlmsg_hdr() helperArnaldo Carvalho de Melo2007-04-261-1/+1