summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix NULL deref in tipc_link_xmit()Hoang Le2021-01-231-2/+7
* tipc: fix memory leak in tipc_topsrv_start()Wang Hai2020-11-181-2/+8
* 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-051-3/+2
* tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang2020-10-291-1/+2
* tipc: fix memory leak in service subscriptingTuong Lien2020-10-011-1/+3
* tipc: use skb_unshare() instead in tipc_buf_append()Xin Long2020-09-261-1/+2
* tipc: fix shutdown() of connection oriented socketTetsuo Handa2020-09-261-4/+1
* tipc: Fix memory leak in tipc_group_create_member()Peilin Ye2020-09-261-4/+10
* tipc: fix shutdown() of connectionless socketTetsuo Handa2020-09-121-3/+6
* tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang2020-09-031-1/+11
* tipc: clean up skb list lock handling on send pathJon Maloy2020-07-295-21/+22
* tipc: fix partial topology connection closureTuong Lien2020-05-141-2/+3
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2020-04-291-3/+6
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-181-1/+2
* tipc: reduce risk of wakeup queue starvationJon Maloy2020-01-271-8/+21
* tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu2020-01-271-2/+6
* tipc: tipc clang warningJon Maloy2020-01-271-3/+4
* tipc: eliminate message disordering during binding table updateJon Maloy2020-01-273-8/+12
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-271-1/+1
* tipc: update mon's self addr when node addr generatedHoang Le2020-01-273-0/+18
* 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
* net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki2019-12-051-2/+5
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-11-101-2/+2
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-072-15/+19
* tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-191-1/+2
* tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-251-0/+1
* tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-091-4/+7
* tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long2019-07-031-5/+3
* tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long2019-07-031-3/+15
* tipc: change to use register_pernet_deviceXin Long2019-07-031-6/+6
* tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long2019-06-221-0/+1
* tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu2019-06-043-10/+27
* Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller2019-06-041-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: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan2019-05-161-2/+2
* 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: missing entries in name table of publicationsHoang Le2019-04-271-1/+2
* tipc: fix cancellation of topology subscriptionsErik Hugne2019-04-031-0/+1
* tipc: change to check tipc_own_id to return in tipc_net_stopXin Long2019-04-031-4/+1
* tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne2019-04-031-5/+15
* tipc: fix race condition causing hung sendtoTung Nguyen2019-03-101-1/+5
* tipc: fix RDM/DGRAM connect() regressionErik Hugne2019-03-101-1/+1