summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2020-10-25mm: remove kzfree() compatibility definitionEric Biggers
2020-10-16tipc: fix incorrect setting window for bcast linkHoang Huu Le
2020-10-16tipc: re-configure queue limit for broadcast linkHoang Huu Le
2020-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-10-09tipc: fix NULL pointer dereference in tipc_named_rcvHoang Huu Le
2020-10-09tipc: fix the skb_unshare() in tipc_buf_append()Cong Wang
2020-10-02genetlink: move to smaller ops wherever possibleJakub Kicinski
2020-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-09-18net: tipc: Supply missing udp_media.h include fileWang Hai
2020-09-18tipc: Remove unused macro CF_SERVERYueHaibing
2020-09-18net: tipc: delete duplicated wordsRandy Dunlap
2020-09-18tipc: add automatic rekeying for encryption keyTuong Lien
2020-09-18tipc: add automatic session key exchangeTuong Lien
2020-09-18tipc: introduce encryption master keyTuong Lien
2020-09-18tipc: optimize key switching time and logicTuong Lien
2020-09-15net: tipc: kerneldoc fixesLu Wei
2020-09-14tipc: use skb_unshare() instead in tipc_buf_append()Xin Long
2020-09-14tipc: Fix memory leak in tipc_group_create_member()Peilin Ye
2020-09-10tipc: fix shutdown() of connection oriented socketTetsuo Handa
2020-09-07tipc: fix a deadlock when flushing scheduled workHoang Huu Le
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-09-02tipc: fix shutdown() of connectionless socketTetsuo Handa
2020-08-31tipc: Remove unused macro TIPC_NACK_INTVYueHaibing
2020-08-31tipc: Remove unused macro TIPC_FWD_MSGYueHaibing
2020-08-30tipc: fix using smp_processor_id() in preemptibleTuong Lien
2020-08-27tipc: fix use-after-free in tipc_bcast_get_modeHoang Huu Le
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-08-20tipc: call rcu_read_lock() in tipc_aead_encrypt_done()Xin Long
2020-08-18ipv6: some fixes for ipv6_dev_find()Xin Long
2020-08-18net: tipc: Convert to use the preferred fallthrough macroMiaohe Lin
2020-08-16tipc: not enable tipc when ipv6 works as a moduleXin Long
2020-08-16tipc: fix uninit skb->data in tipc_nl_compat_dumpit()Cong Wang
2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long
2020-08-05tipc: set ub->ifindex for local ipv6 addressXin Long
2020-08-03tipc: Use is_broadcast_ether_addr() instead of memcmp()Huang Guobin
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig
2020-07-20tipc: allow to build NACK message in link timeout functionTung Nguyen
2020-07-13net: tipc: kerneldoc fixesAndrew Lunn
2020-07-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-07-08tipc: fix retransmission on unicast linksHamish Martin
2020-06-19tipc: Use struct_size() helperGustavo A. R. Silva
2020-06-17tipc: update a binding service via broadcastHoang Huu Le
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