summaryrefslogtreecommitdiff
path: root/net/tipc/netlink.c
AgeCommit message (Expand)Author
2023-11-01tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien
2020-09-18tipc: introduce encryption master keyTuong Lien
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-03-03tipc: add missing attribute validation for MTU propertyJakub Kicinski
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford
2019-11-08tipc: add support for AEAD key setting via netlinkTuong Lien
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le
2018-08-29tipc: switch to rhashtable iteratorCong Wang
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg
2016-10-27genetlink: statically initialize familiesJohannes Berg
2016-10-27genetlink: no longer support using static family IDsJohannes Berg
2016-10-27genetlink: introduce and use genl_family_attrbuf()Johannes Berg
2016-08-26tipc: add UDP remoteip dump to netlink APIRichard Alpe
2016-08-26tipc: introduce UDP replicastRichard Alpe
2016-08-18tipc: add peer removal functionalityRichard Alpe
2016-07-26tipc: dump monitor attributesParthasarathy Bhuvaragan
2016-07-26tipc: get monitor threshold for the clusterParthasarathy Bhuvaragan
2016-07-26tipc: make cluster size threshold for monitoring configurableParthasarathy Bhuvaragan
2016-03-07tipc: move netlink policies to netlink.cRichard Alpe
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe
2015-01-12tipc: make netlink support net namespaceYing Xue
2015-01-12tipc: involve namespace infrastructureYing Xue
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe
2014-11-21tipc: add net set to new netlink apiRichard Alpe
2014-11-21tipc: add net dump to new netlink apiRichard Alpe
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add media set to new netlink apiRichard Alpe
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe
2014-11-21tipc: add link set to new netlink apiRichard Alpe
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe
2014-04-24net: Use netlink_ns_capable to verify the permisions of netlink messagesEric W. Biederman