aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+18
2018-09-12tipc: check return value of __tipc_dump_start()Cong Wang1-1/+4
2018-09-10net: Add and use skb_mark_not_on_list().David S. Miller1-1/+1
2018-09-06tipc: call start and done ops directly in __tipc_nl_compat_dumpit()Cong Wang3-6/+14
2018-09-05tipc: orphan sock in tipc_release()Cong Wang1-0/+1
2018-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-43/+68
2018-09-03tipc: correct spelling errors for tipc_topsrv_queue_evt() commentsZhenbo Gao1-2/+2
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao1-2/+2
2018-09-03tipc: correct structure parameter comments for topsrvZhenbo Gao1-8/+2
2018-08-29tipc: switch to rhashtable iteratorCong Wang4-26/+56
2018-08-29tipc: fix a missing rhashtable_walk_exit()Cong Wang1-0/+2
2018-08-27tipc: fix the big/little endian issue in tipc_destHaiqing Bai2-13/+6
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioYing Xue1-3/+1
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Colin Ian King1-4/+1
2018-07-30net: simplify sock_poll_waitChristoph Hellwig1-1/+1
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai1-1/+1
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Jia-Ju Bai1-1/+1
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaYueHaibing1-0/+1
2018-07-21tipc: make some functions staticYueHaibing3-8/+10
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxDavid S. Miller3-15/+27
2018-07-20tipc: make link capability update thread safeJon Maloy1-0/+4
2018-07-18tipc: remove unused tipc_group_sizeYueHaibing1-5/+0
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing1-5/+0
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy3-22/+52
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy4-6/+32
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy1-19/+24
2018-07-07tipc: make function tipc_net_finalize() thread safeJon Maloy1-6/+11
2018-07-07tipc: fix correct setting of message type in second discovererJon Maloy1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodJon Maloy1-1/+4
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Jon Maloy1-2/+5
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva2-0/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+9
2018-06-30tipc: extend sock diag for group communicationGhantaKrishnamurthy MohanKrishna3-0/+38
2018-06-30tipc: Auto removal of peer down node instanceGhantaKrishnamurthy MohanKrishna1-11/+55
2018-06-30tipc: optimize function tipc_node_timeout()Tung Nguyen1-3/+5
2018-06-30tipc: eliminate buffer cloning in function tipc_msg_extract()Tung Nguyen1-20/+15
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-5/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-2/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds8-59/+143
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-9/+5
2018-05-26net/tipc: convert to ->poll_maskChristoph Hellwig1-9/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+15
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Eric Dumazet1-1/+2
2018-05-10tipc: clean up removal of binding table itemsJon Maloy1-50/+53
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue1-2/+13
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2018-04-27tipc: introduce ioctl for fetching node identityJon Maloy3-2/+33
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy1-1/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller8-25/+40