aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
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
2019-05-17Revert "tipc: fix modprobe tipc failed after switch order of device registrat...David S. Miller1-7/+7
2019-05-17tipc: fix modprobe tipc failed after switch order of device registrationJunwei Hu1-7/+7
2019-05-16tipc: switch order of device registration to fix a crashJunwei Hu1-7/+7
2019-05-09tipc: fix hanging clients using poll with EPOLLOUT flagParthasarathy Bhuvaragan1-2/+2
2019-05-04tipc: fix missing Name entries due to half-failoverTuong Lien3-7/+84
2019-04-27genetlink: optionally validate strictly/dumpsJohannes Berg2-0/+22
2019-04-27netlink: make validation more configurable for future strictnessJohannes Berg8-86/+90
2019-04-27netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek10-36/+36
2019-04-26tipc: remove rcu_read_unlock() left in tipc_udp_recv()Eric Dumazet1-1/+0
2019-04-24tipc: tipc_udp_recv() cleanup vs rcu verbsEric Dumazet1-6/+3
2019-04-19tipc: introduce new socket option TIPC_SOCK_RECVQ_USEDTung Nguyen1-0/+3
2019-04-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-3/+10
2019-04-16tipc: set sysctl_tipc_rmem and named_timeout right rangeJie Liu1-2/+6
2019-04-16tipc: fix link established but not in sessionTuong Lien1-0/+2
2019-04-11tipc: use standard write_lock & unlock functions when creating nodeJon Maloy1-2/+3
2019-04-10tipc: missing entries in name table of publicationsHoang Le1-1/+2
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2019-04-04tipc: adapt link failover for new Gap-ACK algorithmTuong Lien1-26/+80
2019-04-04tipc: reduce duplicate packets for unicast trafficTuong Lien2-10/+37
2019-04-04tipc: improve TIPC throughput by Gap ACK blocksTuong Lien3-12/+159
2019-04-04tipc: add NULL pointer checkHoang Le1-0/+3
2019-03-31tipc: handle the err returned from cmd header functionXin Long1-2/+8
2019-03-31tipc: check link name with right length in tipc_nl_compat_link_setXin Long1-1/+6
2019-03-31tipc: check bearer name with right length in tipc_nl_compat_bearer_enableXin Long1-1/+6
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern1-1/+1
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-7/+6
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun1-1/+1
2019-03-26tipc: change to check tipc_own_id to return in tipc_net_stopXin Long1-4/+1
2019-03-23tipc: tipc clang warningJon Maloy1-3/+4
2019-03-22genetlink: make policy common to familyJohannes Berg1-21/+1
2019-03-21tipc: fix a null pointer derefHoang Le3-3/+6
2019-03-21tipc: fix use-after-free in tipc_sk_filter_rcvHoang Le1-1/+2
2019-03-21tipc: fix cancellation of topology subscriptionsErik Hugne1-0/+1
2019-03-19tipc: smooth change between replicast and broadcastHoang Le4-1/+184
2019-03-19tipc: introduce new capability flag for clusterHoang Le4-2/+27
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le4-5/+118
2019-03-17tipc: allow service ranges to be connect()'ed on RDM/DGRAMErik Hugne1-5/+15
2019-03-16net: tipc: fix a missing check for nla_nest_startKangjie Lu1-0/+2
2019-03-16net: tipc: fix a missing check of nla_nest_startKangjie Lu1-0/+3
2019-03-05tipc: fix RDM/DGRAM connect() regressionErik Hugne1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+5
2019-02-26tipc: fix race condition causing hung sendtoTung Nguyen1-1/+5
2019-02-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+6
2019-02-21tipc: improve function tipc_wait_for_rcvmsg()Tung Nguyen1-4/+5
2019-02-21tipc: improve function tipc_wait_for_cond()Tung Nguyen1-1/+1
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+44
2019-02-11tipc: fix link session and re-establish issuesTuong Lien3-5/+43
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-01-24tipc: remove dead code in struct tipc_topsrvZhaolong Zhang1-3/+0
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva2-3/+3
2019-01-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+50
2019-01-17tipc: remove unneeded semicolon in trace.cYueHaibing1-2/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_doitYing Xue1-1/+1
2019-01-15tipc: fix uninit-value in tipc_nl_compat_name_table_dumpYing Xue1-0/+2
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_setYing Xue1-0/+5
2019-01-15tipc: fix uninit-value in tipc_nl_compat_bearer_enableYing Xue1-0/+26
2019-01-15tipc: fix uninit-value in tipc_nl_compat_link_reset_statsYing Xue1-0/+15
2019-01-15tipc: fix uninit-value in in tipc_conn_rcv_subYing Xue1-1/+1
2019-01-07tipc: fix memory leak in tipc_nl_compat_publ_dumpGustavo A. R. Silva1-1/+3
2018-12-27tipc: fix a missing check of genlmsg_putKangjie Lu1-0/+2
2018-12-27tipc: fix a double free in tipc_enable_bearer()Cong Wang1-1/+0
2018-12-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5
2018-12-24net/netlink_compat: Fix a missing check of nla_parse_nestedAditya Pakki1-2/+5
2018-12-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-19/+30
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc bearerTuong Lien2-0/+45
2018-12-19tipc: add trace_events for tipc nodeTuong Lien2-0/+24
2018-12-19tipc: add trace_events for tipc socketTuong Lien5-9/+176
2018-12-19tipc: add trace_events for tipc linkTuong Lien4-2/+164
2018-12-19tipc: enable tracepoints in tipcTuong Lien11-5/+716
2018-12-18tipc: handle broadcast NAME_DISTRIBUTOR packet when receiving itZhenbo Gao1-0/+4
2018-12-18tipc: check group dests after tipc_wait_for_cond()Cong Wang1-4/+5
2018-12-14tipc: check tsk->group in tipc_wait_for_cond()Cong Wang1-11/+14
2018-12-14tipc: compare remote and local protocols in tipc_udp_enable()Cong Wang1-0/+5
2018-12-14tipc: fix a double kfree_skb()Cong Wang1-3/+1
2018-12-14tipc: use lock_sock() in tipc_sk_reinit()Cong Wang1-2/+6
2018-12-05tipc: fix node keep alive interval calculationHoang Le1-0/+6
2018-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+5