summaryrefslogtreecommitdiffstats
path: root/net/tipc/netlink_compat.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-131-0/+1
* genetlink: use attrs from struct genl_infoJakub Kicinski2023-08-151-1/+1
* genetlink: remove userhdr from struct genl_infoJakub Kicinski2023-08-151-1/+1
* string_helpers: Move string_is_valid() to the headerAndy Shevchenko2023-02-091-10/+6
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-071-1/+1
* genetlink: start to validate reserved header bytesJakub Kicinski2022-08-291-0/+1
* tipc: convert dest node's address to network orderHoang Le2021-03-111-1/+1
* tipc: do sanity check payload of a netlink messageHoang Le2020-12-161-5/+7
* treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel2020-11-161-1/+1
* net: tipc: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn2020-10-301-1/+2
* net: tipc: Fix parameter types passed to %s formaterAndrew Lunn2020-10-301-1/+1
* genetlink: move to smaller ops wherever possibleJakub Kicinski2020-10-021-3/+3
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-08-161-1/+11
* tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
* tipc: fix link name length checkJohn Rutherford2019-11-261-2/+2
* net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko2019-10-081-0/+9
* net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko2019-10-061-4/+15
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-011-4/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-271-3/+15
|\
| * tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-06-241-3/+15
* | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long2019-06-241-10/+0
|/
* genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-271-0/+1
* netlink: make validation more configurable for future strictnessJohannes Berg2019-04-271-29/+34
* netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-271-12/+12
* tipc: handle the err returned from cmd header functionXin Long2019-03-311-2/+8
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-03-311-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-03-311-1/+6
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-151-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-151-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-151-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-151-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-151-0/+15
* tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-01-071-1/+3
* tipc: fix a missing check of genlmsg_putKangjie Lu2018-12-271-0/+2
* net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2018-12-241-2/+5
* tipc: check return value of __tipc_dump_start()Cong Wang2018-09-121-1/+4
* tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang2018-09-061-0/+2
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-2/+3
* tipc: Fix missing RTNL lock protection during setting link propertiesYing Xue2018-02-141-6/+8
* tipc: Refactor __tipc_nl_compat_doitYing Xue2018-02-141-14/+15
* net: tipc: constify genl_opsArvind Yadav2017-08-231-1/+1
* tipc: fix use-after-freeEric Dumazet2017-08-181-2/+4
* netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-131-16/+16
* genetlink: mark families as __ro_after_initJohannes Berg2016-10-271-2/+2
* genetlink: statically initialize familiesJohannes Berg2016-10-271-9/+11
* genetlink: no longer support using static family IDsJohannes Berg2016-10-271-1/+0
* tipc: fix nl compat regression for link statisticsRichard Alpe2016-07-011-1/+1
* tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu2016-06-021-1/+2
* tipc: fix potential null pointer dereferences in some compat functionsBaozeng Ding2016-05-251-18/+93
* tipc: fix nametable publication field in nl compatRichard Alpe2016-05-171-1/+1