summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)Author
2020-09-26tipc: use skb_unshare() instead in tipc_buf_append()Xin Long
2020-09-26tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-26tipc: Fix memory leak in tipc_group_create_member()Peilin Ye
2020-09-12tipc: fix using smp_processor_id() in preemptibleTuong Lien
2020-09-12tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-08-27tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang
2020-08-27tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-08tipc: fix retransmission on unicast linksHamish Martin
2020-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-06-14treewide: 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-04tipc: fix NULL pointer dereference in streamingTuong Lien
2020-06-02Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien
2020-06-02Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien
2020-06-01tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing
2020-05-29tipc: remove set but not used variable 'prev'YueHaibing
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig
2020-05-26tipc: add test for Nagle algorithm effectivenessTuong Lien
2020-05-26tipc: add support for broadcast rcv stats dumpingTuong Lien
2020-05-26tipc: enable broadcast retrans via unicastTuong Lien
2020-05-26tipc: add back link trace eventsTuong Lien
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkTuong Lien
2020-05-22tipc: 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-15tipc: 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-03tipc: 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-28Merge 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-08tipc: fix wrong connect() return codeTuong Lien
2020-01-08tipc: 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-06tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-12-20tipc: make legacy address flag readable over netlinkJohn Rutherford
2019-12-17tipc: don't send gap blocks in ACK messagesJon Maloy
2019-12-12net/tipc: Replace rcu_swap_protected() with rcu_replace_pointer()Paul E. McKenney