summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long2020-08-071-5/+5
* tipc: set ub->ifindex for local ipv6 addressXin Long2020-08-051-0/+8
* tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin2020-08-031-3/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-251-1/+1
|\
| * tipc: allow to build NACK message in link timeout functionTung Nguyen2020-07-201-1/+1
* | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-4/+4
* | net: tipc: kerneldoc fixesAndrew Lunn2020-07-137-16/+13
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-111-8/+18
|\|
| * tipc: fix retransmission on unicast linksHamish Martin2020-07-081-8/+18
* | tipc: Use struct_size() helperGustavo A. R. Silva2020-06-192-8/+6
* | tipc: update a binding service via broadcastHoang Huu Le2020-06-1710-48/+177
|/
* 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
| |/ /