| Age | Commit message (Expand) | Author | Files | Lines |
| 2023-11-17 | tipc: Remove redundant call to TLV_SPACE() | Shigeru Yoshida | 1 | -1/+1 |
| 2023-11-13 | tipc: Fix kernel-infoleak due to uninitialized TLV value | Shigeru Yoshida | 1 | -0/+1 |
| 2023-08-15 | genetlink: use attrs from struct genl_info | Jakub Kicinski | 1 | -1/+1 |
| 2023-08-15 | genetlink: remove userhdr from struct genl_info | Jakub Kicinski | 1 | -1/+1 |
| 2023-02-09 | string_helpers: Move string_is_valid() to the header | Andy Shevchenko | 1 | -10/+6 |
| 2022-11-07 | tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_header | Xin Long | 1 | -1/+1 |
| 2022-08-29 | genetlink: start to validate reserved header bytes | Jakub Kicinski | 1 | -0/+1 |
| 2021-03-11 | tipc: convert dest node's address to network order | Hoang Le | 1 | -1/+1 |
| 2020-12-16 | tipc: do sanity check payload of a netlink message | Hoang Le | 1 | -5/+7 |
| 2020-11-16 | treewide: rename nla_strlcpy to nla_strscpy. | Francis Laniel | 1 | -1/+1 |
| 2020-10-30 | net: tipc: Add __printf() markup to fix -Wsuggest-attribute=format | Andrew Lunn | 1 | -1/+2 |
| 2020-10-30 | net: tipc: Fix parameter types passed to %s formater | Andrew Lunn | 1 | -1/+1 |
| 2020-10-02 | genetlink: move to smaller ops wherever possible | Jakub Kicinski | 1 | -3/+3 |
| 2020-08-16 | tipc: fix uninit skb->data in tipc_nl_compat_dumpit() | Cong Wang | 1 | -1/+11 |
| 2020-01-06 | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit error | Ying Xue | 1 | -2/+2 |
| 2019-11-26 | tipc: fix link name length check | John Rutherford | 1 | -2/+2 |
| 2019-10-08 | net: tipc: prepare attrs in __tipc_nl_compat_dumpit() | Jiri Pirko | 1 | -0/+9 |
| 2019-10-06 | net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com... | Jiri Pirko | 1 | -4/+15 |
| 2019-08-01 | tipc: compat: allow tipc commands without arguments | Taras Kondratiuk | 1 | -4/+7 |
| 2019-06-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+15 |
| 2019-06-24 | tipc: check msg->req data len in tipc_nl_compat_bearer_disable | Xin Long | 1 | -3/+15 |
| 2019-06-24 | tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_set | Xin Long | 1 | -10/+0 |
| 2019-04-27 | genetlink: optionally validate strictly/dumps | Johannes Berg | 1 | -0/+1 |
| 2019-04-27 | netlink: make validation more configurable for future strictness | Johannes Berg | 1 | -29/+34 |
| 2019-04-27 | netlink: make nla_nest_start() add NLA_F_NESTED flag | Michal Kubecek | 1 | -12/+12 |
| 2019-03-31 | tipc: handle the err returned from cmd header function | Xin Long | 1 | -2/+8 |
| 2019-03-31 | tipc: check link name with right length in tipc_nl_compat_link_set | Xin Long | 1 | -1/+6 |
| 2019-03-31 | tipc: check bearer name with right length in tipc_nl_compat_bearer_enable | Xin Long | 1 | -1/+6 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_doit | Ying Xue | 1 | -1/+1 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_name_table_dump | Ying Xue | 1 | -0/+2 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_set | Ying Xue | 1 | -0/+5 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_bearer_enable | Ying Xue | 1 | -0/+26 |
| 2019-01-15 | tipc: fix uninit-value in tipc_nl_compat_link_reset_stats | Ying Xue | 1 | -0/+15 |
| 2019-01-07 | tipc: fix memory leak in tipc_nl_compat_publ_dump | Gustavo A. R. Silva | 1 | -1/+3 |
| 2018-12-27 | tipc: fix a missing check of genlmsg_put | Kangjie Lu | 1 | -0/+2 |
| 2018-12-24 | net/netlink_compat: Fix a missing check of nla_parse_nested | Aditya Pakki | 1 | -2/+5 |
| 2018-09-12 | tipc: check return value of __tipc_dump_start() | Cong Wang | 1 | -1/+4 |
| 2018-09-06 | tipc: call start and done ops directly in __tipc_nl_compat_dumpit() | Cong Wang | 1 | -0/+2 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -2/+3 |
| 2018-02-14 | tipc: Fix missing RTNL lock protection during setting link properties | Ying Xue | 1 | -6/+8 |
| 2018-02-14 | tipc: Refactor __tipc_nl_compat_doit | Ying Xue | 1 | -14/+15 |
| 2017-08-23 | net: tipc: constify genl_ops | Arvind Yadav | 1 | -1/+1 |
| 2017-08-18 | tipc: fix use-after-free | Eric Dumazet | 1 | -2/+4 |
| 2017-04-13 | netlink: pass extended ACK struct to parsing functions | Johannes Berg | 1 | -16/+16 |
| 2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 1 | -2/+2 |
| 2016-10-27 | genetlink: statically initialize families | Johannes Berg | 1 | -9/+11 |
| 2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 1 | -1/+0 |
| 2016-07-01 | tipc: fix nl compat regression for link statistics | Richard Alpe | 1 | -1/+1 |
| 2016-06-02 | tipc: fix an infoleak in tipc_nl_compat_link_dump | Kangjie Lu | 1 | -1/+2 |
| 2016-05-25 | tipc: fix potential null pointer dereferences in some compat functions | Baozeng Ding | 1 | -18/+93 |
| 2016-05-17 | tipc: fix nametable publication field in nl compat | Richard Alpe | 1 | -1/+1 |
| 2016-02-25 | tipc: fix null deref crash in compat config path | Florian Westphal | 1 | -0/+1 |
| 2016-02-18 | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" | Florian Westphal | 1 | -1/+0 |
| 2015-11-20 | tipc: narrow down interface towards struct tipc_link | Jon Paul Maloy | 1 | -2/+2 |
| 2015-11-20 | tipc: narrow down exposure of struct tipc_node | Jon Paul Maloy | 1 | -2/+2 |
| 2015-08-17 | tipc: don't sanity check non-existing TLV (NL compat) | Richard Alpe | 1 | -1/+1 |
| 2015-05-09 | tipc: send explicit not supported error in nl compat | Richard Alpe | 1 | -1/+1 |
| 2015-05-09 | tipc: fix default link prop regression in nl compat | Richard Alpe | 1 | -22/+113 |
| 2015-02-09 | tipc: nl compat add noop and remove legacy nl framework | Richard Alpe | 1 | -67/+6 |
| 2015-02-09 | tipc: convert legacy nl stats show to nl compat | Richard Alpe | 1 | -0/+15 |
| 2015-02-09 | tipc: convert legacy nl net id get to nl compat | Richard Alpe | 1 | -0/+18 |
| 2015-02-09 | tipc: convert legacy nl net id set to nl compat | Richard Alpe | 1 | -3/+14 |
| 2015-02-09 | tipc: convert legacy nl node addr set to nl compat | Richard Alpe | 1 | -0/+26 |
| 2015-02-09 | tipc: convert legacy nl node dump to nl compat | Richard Alpe | 1 | -0/+22 |
| 2015-02-09 | tipc: convert legacy nl media dump to nl compat | Richard Alpe | 1 | -0/+19 |
| 2015-02-09 | tipc: convert legacy nl socket dump to nl compat | Richard Alpe | 1 | -0/+111 |
| 2015-02-09 | tipc: convert legacy nl name table dump to nl compat | Richard Alpe | 1 | -0/+101 |
| 2015-02-09 | tipc: convert legacy nl link stat reset to nl compat | Richard Alpe | 1 | -0/+26 |
| 2015-02-09 | tipc: convert legacy nl link prop set to nl compat | Richard Alpe | 1 | -0/+47 |
| 2015-02-09 | tipc: convert legacy nl link dump to nl compat | Richard Alpe | 1 | -0/+23 |
| 2015-02-09 | tipc: convert legacy nl link stat to nl compat | Richard Alpe | 1 | -0/+205 |
| 2015-02-09 | tipc: convert legacy nl bearer enable/disable to nl compat | Richard Alpe | 1 | -0/+144 |
| 2015-02-09 | tipc: convert legacy nl bearer dump to nl compat | Richard Alpe | 1 | -1/+273 |
| 2015-02-09 | tipc: move and rename the legacy nl api to "nl compat" | Richard Alpe | 1 | -0/+105 |