aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2016-09-01tipc: fix random link resets while adding a second bearerGravatar Parthasarathy Bhuvaragan 1-3/+5
2016-08-25tipc: fix the error handling in tipc_udp_enable()Gravatar Wei Yongjun 1-1/+4
2016-08-15tipc: fix NULL pointer dereference in shutdown()Gravatar Vegard Nossum 1-1/+2
2016-08-10tipc: fix variable dereference before NULL checkGravatar Parthasarathy Bhuvaragan 1-1/+2
2016-07-30tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor()Gravatar Wei Yongjun 1-1/+1
2016-07-26tipc: dump monitor attributesGravatar Parthasarathy Bhuvaragan 5-0/+235
2016-07-26tipc: add a function to get the bearer nameGravatar Parthasarathy Bhuvaragan 2-0/+22
2016-07-26tipc: get monitor threshold for the clusterGravatar Parthasarathy Bhuvaragan 5-0/+67
2016-07-26tipc: make cluster size threshold for monitoring configurableGravatar Parthasarathy Bhuvaragan 6-2/+55
2016-07-26tipc: introduce constants for tipc address validationGravatar Parthasarathy Bhuvaragan 2-6/+3
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-5/+35
2016-07-11tipc: reset all unicast links when broadcast send link failsGravatar Jon Paul Maloy 3-4/+27
2016-07-11tipc: ensure correct broadcast send buffer release when peer is lostGravatar Jon Paul Maloy 1-0/+2
2016-07-11tipc: extend broadcast link initialization criteriaGravatar Jon Paul Maloy 1-1/+6
2016-07-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2016-07-01tipc: fix nl compat regression for link statisticsGravatar Richard Alpe 1-1/+1
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 5-25/+51
2016-06-29tipc: rename udp_port in struct udp_media_addrGravatar Richard Alpe 1-12/+12
2016-06-29tipc: honor msg2addr return valueGravatar Richard Alpe 1-1/+4
2016-06-27tipc: Use kmemdup instead of kmalloc and memcpyGravatar Amitoj Kaur Chawla 1-2/+1
2016-06-22tipc: unclone unbundled buffers before forwardingGravatar Jon Paul Maloy 2-11/+6
2016-06-17tipc: fix socket timer deadlockGravatar Jon Paul Maloy 1-12/+42
2016-06-17tipc: potential shift wrapping bug in map_set()Gravatar Dan Carpenter 1-2/+2
2016-06-15tipc: eliminate uninitialized variable warningGravatar Ying Xue 1-1/+2
2016-06-15tipc: fix suspicious RCU usageGravatar Ying Xue 1-1/+1
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 10-31/+797
2016-06-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-06-08tipc: change node timer unit from jiffies to msGravatar Jon Paul Maloy 2-10/+10
2016-06-08tipc: correct error in node fsmGravatar Jon Paul Maloy 1-2/+2
2016-06-02tipc: fix an infoleak in tipc_nl_compat_link_dumpGravatar Kangjie Lu 1-1/+2
2016-05-25tipc: fix potential null pointer dereferences in some compat functionsGravatar Baozeng Ding 1-18/+93
2016-05-19tipc: block BH in TCP callbacksGravatar Eric Dumazet 1-4/+4
2016-05-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Gravatar Linus Torvalds 1-1/+1
2016-05-17tipc: fix nametable publication field in nl compatGravatar Richard Alpe 1-1/+1
2016-05-16tipc: check nl sock before parsing nested attributesGravatar Richard Alpe 1-0/+3
2016-05-12tipc: eliminate risk of double link_up eventsGravatar Jon Paul Maloy 1-1/+1
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+5
2016-05-03tipc: redesign connection-level flow controlGravatar Jon Paul Maloy 5-62/+122
2016-05-03tipc: propagate peer node capabilities to socket layerGravatar Jon Paul Maloy 3-2/+22
2016-05-03tipc: re-enable compensation for socket receive buffer double countingGravatar Jon Paul Maloy 1-1/+1
2016-05-01tipc: only process unicast on intended nodeGravatar Hamish Martin 1-0/+5
2016-05-01tipc: set 'active' state correctly for first established linkGravatar Jon Paul Maloy 1-0/+1
2016-04-28tipc: remove an unnecessary NULL checkGravatar Dan Carpenter 1-2/+1
2016-04-24tipc: fix stale links after re-enabling bearerGravatar Parthasarathy Bhuvaragan 1-2/+1
2016-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 3-9/+30
2016-04-18treewide: Fix typos in printkGravatar Masanari Iida 1-1/+1
2016-04-15tipc: let first message on link be a state messageGravatar Jon Paul Maloy 3-5/+8
2016-04-15tipc: ensure that first packets on link are sent in orderGravatar Jon Paul Maloy 1-0/+4
2016-04-15tipc: refactor function tipc_link_timeout()Gravatar Jon Paul Maloy 1-20/+16
2016-04-15tipc: reduce transmission rate of reset messages when link is downGravatar Jon Paul Maloy 1-3/+4