summaryrefslogtreecommitdiff
path: root/net/tipc/netlink_compat.c
AgeCommit message (Expand)Author
2023-11-17tipc: Remove redundant call to TLV_SPACE()Shigeru Yoshida
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida
2023-08-15genetlink: use attrs from struct genl_infoJakub Kicinski
2023-08-15genetlink: remove userhdr from struct genl_infoJakub Kicinski
2023-02-09string_helpers: Move string_is_valid() to the headerAndy Shevchenko
2022-11-07tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long
2022-08-29genetlink: start to validate reserved header bytesJakub Kicinski
2021-03-11tipc: convert dest node's address to network orderHoang Le
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel
2020-10-30net: tipc: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn
2020-10-30net: tipc: Fix parameter types passed to %s formaterAndrew Lunn
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2019-11-26tipc: fix link name length checkJohn Rutherford
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko
2019-08-01tipc: compat: allow tipc commands without argumentsTaras Kondratiuk
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek
2019-03-31tipc: handle the err returned from cmd header functionXin Long
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue
2018-02-14tipc: Refactor __tipc_nl_compat_doitYing Xue
2017-08-23net: tipc: constify genl_opsArvind Yadav
2017-08-18tipc: fix use-after-freeEric 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-07-01tipc: fix nl compat regression for link statisticsRichard Alpe
2016-06-02tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu
2016-05-25tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding