aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
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
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le3-2/+8
2020-03-15tipc: add NULL pointer check to prevent kernel oopsHoang Le1-2/+10
2020-03-15tipc: simplify trivial boolean returnHoang Le1-3/+0
2020-03-03tipc: add missing attribute validation for MTU propertyJakub Kicinski1-0/+1
2020-02-10tipc: fix successful connect() but timed outTuong Lien1-0/+2
2020-02-10tipc: make three functions staticChen Wandun1-3/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds12-87/+239
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar1-4/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-28/+37
2020-01-08tipc: fix wrong connect() return codeTuong Lien1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownTuong Lien1-21/+32
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada1-2/+0
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada1-1/+1
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue1-2/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller4-126/+215
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford3-0/+63
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy1-4/+4
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney1-4/+1
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien1-3/+3
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-12-10tipc: fix potential hanging after b/rcast changingTuong Lien1-9/+15
2019-12-10tipc: fix name table rbtree issuesTuong Lien1-100/+179
2019-12-10tipc: introduce variable window congestion controlJon Maloy9-79/+160
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy1-1/+5
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy1-5/+9
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca1-3/+6
2019-11-28tipc: fix duplicate SYN messages under link congestionTung Nguyen1-7/+10
2019-11-28tipc: fix wrong timeout input for tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-11-28tipc: fix wrong socket reference counter after tipc_sk_timeout() returnsTung Nguyen1-0/+1
2019-11-28tipc: fix potential memory leak in __tipc_sendmsg()Tung Nguyen1-1/+3
2019-11-26tipc: fix link name length checkJohn Rutherford1-2/+2
2019-11-23net: use rhashtable_lookup() instead of rhashtable_lookup_fast()Taehee Yoo1-1/+1
2019-11-22tipc: support in-order name publication eventsTuong Lien2-8/+47
2019-11-22tipc: update replicast capability for broadcast send linkHoang Le4-5/+11
2019-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-2/+6
2019-11-14tipc: add back tipc prefix to log messagesMatt Bennett2-2/+6
2019-11-12tipc: update mon's self addr when node addr generatedHoang Le3-0/+18
2019-11-11tipc: fix update of the uninitialized variable errColin Ian King1-1/+1
2019-11-08tipc: add support for AEAD key setting via netlinkTuong Lien3-1/+156
2019-11-08tipc: introduce TIPC encryption & authenticationTuong Lien17-46/+2385
2019-11-08tipc: enable creating a "preliminary" nodeTuong Lien2-27/+73
2019-11-08tipc: add reference counter to bearerTuong Lien2-1/+16
2019-11-07tipc: eliminate checking netns if node establishedHoang Le1-9/+5
2019-11-06tipc: eliminate the dummy packet in link synchingTuong Lien1-15/+14
2019-11-06tipc: reduce sensitive to retransmit failuresHoang Le1-1/+1
2019-11-06tipc: update cluster capabilities if node deletedHoang Le1-1/+11
2019-11-03tipc: improve message bundling algorithmTuong Lien3-104/+113
2019-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-2/+2
2019-10-30tipc: add smart nagle featureJon Maloy4-20/+169
2019-10-29tipc: improve throughput between nodes in netnsHoang Le8-11/+197
2019-10-28tipc: Spelling s/enpoint/endpoint/Geert Uytterhoeven1-1/+1
2019-10-28net: use skb_queue_empty_lockless() in poll() handlersEric Dumazet1-2/+2
2019-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+4
2019-10-09net: silence KCSAN warnings about sk->sk_backlog.len readsEric Dumazet1-1/+1
2019-10-09net: silence KCSAN warnings around sk_add_backlog() callsEric Dumazet1-3/+3
2019-10-08net: tipc: prepare attrs in __tipc_nl_compat_dumpit()Jiri Pirko1-0/+9
2019-10-06net: tipc: allocate attrs locally instead of using genl_family_attrbuf in com...Jiri Pirko3-17/+15
2019-10-06net: tipc: have genetlink code to parse the attrs during dumpitJiri Pirko4-18/+9
2019-10-02tipc: fix unlimited bundling of small messagesTuong Lien2-15/+19
2019-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long1-1/+2
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller3-43/+58
2019-08-18tipc: clean up skb list lock handling on send pathJon Maloy6-25/+26
2019-08-16tipc: fix false detection of retransmit failuresTuong Lien2-43/+57
2019-08-11tipc: initialise addr_trail_end when setting node addressesChris Packham1-0/+1
2019-08-08tipc: add loopback device trackingJohn Rutherford7-1/+88
2019-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-6/+8
2019-08-01tipc: reduce risk of wakeup queue starvationJon Maloy1-8/+21
2019-08-01tipc: compat: allow tipc commands without argumentsTaras Kondratiuk1-4/+7
2019-07-30tipc: fix unitilized skb list crashJon Maloy1-2/+1
2019-07-25tipc: fix changeover issues due to large packetTuong Lien3-15/+155
2019-07-25tipc: optimize link synching mechanismTuong Lien4-4/+44
2019-07-21tipc: Fix a typoChristophe JAILLET1-1/+1
2019-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-0/+1
2019-07-18proc/sysctl: add shared variables for range checkMatteo Croce1-4/+2
2019-07-17tipc: initialize 'validated' field of received packetsJon Maloy1-0/+1
2019-07-12tipc: ensure head->lock is initialisedChris Packham1-1/+1
2019-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-107/+146
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2019-07-07tipc: use rcu dereference functions properlyXin Long2-11/+11
2019-07-02tipc: remove ub->ubsock checksXin Long1-9/+8
2019-07-01tipc: embed jiffies in macro TIPC_BC_RETR_LIMJon Maloy1-5/+4
2019-06-27tipc: add dst_cache support for udp mediaXin Long1-25/+47
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+21
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy4-6/+6
2019-06-25tipc: eliminate unnecessary skb expansion during retransmissionJon Maloy1-1/+1
2019-06-25tipc: simplify stale link failure criteriaJon Maloy1-7/+2
2019-06-24tipc: check msg->req data len in tipc_nl_compat_bearer_disableXin Long1-3/+15
2019-06-24tipc: remove the unnecessary msg->req check from tipc_nl_compat_bearer_setXin Long1-10/+0
2019-06-24tipc: fix missing indentation in source codejohn.rutherford@dektech.com.au1-1/+1
2019-06-22tipc: change to use register_pernet_deviceXin Long1-6/+6
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+10
2019-06-18tipc: pass tunnel dev as NULL to udp_tunnel(6)_xmit_skbXin Long1-5/+3
2019-06-18tipc: fix issues with early FAILOVER_MSG from peerTuong Lien2-4/+7
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2019-06-17tipc: include retrans failure detection for unicastTuong Lien1-36/+70
2019-06-16tipc: purge deferredq list for each grp member in tipc_group_deleteXin Long1-0/+1
2019-06-14docs: kbuild: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds3-10/+27
2019-05-21Merge tag 'spdx-5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-0/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-20tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu3-10/+27