summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: clean up inconsistent indentingColin Ian King2021-09-031-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-191-1/+1
|\
| * tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long2021-08-161-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-131-3/+3
|\|
| * Revert "tipc: Return the correct errno code"Hoang Le2021-08-121-3/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-23/+21
|\|
| * tipc: do not write skb_shinfo frags when doing decrytionXin Long2021-07-241-10/+4
| * tipc: fix sleeping in tipc accept routineHoang Le2021-07-231-5/+4
| * tipc: fix implicit-connect for SYN+Xin Long2021-07-231-8/+13
* | tipc: fix an use-after-free issue in tipc_recvmsgXin Long2021-07-251-3/+5
* | tipc: keep the skb in rcv queue until the whole data is readXin Long2021-07-161-9/+27
|/
* Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-06-309-113/+97
|\
| * net: tipc: replace align() with ALIGN in msg.cMenglong Dong2021-06-281-8/+4
| * net: tipc: fix FB_MTU eat two pagesMenglong Dong2021-06-283-11/+11
| * tipc:subscr.c: fix a spelling mistakegushengxian2021-06-101-1/+1
| * tipc: socket.c: fix the use of copular verbgushengxian2021-06-101-1/+1
| * node.c: fix the use of indefinite articlegushengxian2021-06-101-1/+1
| * tipc: Return the correct errno codeZheng Yongjun2021-06-041-3/+3
| * tipc: simplify handling of lookup scope during multicast message receptionJon Maloy2021-06-033-20/+16
| * tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy2021-06-031-47/+38
| * tipc: eliminate redundant fields in struct tipc_sockJon Maloy2021-06-031-26/+27
* | Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds2021-06-281-0/+1
|\ \ | |/ |/|
| * tipc: Fix fall-through warnings for ClangGustavo A. R. Silva2021-05-171-0/+1
* | tipc: simplify the finalize work queueXin Long2021-05-186-23/+14
* | tipc: wait and exit until all work queues are doneXin Long2021-05-173-0/+6
* | tipc: skb_linearize the head skb when reassembling msgsXin Long2021-05-171-7/+2
* | Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le2021-05-141-1/+4
* | tipc: make node link identity publish thread safeHoang Le2021-05-101-6/+6
|/
* Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-04-2916-581/+712
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-04-094-4/+5
| |\
| * | tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng2021-04-051-0/+2
| * | mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo2021-04-051-0/+2
| * | tipc: fix unique bearer names sanity checkHoang Le2021-04-011-19/+27
| * | net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang2021-03-311-0/+2
| * | tipc: fix htmldoc and smatch warningsJon Maloy2021-03-292-2/+3
| * | node.c: A typo fixBhaskar Chowdhury2021-03-281-1/+1
| * | bearer.h: Spellos fixedBhaskar Chowdhury2021-03-281-3/+3
| * | tipc: fix kernel-doc warningsHoang Le2021-03-261-0/+1
| * | tipc: add extack messages for bearer/media failureHoang Le2021-03-251-10/+40
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-03-251-3/+8
| |\ \
| * | | tipc: remove some unnecessary warningsJon Maloy2021-03-172-21/+16
| * | | tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy2021-03-173-40/+37
| * | | tipc: simplify api between binding table and topology serverJon Maloy2021-03-173-48/+43
| * | | tipc: simplify signature of tipc_find_service()Jon Maloy2021-03-173-27/+39
| * | | tipc: simplify signature of tipc_service_find_range()Jon Maloy2021-03-171-6/+8
| * | | tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy2021-03-173-36/+27
| * | | tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy2021-03-173-16/+14
| * | | tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy2021-03-173-19/+18
| * | | tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy2021-03-174-95/+91
| * | | tipc: rename binding table lookup functionsJon Maloy2021-03-174-37/+56