aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/netlink.c
AgeCommit message (Expand)AuthorFilesLines
2020-09-18tipc: add automatic rekeying for encryption keyGravatar Tuong Lien 1-0/+1
2020-09-18tipc: introduce encryption master keyGravatar Tuong Lien 1-0/+1
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-1/+1
2020-03-03tipc: add missing attribute validation for MTU propertyGravatar Jakub Kicinski 1-0/+1
2019-12-20tipc: make legacy address flag readable over netlinkGravatar John Rutherford 1-0/+6
2019-11-08tipc: add support for AEAD key setting via netlinkGravatar Tuong Lien 1-1/+17
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Gravatar Jiri Pirko 1-12/+0
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitGravatar Jiri Pirko 1-3/+6
2019-06-24tipc: fix missing indentation in source codeGravatar john.rutherford@dektech.com.au 1-1/+1
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+21
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-2/+2
2019-03-22genetlink: make policy common to familyGravatar Johannes Berg 1-21/+1
2019-03-19tipc: support broadcast/replicast configurable for bc-linkGravatar Hoang Le 1-1/+3
2018-08-29tipc: switch to rhashtable iteratorGravatar Cong Wang 1-0/+2
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Gravatar Eric Dumazet 1-0/+2
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDRGravatar Eric Dumazet 1-1/+2
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+2
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-2/+2
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-10/+12
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-10-27genetlink: introduce and use genl_family_attrbuf()Gravatar Johannes Berg 1-1/+1
2016-08-26tipc: add UDP remoteip dump to netlink APIGravatar Richard Alpe 1-1/+9
2016-08-26tipc: introduce UDP replicastGravatar Richard Alpe 1-0/+5
2016-08-18tipc: add peer removal functionalityGravatar Richard Alpe 1-0/+5
2016-07-26tipc: dump monitor attributesGravatar Parthasarathy Bhuvaragan 1-0/+7
2016-07-26tipc: get monitor threshold for the clusterGravatar Parthasarathy Bhuvaragan 1-0/+5
2016-07-26tipc: make cluster size threshold for monitoring configurableGravatar Parthasarathy Bhuvaragan 1-2/+13
2016-03-07tipc: move netlink policies to netlink.cGravatar Richard Alpe 1-0/+69
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 1-1/+1
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 1-3/+3
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-63/+4
2015-01-12tipc: make netlink support net namespaceGravatar Ying Xue 1-2/+5
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-4/+6
2014-11-21tipc: add name table dump to new netlink apiGravatar Richard Alpe 1-1/+8
2014-11-21tipc: add net set to new netlink apiGravatar Richard Alpe 1-0/+5
2014-11-21tipc: add net dump to new netlink apiGravatar Richard Alpe 1-1/+8
2014-11-21tipc: add node get/dump to new netlink apiGravatar Richard Alpe 1-0/+7
2014-11-21tipc: add media set to new netlink apiGravatar Richard Alpe 1-0/+5
2014-11-21tipc: add media get/dump to new netlink apiGravatar Richard Alpe 1-0/+7
2014-11-21tipc: add link stat reset to new netlink apiGravatar Richard Alpe 1-0/+5
2014-11-21tipc: add link set to new netlink apiGravatar Richard Alpe 1-0/+5
2014-11-21tipc: add link get/dump to new netlink apiGravatar Richard Alpe 1-1/+9
2014-11-21tipc: add publication dump to new netlink apiGravatar Richard Alpe 1-0/+17
2014-11-21tipc: add sock dump to new netlink apiGravatar Richard Alpe 1-0/+7
2014-11-21tipc: add bearer set to new netlink apiGravatar Richard Alpe 1-0/+5
2014-11-21tipc: add bearer get/dump to new netlink apiGravatar Richard Alpe 1-0/+6
2014-11-21tipc: add bearer disable/enable to new netlink apiGravatar Richard Alpe 1-1/+41
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesGravatar Eric W. Biederman 1-1/+1
2014-02-22tipc: remove all enabled flags from all tipc componentsGravatar Ying Xue 1-8/+0
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Gravatar Johannes Berg 1-5/+6