aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-1/+1
2020-07-24net: pass a sockptr_t into ->setsockoptGravatar Christoph Hellwig 1-4/+4
2020-07-20tipc: allow to build NACK message in link timeout functionGravatar Tung Nguyen 1-1/+1
2020-07-13net: tipc: kerneldoc fixesGravatar Andrew Lunn 7-16/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-8/+18
2020-07-08tipc: fix retransmission on unicast linksGravatar Hamish Martin 1-8/+18
2020-06-19tipc: Use struct_size() helperGravatar Gustavo A. R. Silva 2-8/+6
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 10-48/+177
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Linus Torvalds 3-4/+5
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-2/+2
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Gravatar Tuong Lien 1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Gravatar Tuong Lien 2-3/+4
2020-06-04tipc: fix NULL pointer dereference in streamingGravatar Tuong Lien 1-2/+2
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Gravatar Tuong Lien 1-1/+0
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Gravatar Tuong Lien 1-1/+0
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()Gravatar YueHaibing 1-2/+6
2020-05-29tipc: remove set but not used variable 'prev'Gravatar YueHaibing 1-2/+1
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerGravatar Christoph Hellwig 3-12/+14
2020-05-26tipc: add test for Nagle algorithm effectivenessGravatar Tuong Lien 3-17/+64
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 9-56/+101
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 6-11/+28
2020-05-26tipc: add back link trace eventsGravatar Tuong Lien 2-5/+11
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkGravatar Tuong Lien 5-185/+293
2020-05-22tipc: block BH before using dst_cacheGravatar Eric Dumazet 1-1/+5
2020-05-13tipc: fix failed service subscription deletionGravatar Tuong Lien 2-4/+15
2020-05-13tipc: fix memory leak in service subscriptingGravatar Tuong Lien 1-1/+3
2020-05-13tipc: fix large latency in smart Nagle streamingGravatar Tuong Lien 1-11/+31
2020-05-04tipc: fix partial topology connection closureGravatar Tuong Lien 1-2/+3
2020-04-18tipc: Fix potential tipc_node refcnt leak in tipc_rcvGravatar Xiyu Yang 1-1/+3
2020-04-18tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcvGravatar Xiyu Yang 1-0/+1
2020-04-15tipc: fix incorrect increasing of link windowGravatar Tuong Lien 1-1/+1
2020-03-26tipc: Add a missing case of TIPC_DIRECT_MSG typeGravatar Hoang Le 3-2/+8
2020-03-15tipc: add NULL pointer check to prevent kernel oopsGravatar Hoang Le 1-2/+10
2020-03-15tipc: simplify trivial boolean returnGravatar Hoang Le 1-3/+0
2020-03-03tipc: add missing attribute validation for MTU propertyGravatar Jakub Kicinski 1-0/+1
2020-02-10tipc: fix successful connect() but timed outGravatar Tuong Lien 1-0/+2
2020-02-10tipc: make three functions staticGravatar Chen Wandun 1-3/+4
2020-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 12-87/+239
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Gravatar Ingo Molnar 1-4/+1
2020-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 3-28/+37
2020-01-08tipc: fix wrong connect() return codeGravatar Tuong Lien 1-2/+2
2020-01-08tipc: fix link overflow issue at socket shutdownGravatar Tuong Lien 1-21/+32
2020-01-08tipc: remove meaningless assignment in MakefileGravatar Masahiro Yamada 1-2/+0
2020-01-08tipc: do not add socket.o to tipc-y twiceGravatar Masahiro Yamada 1-1/+1
2020-01-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorGravatar Ying Xue 1-2/+2
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 4-126/+215
2019-12-20tipc: make legacy address flag readable over netlinkGravatar John Rutherford 3-0/+63
2019-12-17tipc: don't send gap blocks in ACK messagesGravatar Jon Maloy 1-4/+4
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Gravatar Paul E. McKenney 1-4/+1
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Gravatar Tuong Lien 1-3/+3