Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien
2020-06-05tipc: fix NULL pointer dereference in streamingTuong Lien
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien
2020-06-02tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing
2020-05-30tipc: remove set but not used variable 'prev'YueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-27tipc: add test for Nagle algorithm effectivenessTuong Lien
2020-05-27tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-05-27tipc: enable broadcast retrans via unicastTuong Lien
2020-05-27tipc: add back link trace eventsTuong Lien
2020-05-27tipc: introduce Gap ACK blocks for broadcast linkTuong Lien
2020-05-23tipc: block BH before using dst_cacheEric Dumazet
2020-05-13tipc: fix failed service subscription deletionTuong Lien
2020-05-13tipc: fix memory leak in service subscriptingTuong Lien
2020-05-13tipc: fix large latency in smart Nagle streamingTuong Lien
2020-05-04tipc: fix partial topology connection closureTuong Lien
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang
2020-04-16tipc: fix incorrect increasing of link windowTuong Lien
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le
2020-03-15tipc: add NULL pointer check to prevent kernel oopsHoang Le
2020-03-15tipc: simplify trivial boolean returnHoang Le
2020-03-04tipc: add missing attribute validation for MTU propertyJakub Kicinski
2020-02-10tipc: fix successful connect() but timed outTuong Lien
2020-02-10tipc: make three functions staticChen Wandun
2020-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-09tipc: fix wrong connect() return codeTuong Lien
2020-01-09tipc: fix link overflow issue at socket shutdownTuong Lien
2020-01-08tipc: remove meaningless assignment in MakefileMasahiro Yamada
2020-01-08tipc: do not add socket.o to tipc-y twiceMasahiro Yamada
2020-01-07tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2019-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-21tipc: make legacy address flag readable over netlinkJohn Rutherford
2019-12-18tipc: don't send gap blocks in ACK messagesJon Maloy
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney
2019-12-11tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien
2019-12-11tipc: fix retrans failure due to wrong destinationTuong Lien
2019-12-11tipc: fix potential hanging after b/rcast changingTuong Lien
2019-12-11tipc: fix name table rbtree issuesTuong Lien
2019-12-11tipc: introduce variable window congestion controlJon Maloy
2019-12-11tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy
2019-12-11tipc: eliminate gap indicator from ACK messagesJon Maloy
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca