summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2019-12-21tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-05tipc: fix link name length checkJohn Rutherford1-2/+2
2019-12-05tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
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-09-21tipc: add NULL pointer check before calling kfree_rcuXin Long1-1/+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-07-10tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-06-11tipc: fix modprobe tipc failed after switch order of device registration -v2Junwei Hu3-10/+27
2019-06-11Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller1-7/+7
2019-06-11tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-06-11tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
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-02-20tipc: use destination length for copy stringGuoqing Jiang1-1/+1
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
2018-04-29tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet1-1/+2
2017-12-16tipc: fix memory leak in tipc_accept_from_sock()Jon Maloy1-0/+1
2017-12-09tipc: fix cleanup at module unloadParthasarathy Bhuvaragan1-3/+1
2017-11-18tipc: fix link attribute propagation bugRichard Alpe2-23/+6
2017-10-21tipc: use only positive error codes in messagesParthasarathy Bhuvaragan1-1/+1
2017-08-30tipc: fix use-after-freeEric Dumazet1-2/+4
2017-06-17tipc: ignore requests when the connection state is not CONNECTEDParthasarathy Bhuvaragan1-6/+7
2017-04-30tipc: check minimum bearer MTUMichal Kubeček3-2/+29
2017-04-30tipc: fix socket timer deadlockJon Paul Maloy1-12/+42
2017-04-30tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan1-3/+5
2017-04-30tipc: correct error in node fsmJon Paul Maloy1-2/+2
2017-04-30tipc: re-enable compensation for socket receive buffer double countingJon Paul Maloy1-1/+1
2017-04-30tipc: make dist queue pernetErik Hugne3-9/+11
2017-04-30tipc: make sure IPv6 header fits in skb headroomRichard Alpe1-1/+1
2017-04-27tipc: fix crash during node removalJon Paul Maloy1-13/+11
2016-09-30tipc: fix NULL pointer dereference in shutdown()Vegard Nossum1-1/+2
2016-09-24tipc: move linearization of buffers to generic codeJon Paul Maloy3-5/+3
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-09-15tipc: fix nullptr crash during subscription cancelParthasarathy Bhuvaragan1-1/+2
2016-06-24tipc: fix nametable publication field in nl compatRichard Alpe1-1/+1
2016-06-24tipc: check nl sock before parsing nested attributesRichard Alpe1-0/+3
2016-04-20tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"Parthasarathy Bhuvaragan1-14/+19
2016-03-04tipc: unlock in error pathInsu Yun1-1/+3
2016-03-04tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-03-04tipc: fix connection abort during subscription cancelParthasarathy Bhuvaragan1-6/+5
2015-11-24tipc: fix error handling of expanding buffer headroomYing Xue1-2/+5
2015-11-24tipc: avoid packets leaking on socket receive queueYing Xue1-3/+7