aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Gravatar Xin Long 1-1/+1
2021-08-12Revert "tipc: Return the correct errno code"Gravatar Hoang Le 1-3/+3
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionGravatar Xin Long 1-10/+4
2021-07-23tipc: fix sleeping in tipc accept routineGravatar Hoang Le 1-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Gravatar Xin Long 1-8/+13
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 9-113/+97
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Gravatar Linus Torvalds 1-0/+1
2021-06-28net: tipc: replace align() with ALIGN in msg.cGravatar Menglong Dong 1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesGravatar Menglong Dong 3-11/+11
2021-06-10tipc:subscr.c: fix a spelling mistakeGravatar gushengxian 1-1/+1
2021-06-10tipc: socket.c: fix the use of copular verbGravatar gushengxian 1-1/+1
2021-06-10node.c: fix the use of indefinite articleGravatar gushengxian 1-1/+1
2021-06-04tipc: Return the correct errno codeGravatar Zheng Yongjun 1-3/+3
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionGravatar Jon Maloy 3-20/+16
2021-06-03tipc: refactor function tipc_sk_anc_data_recv()Gravatar Jon Maloy 1-47/+38
2021-06-03tipc: eliminate redundant fields in struct tipc_sockGravatar Jon Maloy 1-26/+27
2021-05-18tipc: simplify the finalize work queueGravatar Xin Long 6-23/+14
2021-05-17tipc: Fix fall-through warnings for ClangGravatar Gustavo A. R. Silva 1-0/+1
2021-05-17tipc: wait and exit until all work queues are doneGravatar Xin Long 3-0/+6
2021-05-17tipc: skb_linearize the head skb when reassembling msgsGravatar Xin Long 1-7/+2
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Gravatar Hoang Le 1-1/+4
2021-05-10tipc: make node link identity publish thread safeGravatar Hoang Le 1-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Gravatar Linus Torvalds 16-581/+712
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Gravatar Linus Torvalds 1-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 4-4/+5
2021-04-08treewide: Change list_sort to use const pointersGravatar Sami Tolvanen 1-2/+2
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleGravatar Zheng Yongjun 3-5/+5
2021-04-06tipc: increment the tmp aead refcnt before attaching itGravatar Xin Long 1-1/+2
2021-04-05tipc: Fix a kernel-doc warning in name_table.cGravatar Wu XiangCheng 1-0/+2
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistGravatar Taehee Yoo 1-0/+2
2021-04-01tipc: fix unique bearer names sanity checkGravatar Hoang Le 1-19/+27
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Gravatar Yang Yingliang 1-0/+2
2021-03-29tipc: fix htmldoc and smatch warningsGravatar Jon Maloy 2-2/+3
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvGravatar Lv Yunlong 1-1/+1
2021-03-28node.c: A typo fixGravatar Bhaskar Chowdhury 1-1/+1
2021-03-28bearer.h: Spellos fixedGravatar Bhaskar Chowdhury 1-3/+3
2021-03-26tipc: fix kernel-doc warningsGravatar Hoang Le 1-0/+1
2021-03-25tipc: add extack messages for bearer/media failureGravatar Hoang Le 1-10/+40
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-3/+8
2021-03-17tipc: remove some unnecessary warningsGravatar Jon Maloy 2-21/+16
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionGravatar Jon Maloy 3-40/+37
2021-03-17tipc: simplify api between binding table and topology serverGravatar Jon Maloy 3-48/+43
2021-03-17tipc: simplify signature of tipc_find_service()Gravatar Jon Maloy 3-27/+39
2021-03-17tipc: simplify signature of tipc_service_find_range()Gravatar Jon Maloy 1-6/+8
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Gravatar Jon Maloy 3-36/+27
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Gravatar Jon Maloy 3-16/+14
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Gravatar Jon Maloy 3-19/+18
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Gravatar Jon Maloy 4-95/+91
2021-03-17tipc: rename binding table lookup functionsGravatar Jon Maloy 4-37/+56
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsGravatar Jon Maloy 5-68/+70