summaryrefslogtreecommitdiff
path: root/net/tipc/netlink.c
Commit message (Expand)AuthorAgeFilesLines
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* tipc: add automatic rekeying for encryption keyTuong Lien2020-09-181-0/+1
* tipc: introduce encryption master keyTuong Lien2020-09-181-0/+1
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-1/+1
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-031-0/+1
* tipc: make legacy address flag readable over netlinkJohn Rutherford2019-12-201-0/+6
* tipc: add support for AEAD key setting via netlinkTuong Lien2019-11-081-1/+17
* net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-061-12/+0
* net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko2019-10-061-3/+6
* 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/+1
* tipc: support broadcast/replicast configurable for bc-linkHoang Le2019-03-191-1/+3
* tipc: switch to rhashtable iteratorCong Wang2018-08-291-0/+2
* tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-161-0/+2
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-161-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/+0
* genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-1/+1
* tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-261-1/+9
* tipc: introduce UDP replicastRichard Alpe2016-08-261-0/+5
* tipc: add peer removal functionalityRichard Alpe2016-08-181-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/+4
* 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/+0