aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/netlink_compat.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-05-17tipc: fix nametable publication field in nl compatGravatar Richard Alpe 1-1/+1
2016-02-25tipc: fix null deref crash in compat config pathGravatar Florian Westphal 1-0/+1
2016-02-18Revert "genl: Add genlmsg_new_unicast() for unicast message allocation"Gravatar Florian Westphal 1-1/+0
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 1-2/+2
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 1-2/+2
2015-08-17tipc: don't sanity check non-existing TLV (NL compat)Gravatar Richard Alpe 1-1/+1
2015-05-09tipc: send explicit not supported error in nl compatGravatar Richard Alpe 1-1/+1
2015-05-09tipc: fix default link prop regression in nl compatGravatar Richard Alpe 1-22/+113
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkGravatar Richard Alpe 1-67/+6
2015-02-09tipc: convert legacy nl stats show to nl compatGravatar Richard Alpe 1-0/+15
2015-02-09tipc: convert legacy nl net id get to nl compatGravatar Richard Alpe 1-0/+18
2015-02-09tipc: convert legacy nl net id set to nl compatGravatar Richard Alpe 1-3/+14
2015-02-09tipc: convert legacy nl node addr set to nl compatGravatar Richard Alpe 1-0/+26
2015-02-09tipc: convert legacy nl node dump to nl compatGravatar Richard Alpe 1-0/+22
2015-02-09tipc: convert legacy nl media dump to nl compatGravatar Richard Alpe 1-0/+19
2015-02-09tipc: convert legacy nl socket dump to nl compatGravatar Richard Alpe 1-0/+111
2015-02-09tipc: convert legacy nl name table dump to nl compatGravatar Richard Alpe 1-0/+101
2015-02-09tipc: convert legacy nl link stat reset to nl compatGravatar Richard Alpe 1-0/+26
2015-02-09tipc: convert legacy nl link prop set to nl compatGravatar Richard Alpe 1-0/+47
2015-02-09tipc: convert legacy nl link dump to nl compatGravatar Richard Alpe 1-0/+23
2015-02-09tipc: convert legacy nl link stat to nl compatGravatar Richard Alpe 1-0/+205
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatGravatar Richard Alpe 1-0/+144
2015-02-09tipc: convert legacy nl bearer dump to nl compatGravatar Richard Alpe 1-1/+273
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Gravatar Richard Alpe 1-0/+105