summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: skb_linearize the head skb when reassembling msgsXin Long2021-06-031-7/+2
* tipc: wait and exit until all work queues are doneXin Long2021-06-033-0/+7
* 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-191-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 a deadlock when flushing scheduled workHoang Huu Le2020-12-114-19/+20
* 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-011-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: fix link overflow issue at socket shutdownTuong Lien2020-10-011-21/+32
* 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: block BH before using dst_cacheEric Dumazet2020-06-031-1/+5
* tipc: fix partial topology connection closureTuong Lien2020-05-141-2/+3
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-181-0/+1
* tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen2020-01-261-1/+1
* tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen2020-01-261-0/+1
* tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen2020-01-261-1/+3
* tipc: update mon's self addr when node addr generatedHoang Le2020-01-263-0/+18
* tipc: reduce sensitive to retransmit failuresHoang Le2020-01-261-1/+1
* tipc: fix retrans failure due to wrong destinationTuong Lien2020-01-231-14/+18
* tipc: fix potential hanging after b/rcast changingTuong Lien2020-01-231-9/+15
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-181-3/+6
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-181-14/+15
* tipc: fix link name length checkJohn Rutherford2019-12-041-2/+2
* tipc: add back tipc prefix to log messagesMatt Bennett2019-11-142-2/+6
* net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet2019-10-281-2/+2
* net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet2019-10-091-1/+1
* net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet2019-10-091-3/+3
* tipc: fix unlimited bundling of small messagesTuong Lien2019-10-022-15/+19
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-151-1/+2
|\
| * tipc: add NULL pointer check before calling kfree_rcuXin Long2019-09-051-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-193-43/+58
|\ \ | |/
| * tipc: fix false detection of retransmit failuresTuong Lien2019-08-162-43/+57
| * tipc: initialise addr_trail_end when setting node addressesChris Packham2019-08-111-0/+1
* | tipc: clean up skb list lock handling on send pathJon Maloy2019-08-186-25/+26
* | tipc: add loopback device trackingJohn Rutherford2019-08-087-1/+88
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-062-6/+8
|\ \ | |/
| * tipc: compat: allow tipc commands without argumentsTaras Kondratiuk2019-08-011-4/+7
| * tipc: fix unitilized skb list crashJon Maloy2019-07-301-2/+1
* | tipc: reduce risk of wakeup queue starvationJon Maloy2019-08-011-8/+21
* | tipc: fix changeover issues due to large packetTuong Lien2019-07-253-15/+155
* | tipc: optimize link synching mechanismTuong Lien2019-07-254-4/+44
|/
* tipc: Fix a typoChristophe JAILLET2019-07-211-1/+1