summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-06-133-4/+5
|\
| * tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien2020-06-111-1/+1
| * tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2020-06-112-3/+4
* | treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-2/+2
|/
* tipc: fix NULL pointer dereference in streamingTuong Lien2020-06-041-2/+2
* Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien2020-06-021-1/+0
* Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien2020-06-021-1/+0
* tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing2020-06-011-2/+6
* tipc: remove set but not used variable 'prev'YueHaibing2020-05-291-2/+1
* tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig2020-05-283-12/+14
* tipc: add test for Nagle algorithm effectivenessTuong Lien2020-05-263-17/+64
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-269-56/+101
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-266-11/+28
* tipc: add back link trace eventsTuong Lien2020-05-262-5/+11
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-265-185/+293
* tipc: block BH before using dst_cacheEric Dumazet2020-05-221-1/+5
* tipc: fix failed service subscription deletionTuong Lien2020-05-132-4/+15
* tipc: fix memory leak in service subscriptingTuong Lien2020-05-131-1/+3
* tipc: fix large latency in smart Nagle streamingTuong Lien2020-05-131-11/+31
* tipc: fix partial topology connection closureTuong Lien2020-05-041-2/+3
* tipc: Fix potential tipc_node refcnt leak in tipc_rcvXiyu Yang2020-04-181-1/+3
* tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvXiyu Yang2020-04-181-0/+1
* tipc: fix incorrect increasing of link windowTuong Lien2020-04-151-1/+1
* tipc: Add a missing case of TIPC_DIRECT_MSG typeHoang Le2020-03-263-2/+8
* tipc: add NULL pointer check to prevent kernel oopsHoang Le2020-03-151-2/+10
* tipc: simplify trivial boolean returnHoang Le2020-03-151-3/+0
* tipc: add missing attribute validation for MTU propertyJakub Kicinski2020-03-031-0/+1
* tipc: fix successful connect() but timed outTuong Lien2020-02-101-0/+2
* tipc: make three functions staticChen Wandun2020-02-101-3/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-2812-87/+239
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-093-28/+37
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-224-126/+215
| |\ \
| * | | tipc: make legacy address flag readable over netlinkJohn Rutherford2019-12-203-0/+63
| * | | tipc: don't send gap blocks in ACK messagesJon Maloy2019-12-171-4/+4
| * | | tipc: introduce variable window congestion controlJon Maloy2019-12-109-79/+160
| * | | tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy2019-12-101-1/+5
| * | | tipc: eliminate gap indicator from ACK messagesJon Maloy2019-12-101-5/+9
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-01-251-4/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney2019-12-121-4/+1
| |/ /
* | | tipc: fix wrong connect() return codeTuong Lien2020-01-081-2/+2
* | | tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-081-21/+32
* | | tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
* | | tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
* | | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
| |/ |/|
* | tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-101-3/+3
* | tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-101-14/+18
* | tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-101-9/+15
* | tipc: fix name table rbtree issuesTuong Lien2019-12-101-100/+179
|/
* tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
* net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca2019-12-041-3/+6