summaryrefslogtreecommitdiff
path: root/net/tipc/netlink_compat.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-05tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-05tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2019-12-05tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2019-08-11tipc: compat: allow tipc commands without argumentsTaras Kondratiuk1-4/+7
2019-07-10tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-05-16tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-05-16tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-05-16tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-01-26tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-26tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-26tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-26tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-26tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2017-08-30tipc: fix use-after-freeEric Dumazet1-2/+4
2016-09-15tipc: fix nl compat regression for link statisticsRichard Alpe1-1/+1
2016-09-15tipc: fix an infoleak in tipc_nl_compat_link_dumpKangjie Lu1-1/+2
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe1-1/+1
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Richard Alpe1-1/+1
2015-05-09tipc: send explicit not supported error in nl compatRichard Alpe1-1/+1
2015-05-09tipc: fix default link prop regression in nl compatRichard Alpe1-22/+113
2015-02-10tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe1-67/+6
2015-02-10tipc: convert legacy nl stats show to nl compatRichard Alpe1-0/+15
2015-02-10tipc: convert legacy nl net id get to nl compatRichard Alpe1-0/+18
2015-02-10tipc: convert legacy nl net id set to nl compatRichard Alpe1-3/+14
2015-02-10tipc: convert legacy nl node addr set to nl compatRichard Alpe1-0/+26
2015-02-10tipc: convert legacy nl node dump to nl compatRichard Alpe1-0/+22
2015-02-10tipc: convert legacy nl media dump to nl compatRichard Alpe1-0/+19
2015-02-10tipc: convert legacy nl socket dump to nl compatRichard Alpe1-0/+111
2015-02-10tipc: convert legacy nl name table dump to nl compatRichard Alpe1-0/+101
2015-02-10tipc: convert legacy nl link stat reset to nl compatRichard Alpe1-0/+26
2015-02-10tipc: convert legacy nl link prop set to nl compatRichard Alpe1-0/+47
2015-02-10tipc: convert legacy nl link dump to nl compatRichard Alpe1-0/+23
2015-02-10tipc: convert legacy nl link stat to nl compatRichard Alpe1-0/+205
2015-02-10tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe1-0/+144
2015-02-10tipc: convert legacy nl bearer dump to nl compatRichard Alpe1-1/+273
2015-02-10tipc: move and rename the legacy nl api to "nl compat"Richard Alpe1-0/+105