aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/netlink_compat.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-17tipc: Remove redundant call to TLV_SPACE()Gravatar Shigeru Yoshida 1-1/+1
2023-11-13tipc: Fix kernel-infoleak due to uninitialized TLV valueGravatar Shigeru Yoshida 1-0/+1
2023-08-15genetlink: use attrs from struct genl_infoGravatar Jakub Kicinski 1-1/+1
2023-08-15genetlink: remove userhdr from struct genl_infoGravatar Jakub Kicinski 1-1/+1
2023-02-09string_helpers: Move string_is_valid() to the headerGravatar Andy Shevchenko 1-10/+6
2022-11-07tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerGravatar Xin Long 1-1/+1
2022-08-29genetlink: start to validate reserved header bytesGravatar Jakub Kicinski 1-0/+1
2021-03-11tipc: convert dest node's address to network orderGravatar Hoang Le 1-1/+1
2020-12-16tipc: do sanity check payload of a netlink messageGravatar Hoang Le 1-5/+7
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Gravatar Francis Laniel 1-1/+1
2020-10-30net: tipc: Add __printf() markup to fix -Wsuggest-attribute=formatGravatar Andrew Lunn 1-1/+2
2020-10-30net: tipc: Fix parameter types passed to %s formaterGravatar Andrew Lunn 1-1/+1
2020-10-02genetlink: move to smaller ops wherever possibleGravatar Jakub Kicinski 1-3/+3
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Gravatar Cong Wang 1-1/+11
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorGravatar Ying Xue 1-2/+2
2019-11-26tipc: fix link name length checkGravatar John Rutherford 1-2/+2
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Gravatar Jiri Pirko 1-0/+9
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Gravatar Jiri Pirko 1-4/+15
2019-08-01tipc: compat: allow tipc commands without argumentsGravatar Taras Kondratiuk 1-4/+7
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+15
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableGravatar Xin Long 1-3/+15
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setGravatar Xin Long 1-10/+0
2019-04-27genetlink: optionally validate strictly/dumpsGravatar Johannes Berg 1-0/+1
2019-04-27netlink: make validation more configurable for future strictnessGravatar Johannes Berg 1-29/+34
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagGravatar Michal Kubecek 1-12/+12
2019-03-31tipc: handle the err returned from cmd header functionGravatar Xin Long 1-2/+8
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setGravatar Xin Long 1-1/+6
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableGravatar Xin Long 1-1/+6
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitGravatar Ying Xue 1-1/+1
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpGravatar Ying Xue 1-0/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setGravatar Ying Xue 1-0/+5
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableGravatar Ying Xue 1-0/+26
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsGravatar Ying Xue 1-0/+15
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGravatar Gustavo A. R. Silva 1-1/+3
2018-12-27tipc: fix a missing check of genlmsg_putGravatar Kangjie Lu 1-0/+2
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedGravatar Aditya Pakki 1-2/+5
2018-09-12tipc: check return value of __tipc_dump_start()Gravatar Cong Wang 1-1/+4
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Gravatar Cong Wang 1-0/+2
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-02-14tipc: Fix missing RTNL lock protection during setting link propertiesGravatar Ying Xue 1-6/+8
2018-02-14tipc: Refactor __tipc_nl_compat_doitGravatar Ying Xue 1-14/+15
2017-08-23net: tipc: constify genl_opsGravatar Arvind Yadav 1-1/+1
2017-08-18tipc: fix use-after-freeGravatar Eric Dumazet 1-2/+4
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-16/+16
2016-10-27genetlink: mark families as __ro_after_initGravatar Johannes Berg 1-2/+2
2016-10-27genetlink: statically initialize familiesGravatar Johannes Berg 1-9/+11
2016-10-27genetlink: no longer support using static family IDsGravatar Johannes Berg 1-1/+0
2016-07-01tipc: fix nl compat regression for link statisticsGravatar Richard Alpe 1-1/+1
2016-06-02tipc: fix an infoleak in tipc_nl_compat_link_dumpGravatar Kangjie Lu 1-1/+2
2016-05-25tipc: fix potential null pointer dereferences in some compat functionsGravatar Baozeng Ding 1-18/+93