summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix UAF in error pathPaolo Abeni2024-05-171-1/+5
* tipc: fix a possible memleak in tipc_buf_appendXin Long2024-05-171-1/+1
* tipc: Check the bearer type before calling tipc_udp_nl_bearer_add()Shigeru Yoshida2024-02-231-0/+6
* tipc: Fix kernel-infoleak due to uninitialized TLV valueShigeru Yoshida2023-11-281-0/+1
* tipc: Change nla_policy for bearer-related names to NLA_NUL_STRINGShigeru Yoshida2023-11-201-2/+2
* net: tipc: resize nlattr array to correct sizeLin Ma2023-06-211-2/+2
* tipc: improve function tipc_wait_for_cond()Tung Nguyen2023-03-171-1/+1
* tipc: Fix potential OOB in tipc_link_proto_rcv()YueHaibing2022-12-141-1/+3
* tipc: check skb_linearize() return value in tipc_disc_rcv()YueHaibing2022-12-081-1/+4
* tipc: add an extra conn_get in tipc_conn_allocXin Long2022-12-081-3/+6
* tipc: set con sock in tipc_conn_allocXin Long2022-12-081-6/+5
* tipc: fix the msg->req tlv len check in tipc_nl_compat_name_table_dump_headerXin Long2022-11-251-1/+1
* tipc: fix a null-ptr-deref in tipc_topsrv_acceptXin Long2022-11-031-4/+12
* tipc: fix an information leak in tipc_topsrv_kern_subscrAlexander Potapenko2022-11-031-1/+1
* tipc: Fix recognition of trial periodMark Tomlinson2022-11-031-1/+1
* tipc: fix shift wrapping bug in map_get()Dan Carpenter2022-09-151-1/+1
* net: tipc: fix possible refcount leak in tipc_sk_create()Hangyu Hua2022-07-211-0/+1
* tipc: check attribute length for bearer nameHoang Le2022-06-141-2/+1
* tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2022-03-022-2/+2
* tipc: rate limit warning for received illegal binding updateJon Maloy2022-02-161-1/+1
* tipc: improve size validations for received domain recordsJon Maloy2022-02-112-1/+6
* tipc: increase timeout in tipc_sk_enqueue()Hoang Le2021-09-221-1/+1
* tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-09-221-3/+5
* tipc: keep the skb in rcv queue until the whole data is readXin Long2021-09-221-9/+27
* tipc: fix sleeping in tipc accept routineHoang Le2021-08-041-5/+4
* tipc: fix unique bearer names sanity checkHoang Le2021-06-101-19/+27
* tipc: add extack messages for bearer/media failureHoang Le2021-06-101-10/+40
* 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-141-1/+1
* 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