aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2022-06-17tipc: cleanup unused functionHoang Le2-12/+0
2022-06-09net: rename reference+tracking helpersJakub Kicinski1-2/+2
2022-06-02tipc: check attribute length for bearer nameHoang Le1-2/+1
2022-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2022-03-22tipc: fix the timer expires after interval 100msHoang Le1-1/+2
2022-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-9/+12
2022-03-08tipc: fix incorrect order of state message data sanity checkTung Nguyen1-4/+5
2022-03-07tipc: Use netif_rx().Sebastian Andrzej Siewior1-1/+1
2022-03-04tipc: fix kernel panic when enabling bearerTung Nguyen1-5/+7
2022-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+2
2022-02-23tipc: Fix end of loop tests for list_for_each_entry()Dan Carpenter2-2/+2
2022-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-7/+8
2022-02-16tipc: fix wrong notification node addressesJon Maloy1-5/+6
2022-02-14tipc: fix wrong publisher node address in link publicationsJon Maloy1-1/+1
2022-02-13tipc: fix a bit overflow in tipc_crypto_key_rcv()Hangyu Hua1-1/+1
2022-02-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+10
2022-02-10Merge tag 'net-5.17-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-1/+1
2022-02-10tipc: improve size validations for received domain recordsJon Maloy2-2/+9
2022-02-09tipc: rate limit warning for received illegal binding updateJon Maloy1-1/+1
2022-01-27net: tipc: remove unused static inlinesJakub Kicinski1-23/+0
2022-01-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2021-12-31net ticp:fix a kernel-infoleak in __tipc_sendmsg()Haimin Zhang1-0/+2
2021-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-4/+4
2021-12-17Revert "tipc: use consistent GFP flags"Hoang Le1-4/+4
2021-12-15net: add net device refcount tracker to struct packet_typeEric Dumazet1-2/+2
2021-12-13tipc: discard MSG_CRYPTO msgs when key_exchange_enabled is not setXin Long1-1/+2
2021-11-25tipc: delete the unlikely branch in tipc_aead_encryptXin Long1-15/+4
2021-11-17tipc: check for null after calling kmemdupTadeusz Struk1-0/+4
2021-11-15tipc: only accept encrypted MSG_CRYPTO msgsXin Long1-2/+5
2021-11-15tipc: use consistent GFP flagsTadeusz Struk1-4/+4
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-11/+21
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA1-11/+21
2021-10-13tipc: constify dev_addr passingJakub Kicinski4-5/+5
2021-09-13tipc: increase timeout in tipc_sk_enqueue()Hoang Le1-1/+1
2021-09-03tipc: clean up inconsistent indentingColin Ian King1-1/+1
2021-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-08-16tipc: call tipc_wait_for_connect only when dlen is not 0Xin Long1-1/+1
2021-08-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+3
2021-08-12Revert "tipc: Return the correct errno code"Hoang Le1-3/+3
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-23/+21
2021-07-25tipc: fix an use-after-free issue in tipc_recvmsgXin Long1-3/+5
2021-07-24tipc: do not write skb_shinfo frags when doing decrytionXin Long1-10/+4
2021-07-23tipc: fix sleeping in tipc accept routineHoang Le1-5/+4
2021-07-23tipc: fix implicit-connect for SYN+Xin Long1-8/+13
2021-07-16tipc: keep the skb in rcv queue until the whole data is readXin Long1-9/+27
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds9-113/+97
2021-06-28Merge tag 'fallthrough-fixes-clang-5.14-rc1' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2021-06-28net: tipc: replace align() with ALIGN in msg.cMenglong Dong1-8/+4
2021-06-28net: tipc: fix FB_MTU eat two pagesMenglong Dong3-11/+11
2021-06-10tipc:subscr.c: fix a spelling mistakegushengxian1-1/+1
2021-06-10tipc: socket.c: fix the use of copular verbgushengxian1-1/+1
2021-06-10node.c: fix the use of indefinite articlegushengxian1-1/+1
2021-06-04tipc: Return the correct errno codeZheng Yongjun1-3/+3
2021-06-03tipc: simplify handling of lookup scope during multicast message receptionJon Maloy3-20/+16
2021-06-03tipc: refactor function tipc_sk_anc_data_recv()Jon Maloy1-47/+38
2021-06-03tipc: eliminate redundant fields in struct tipc_sockJon Maloy1-26/+27
2021-05-18tipc: simplify the finalize work queueXin Long6-23/+14
2021-05-17tipc: Fix fall-through warnings for ClangGustavo A. R. Silva1-0/+1
2021-05-17tipc: wait and exit until all work queues are doneXin Long3-0/+6
2021-05-17tipc: skb_linearize the head skb when reassembling msgsXin Long1-7/+2
2021-05-14Revert "net:tipc: Fix a double free in tipc_sk_mcast_rcv"Hoang Le1-1/+4
2021-05-10tipc: make node link identity publish thread safeHoang Le1-6/+6
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds16-581/+712
2021-04-27Merge tag 'cfi-v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds1-2/+2
2021-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-4/+5
2021-04-08treewide: Change list_sort to use const pointersSami Tolvanen1-2/+2
2021-04-07net: tipc: Fix spelling errors in net/tipc moduleZheng Yongjun3-5/+5
2021-04-06tipc: increment the tmp aead refcnt before attaching itXin Long1-1/+2
2021-04-05tipc: Fix a kernel-doc warning in name_table.cWu XiangCheng1-0/+2
2021-04-05mld: change lockdep annotation for ip6_sf_socklist and ipv6_mc_socklistTaehee Yoo1-0/+2
2021-04-01tipc: fix unique bearer names sanity checkHoang Le1-19/+27
2021-03-31net/tipc: fix missing destroy_workqueue() on error in tipc_crypto_start()Yang Yingliang1-0/+2
2021-03-29tipc: fix htmldoc and smatch warningsJon Maloy2-2/+3
2021-03-29net:tipc: Fix a double free in tipc_sk_mcast_rcvLv Yunlong1-1/+1
2021-03-28node.c: A typo fixBhaskar Chowdhury1-1/+1
2021-03-28bearer.h: Spellos fixedBhaskar Chowdhury1-3/+3
2021-03-26tipc: fix kernel-doc warningsHoang Le1-0/+1
2021-03-25tipc: add extack messages for bearer/media failureHoang Le1-10/+40
2021-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-3/+8
2021-03-17tipc: remove some unnecessary warningsJon Maloy2-21/+16
2021-03-17tipc: add host-endian copy of user subscription to struct tipc_subscriptionJon Maloy3-40/+37
2021-03-17tipc: simplify api between binding table and topology serverJon Maloy3-48/+43
2021-03-17tipc: simplify signature of tipc_find_service()Jon Maloy3-27/+39
2021-03-17tipc: simplify signature of tipc_service_find_range()Jon Maloy1-6/+8
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_group()Jon Maloy3-36/+27
2021-03-17tipc: simplify signature of tipc_nametbl_lookup_mcast_nodes()Jon Maloy3-16/+14
2021-03-17tipc: simplify signature of tipc_namtbl_lookup_mcast_sockets()Jon Maloy3-19/+18
2021-03-17tipc: refactor tipc_sendmsg() and tipc_lookup_anycast()Jon Maloy4-95/+91
2021-03-17tipc: rename binding table lookup functionsJon Maloy4-37/+56
2021-03-17tipc: simplify signature of tipc_nametbl_withdraw() functionsJon Maloy5-68/+70
2021-03-17tipc: simplify call signatures for publication creationJon Maloy3-40/+34
2021-03-17tipc: simplify signature of tipc_namtbl_publish()Jon Maloy5-58/+68
2021-03-17tipc: introduce new unified address type for internal useJon Maloy2-1/+46
2021-03-17tipc: move creation of publication item one level up in call chainJon Maloy1-33/+32
2021-03-17tipc: re-organize members of struct publicationJon Maloy4-97/+92
2021-03-15tipc: better validate user input in tipc_nl_retrieve_key()Eric Dumazet1-3/+8
2021-03-11tipc: clean up warnings detected by sparseHoang Huu Le3-22/+58
2021-03-11tipc: convert dest node's address to network orderHoang Le1-1/+1
2021-01-27tipc: remove duplicated code in tipc_msg_createHoang Huu Le1-4/+0
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-4/+9
2021-01-14net: tip: fix a couple kernel-doc markupsMauro Carvalho Chehab2-2/+2
2021-01-09tipc: fix NULL deref in tipc_link_xmit()Hoang Le1-2/+7
2021-01-05net: tipc: Replace expression with offsetof()Zheng Yongjun1-1/+1
2020-12-16tipc: do sanity check payload of a netlink messageHoang Le1-5/+7
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+4
2020-12-08net: tipc: prevent possible null deref of linkCengiz Can1-2/+4
2020-12-04tipc: support 128bit node identity for peer removingHoang Le1-3/+18
2020-12-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+2
2020-12-01net/tipc: fix all function Return: notationRandy Dunlap9-68/+68
2020-12-01net/tipc: fix socket.c kernel-docRandy Dunlap1-2/+29
2020-12-01net/tipc: fix node.c kernel-docRandy Dunlap1-1/+25
2020-12-01net/tipc: fix name_table.c kernel-docRandy Dunlap1-7/+35
2020-12-01net/tipc: fix name_distr.c kernel-docRandy Dunlap1-0/+27
2020-12-01net/tipc: fix link.c kernel-docRandy Dunlap1-2/+36
2020-12-01net/tipc: fix bearer.c for kernel-docRandy Dunlap1-1/+19
2020-12-01net/tipc: fix various kernel-doc warningsRandy Dunlap9-19/+40
2020-12-01net/tipc: fix tipc header files for kernel-docRandy Dunlap5-14/+24
2020-12-01tipc: fix incompatible mtu of transmissionHoang Le1-0/+2
2020-11-27tipc: update address terminology in codeJon Maloy8-36/+41
2020-11-27tipc: make node number calculation reproducibleJon Maloy3-4/+16
2020-11-27tipc: refactor tipc_sk_bind() functionJon Maloy1-36/+30
2020-11-16treewide: rename nla_strlcpy to nla_strscpy.Francis Laniel1-1/+1
2020-11-13tipc: fix -Wstringop-truncation warningsWenlin Kang1-4/+1
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+8
2020-11-11tipc: fix memory leak in tipc_topsrv_start()Wang Hai1-2/+8
2020-11-02tipc: remove unneeded semicolonTom Rix2-2/+2
2020-10-30tipc: remove dead code in tipc_net and relativesHoang Huu Le3-24/+0
2020-10-30net: tipc: Add __printf() markup to fix -Wsuggest-attribute=formatAndrew Lunn1-1/+2
2020-10-30net: tipc: Fix parameter types passed to %s formaterAndrew Lunn1-1/+1
2020-10-30tipc: add stricter control of reserved service typesJon Maloy3-12/+21
2020-10-29Merge tag 'net-5.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-3/+2
2020-10-29tipc: fix memory leak caused by tipc_buf_append()Tung Nguyen1-3/+2
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers1-2/+2
2020-10-16tipc: fix incorrect setting window for bcast linkHoang Huu Le1-2/+4
2020-10-16tipc: re-configure queue limit for broadcast linkHoang Huu Le1-1/+5
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-3/+12
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le2-2/+10
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang1-1/+2
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski1-3/+3
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-10/+15
2020-09-18net: tipc: Supply missing udp_media.h include fileWang Hai1-0/+1
2020-09-18tipc: Remove unused macro CF_SERVERYueHaibing1-1/+0
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien4-3/+138
2020-09-18tipc: add automatic session key exchangeTuong Lien7-20/+405
2020-09-18tipc: introduce encryption master keyTuong Lien5-62/+174
2020-09-18tipc: optimize key switching time and logicTuong Lien3-231/+165
2020-09-15net: tipc: kerneldoc fixesLu Wei1-1/+2
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long1-1/+2
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Peilin Ye1-4/+10
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa1-4/+1
2020-09-07tipc: fix a deadlock when flushing scheduled workHoang Huu Le4-19/+19
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+16
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+15
2020-09-02tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing1-5/+0
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le1-0/+5
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+5
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long1-0/+2
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long1-5/+3
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin3-4/+4
2020-08-16tipc: not enable tipc when ipv6 works as a moduleXin Long1-0/+1
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-5/+5
2020-08-05tipc: set ub->ifindex for local ipv6 addressXin Long1-0/+8
2020-08-03tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin1-3/+1
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen1-1/+1
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn7-16/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+18
2020-07-08tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-17tipc: update a binding service via broadcastHoang Huu Le10-48/+177
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-4/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2-3/+4
2020-06-04tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-05-29tipc: remove set but not used variable 'prev'YueHaibing1-2/+1
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig3-12/+14
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien9-56/+101
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien6-11/+28
2020-05-26tipc: add back link trace eventsTuong Lien2-5/+11
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien5-185/+293
2020-05-22tipc: block BH before using dst_cacheEric Dumazet1-1/+5
2020-05-13tipc: fix failed service subscription deletionTuong Lien2-4/+15
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien1-1/+3
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien1-11/+31
2020-05-04tipc: fix partial topology connection closureTuong Lien1-2/+3
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang1-1/+3
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang1-0/+1
2020-04-15tipc: fix incorrect increasing of link windowTuong Lien1-1/+1