summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2020-09-19net: tipc: Supply missing udp_media.h include fileWang Hai1-0/+1
2020-09-19tipc: Remove unused macro CF_SERVERYueHaibing1-1/+0
2020-09-19net: tipc: delete duplicated wordsRandy Dunlap2-2/+2
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien4-3/+138
2020-09-18tipc: add automatic session key exchangeTuong Lien7-20/+405
2020-09-18tipc: introduce encryption master keyTuong Lien5-62/+174
2020-09-18tipc: optimize key switching time and logicTuong Lien3-231/+165
2020-09-07tipc: fix a deadlock when flushing scheduled workHoang Huu Le4-19/+19
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-7/+16
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-6/+15
2020-09-03tipc: fix shutdown() of connectionless socketTetsuo Handa1-3/+6
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing1-5/+0
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing1-1/+0
2020-08-31tipc: fix using smp_processor_id() in preemptibleTuong Lien1-3/+9
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le1-0/+5
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva4-5/+5
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2-5/+5
2020-08-21tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long1-0/+2
2020-08-19ipv6: some fixes for ipv6_dev_find()Xin Long1-5/+3
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin3-4/+4
2020-08-17tipc: not enable tipc when ipv6 works as a moduleXin Long1-0/+1
2020-08-17tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang1-1/+11
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long1-5/+5
2020-08-05tipc: set ub->ifindex for local ipv6 addressXin Long1-0/+8
2020-08-04tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin1-3/+1
2020-07-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-07-25net: pass a sockptr_t into ->setsockoptChristoph Hellwig1-4/+4
2020-07-21tipc: allow to build NACK message in link timeout functionTung Nguyen1-1/+1
2020-07-14net: tipc: kerneldoc fixesAndrew Lunn7-16/+13
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-8/+18
2020-07-09tipc: fix retransmission on unicast linksHamish Martin1-8/+18
2020-06-20tipc: Use struct_size() helperGustavo A. R. Silva2-8/+6
2020-06-17tipc: update a binding service via broadcastHoang Huu Le10-48/+177
2020-06-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-4/+5
2020-06-13treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-2/+2
2020-06-11tipc: fix NULL pointer dereference in tipc_disc_rcv()Tuong Lien1-1/+1
2020-06-11tipc: fix kernel WARNING in tipc_msg_append()Tuong Lien2-3/+4
2020-06-05tipc: fix NULL pointer dereference in streamingTuong Lien1-2/+2
2020-06-03Revert "tipc: Fix potential tipc_aead refcnt leak in tipc_crypto_rcv"Tuong Lien1-1/+0
2020-06-03Revert "tipc: Fix potential tipc_node refcnt leak in tipc_rcv"Tuong Lien1-1/+0
2020-06-02tipc: Fix NULL pointer dereference in __tipc_sendstream()YueHaibing1-2/+6
2020-05-30tipc: remove set but not used variable 'prev'YueHaibing1-2/+1
2020-05-28tipc: call tsk_set_importance from tipc_topsrv_create_listenerChristoph Hellwig3-12/+14
2020-05-27tipc: add test for Nagle algorithm effectivenessTuong Lien3-17/+64
2020-05-27tipc: add support for broadcast rcv stats dumpingTuong Lien9-56/+101
2020-05-27tipc: enable broadcast retrans via unicastTuong Lien6-11/+28
2020-05-27tipc: add back link trace eventsTuong Lien2-5/+11
2020-05-27tipc: introduce Gap ACK blocks for broadcast linkTuong Lien5-185/+293
2020-05-23tipc: block BH before using dst_cacheEric Dumazet1-1/+5
2020-05-13tipc: fix failed service subscription deletionTuong Lien2-4/+15