aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2018-08-29tipc: switch to rhashtable iteratorGravatar Cong Wang 4-26/+56
2018-08-29tipc: fix a missing rhashtable_walk_exit()Gravatar Cong Wang 1-0/+2
2018-08-27tipc: fix the big/little endian issue in tipc_destGravatar Haiqing Bai 2-13/+6
2018-08-09Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-3/+1
2018-08-07tipc: fix an interrupt unsafe locking scenarioGravatar Ying Xue 1-3/+1
2018-08-01net/tipc: remove redundant variables 'tn' and 'oport'Gravatar Colin Ian King 1-4/+1
2018-07-30net: simplify sock_poll_waitGravatar Christoph Hellwig 1-1/+1
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Gravatar Jia-Ju Bai 1-1/+1
2018-07-27net: tipc: name_table: Replace GFP_ATOMIC with GFP_KERNEL in tipc_nametbl_init()Gravatar Jia-Ju Bai 1-1/+1
2018-07-26tipc: add missing dev_put() on error in tipc_enable_l2_mediaGravatar YueHaibing 1-0/+1
2018-07-21tipc: make some functions staticGravatar YueHaibing 3-8/+10
2018-07-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/torvalds/linuxGravatar David S. Miller 3-15/+27
2018-07-20tipc: make link capability update thread safeGravatar Jon Maloy 1-0/+4
2018-07-18tipc: remove unused tipc_group_sizeGravatar YueHaibing 1-5/+0
2018-07-18tipc: remove unused tipc_link_is_activeGravatar YueHaibing 1-5/+0
2018-07-11tipc: check session number before accepting link protocol messagesGravatar Jon Maloy 3-22/+52
2018-07-11tipc: add sequence number check for link STATE messagesGravatar Jon Maloy 4-6/+32
2018-07-07tipc: extend link reset criteria for stale packet retransmissionGravatar Jon Maloy 1-19/+24
2018-07-07tipc: make function tipc_net_finalize() thread safeGravatar Jon Maloy 1-6/+11
2018-07-07tipc: fix correct setting of message type in second discovererGravatar Jon Maloy 1-6/+7
2018-07-07tipc: correct discovery message handling during address trial periodGravatar Jon Maloy 1-1/+4
2018-07-07tipc: fix wrong return value from function tipc_node_try_addr()Gravatar Jon Maloy 1-2/+5
2018-07-05tipc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 2-0/+2
2018-07-03Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-5/+9
2018-06-30tipc: extend sock diag for group communicationGravatar GhantaKrishnamurthy MohanKrishna 3-0/+38
2018-06-30tipc: Auto removal of peer down node instanceGravatar GhantaKrishnamurthy MohanKrishna 1-11/+55
2018-06-30tipc: optimize function tipc_node_timeout()Gravatar Tung Nguyen 1-3/+5
2018-06-30tipc: eliminate buffer cloning in function tipc_msg_extract()Gravatar Tung Nguyen 1-20/+15
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-5/+9
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-2/+3
2018-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 8-59/+143
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-9/+5
2018-05-26net/tipc: convert to ->poll_maskGravatar Christoph Hellwig 1-9/+5
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+15
2018-05-10tipc: fix one byte leak in tipc_sk_set_orig_addr()Gravatar Eric Dumazet 1-1/+2
2018-05-10tipc: clean up removal of binding table itemsGravatar Jon Maloy 1-50/+53
2018-05-10tipc: eliminate KMSAN uninit-value in strcmp complaintGravatar Ying Xue 1-2/+13
2018-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2018-04-27tipc: introduce ioctl for fetching node identityGravatar Jon Maloy 3-2/+33
2018-04-27tipc: fix bug in function tipc_nl_node_dump_monitorGravatar Jon Maloy 1-1/+1
2018-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 8-25/+40
2018-04-20tipc: confgiure and apply UDP bearer MTU on running linksGravatar GhantaKrishnamurthy MohanKrishna 3-5/+25
2018-04-20tipc: implement configuration of UDP media MTUGravatar GhantaKrishnamurthy MohanKrishna 3-0/+30
2018-04-20tipc: set default MTU for UDP mediaGravatar GhantaKrishnamurthy MohanKrishna 1-2/+2
2018-04-18tipc: fix infinite loop when dumping link monitor summaryGravatar Tung Nguyen 2-8/+5
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopGravatar Jon Maloy 1-12/+17
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Gravatar Eric Dumazet 2-0/+4
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDRGravatar Eric Dumazet 1-1/+2
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Gravatar Jon Maloy 1-1/+3
2018-04-12tipc: fix unbalanced reference counterGravatar Jon Maloy 3-3/+9