summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* tipc: Fix backport of b77413446408fdd256599daf00d5be72b5f3e7c6Nathan Chancellor2021-08-041-1/+1
* tipc: skb_linearize the head skb when reassembling msgsXin Long2021-06-031-7/+2
* Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-06-031-1/+4
* tipc: convert dest node's address to network orderHoang Le2021-05-221-1/+1
* net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong2021-04-161-1/+1
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+9
* tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le2020-11-101-0/+5
* tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen2020-11-101-3/+2
* tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-291-1/+2
* tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-10-011-1/+2
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-09-031-1/+11
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-05-201-3/+6
* tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2020-01-291-2/+6
* tipc: tipc clang warningJon Maloy2020-01-291-3/+4
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-211-14/+15
* tipc: fix link name length checkJohn Rutherford2019-12-051-2/+2
* tipc: fix skb may be leaky in tipc_link_inputHoang Le2019-12-051-1/+1
* tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva2019-12-051-1/+3
* tipc: fix a missing check of genlmsg_putKangjie Lu2019-12-051-0/+2
* tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-211-1/+2
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-111-4/+7
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-07-101-5/+3
* tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-07-101-3/+15
* tipc: change to use register_pernet_deviceXin Long2019-07-101-6/+6
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-113-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-111-7/+7
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-05-251-7/+7
* tipc: switch order of device registration to fix a crashJunwei Hu2019-05-251-7/+7
* tipc: check link name with right length in tipc_nl_compat_link_setXin Long2019-05-021-1/+6
* tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long2019-05-021-1/+6
* tipc: handle the err returned from cmd header functionXin Long2019-05-021-2/+8
* tipc: fix uninit-value in tipc_nl_compat_doitYing Xue2019-01-231-1/+1
* tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue2019-01-231-0/+2
* tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue2019-01-231-0/+5
* tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue2019-01-231-0/+26
* tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue2019-01-231-0/+15
* tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang2019-01-091-0/+5
* tipc: use lock_sock() in tipc_sk_reinit()Cong Wang2019-01-091-2/+6
* tipc: fix a double kfree_skb()Cong Wang2019-01-091-3/+1
* tipc: use destination length for copy stringGuoqing Jiang2018-12-081-1/+1
* tipc: fix a race condition of releasing subscriber objectYing Xue2018-11-101-0/+2
* tipc: Fix tipc_sk_reinit handling of -EAGAINBob Peterson2018-11-101-3/+3
* tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-291-1/+2
* tipc: check return value of nlmsg_newPan Bian2018-03-241-0/+2
* tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathTommi Rantala2018-03-031-1/+5
* tipc: error path leak fixes in tipc_enable_bearer()Tommi Rantala2018-03-031-1/+4
* tipc: fix a memory leak in tipc_nl_node_get_link()Cong Wang2018-01-311-12/+14
* tipc: fix nametbl deadlock at tipc_nametbl_unsubscribeYing Xue2017-12-251-1/+6
* tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Tommi Rantala2017-12-161-4/+0