summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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