aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2018-01-19tipc: fix race between poll() and setsockopt()Gravatar Jon Maloy 3-17/+13
2018-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-12/+14
2018-01-16tipc: fix race condition at topology server receiveGravatar Jon Maloy 3-46/+51
2018-01-15tipc: fix bug during lookup of multicast destination nodesGravatar Jon Maloy 3-8/+4
2018-01-15tipc: fix a memory leak in tipc_nl_node_get_link()Gravatar Cong Wang 1-12/+14
2018-01-15tipc: fix a potental access after delete in tipc_sk_join()Gravatar Jon Maloy 1-0/+1
2018-01-09tipc: improve poll() for group member socketGravatar Jon Maloy 3-33/+41
2018-01-09tipc: improve groupcast scope handlingGravatar Jon Maloy 8-71/+96
2018-01-09tipc: add option to suppress PUBLISH events for pre-existing publicationsGravatar Jon Maloy 6-15/+21
2018-01-09tipc: send out join messages as soon as new member is discoveredGravatar Jon Maloy 4-42/+68
2018-01-09tipc: simplify group LEAVE sequenceGravatar Jon Maloy 1-31/+9
2018-01-09tipc: create group member event messages when they are neededGravatar Jon Maloy 3-44/+56
2018-01-09tipc: adjustment to group member FSMGravatar Jon Maloy 1-3/+2
2018-01-09tipc: let group member stay in JOINED mode if unable to reclaimGravatar Jon Maloy 1-12/+22
2018-01-09tipc: a couple of cleanupsGravatar Jon Maloy 1-14/+8
2018-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+18
2018-01-08net: tipc: remove unused hardirq.hGravatar Yang Shi 1-1/+0
2018-01-05tipc: simplify small window members' sorting algorithmGravatar Jon Maloy 1-9/+4
2018-01-05tipc: some clarifying name changesGravatar Jon Maloy 1-23/+23
2018-01-02tipc: fix problems with multipoint-to-point flow controlGravatar Jon Maloy 1-4/+18
2017-12-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 4-13/+31
2017-12-28tipc: fix hanging poll() for stream socketsGravatar Parthasarathy Bhuvaragan 1-1/+1
2017-12-27tipc: fix tipc_mon_delete() oops in tipc_enable_bearer() error pathGravatar Tommi Rantala 1-1/+5
2017-12-27tipc: error path leak fixes in tipc_enable_bearer()Gravatar Tommi Rantala 1-1/+4
2017-12-26tipc: fix memory leak of group member when peer node is lostGravatar Jon Maloy 1-9/+18
2017-12-26tipc: base group replicast ack counter on number of actual receiversGravatar Jon Maloy 1-1/+3
2017-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-8/+8
2017-12-20tipc: remove joining group member from congested listGravatar Jon Maloy 1-4/+2
2017-12-19tipc: fix list sorting bug in function tipc_group_update_member()Gravatar Jon Maloy 1-2/+1
2017-12-18tipc: remove leaving group member from all listsGravatar Jon Maloy 1-2/+4
2017-12-18tipc: fix lost member events bugGravatar Jon Maloy 1-0/+1
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-12-13tipc: eliminate potential memory leakGravatar Jon Maloy 1-1/+1
2017-12-11rhashtable: Change rhashtable_walk_start to return voidGravatar Tom Herbert 1-4/+2
2017-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2017-12-05tipc: fix memory leak in tipc_accept_from_sock()Gravatar Jon Maloy 1-0/+1
2017-12-05tipc: fix a null pointer deref on error pathGravatar Cong Wang 1-1/+1
2017-12-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-4/+0
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsGravatar Jon Maloy 4-13/+55
2017-12-01tipc: call tipc_rcv() only if bearer is up in tipc_udp_recv()Gravatar Tommi Rantala 1-4/+0
2017-11-27tipc: eliminate access after delete in group_filter_msg()Gravatar Jon Maloy 1-1/+1
2017-11-21tipc: fix access of released memoryGravatar Jon Maloy 1-1/+1
2017-11-16tipc: enforce valid ratio between skb truesize and contentsGravatar Jon Maloy 3-9/+24
2017-11-11tipc: improve link resiliency when rps is activatedGravatar Jon Maloy 2-11/+25
2017-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-0/+1
2017-11-03tipc: eliminate unnecessary probingGravatar Jon Maloy 1-1/+10
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-11-01net: tipc: Convert timers to use timer_setup()Gravatar Kees Cook 5-18/+18
2017-10-26tipc: fix a dangling pointerGravatar Cong Wang 1-1/+3
2017-10-26tipc: eliminate KASAN warningGravatar Jon Maloy 1-1/+1