aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2014-10-07tipc: fix bug in multicast congestion handlingGravatar Jon Maloy 4-3/+21
2014-09-10tipc: fix sparse warningsGravatar Erik Hugne 1-3/+4
2014-09-01tipc: add name distributor resiliency queueGravatar Erik Hugne 5-7/+79
2014-09-01tipc: refactor name table updates out of named packet receive routineGravatar Erik Hugne 1-36/+38
2014-08-29tipc: fix a potential oopsGravatar Ying Xue 1-2/+2
2014-08-23tipc: merge struct tipc_port into struct tipc_sockGravatar Jon Paul Maloy 2-241/+206
2014-08-23tipc: remove files ref.h and ref.cGravatar Jon Paul Maloy 6-334/+250
2014-08-23tipc: remove include file port.hGravatar Jon Paul Maloy 9-193/+121
2014-08-23tipc: remove source file port.cGravatar Jon Paul Maloy 3-130/+97
2014-08-23tipc: remove port_lockGravatar Jon Paul Maloy 4-149/+108
2014-08-23tipc: replace port pointer with socket pointer in registryGravatar Jon Paul Maloy 2-16/+11
2014-08-23tipc: use registry when scanning socketsGravatar Jon Paul Maloy 8-107/+133
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyGravatar Jon Paul Maloy 3-88/+42
2014-08-23tipc: redefine message acknowledge functionGravatar Jon Paul Maloy 3-26/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsGravatar Jon Paul Maloy 3-132/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Gravatar Jon Paul Maloy 3-30/+11
2014-08-23tipc: clean up socket timer functionGravatar Jon Paul Maloy 2-103/+69
2014-08-23tipc: use message to abort connections when losing contact to nodeGravatar Jon Paul Maloy 3-25/+85
2014-08-23tipc: use pseudo message to wake up sockets after link congestionGravatar Jon Paul Maloy 12-91/+99
2014-08-23tipc: introduce new function tipc_msg_create()Gravatar Jon Paul Maloy 2-2/+33
2014-08-19tipc: Fix build.Gravatar David S. Miller 1-1/+2
2014-08-16tipc: fix message importance range checkGravatar Erik Hugne 2-2/+4
2014-07-29tipc: remove duplicated include from socket.cGravatar Wei Yongjun 1-1/+0
2014-07-28tipc: make tipc_buf_append() more robustGravatar Jon Paul Maloy 1-8/+21
2014-07-20tipc: fix sparse non static symbol warningsGravatar Wei Yongjun 1-2/+3
2014-07-16tipc: ensure sequential message delivery across dual bearersGravatar Jon Paul Maloy 1-12/+5
2014-07-16tipc: rename temporarily named functionsGravatar Jon Paul Maloy 9-37/+37
2014-07-16tipc: remove unreferenced functionsGravatar Jon Paul Maloy 8-440/+0
2014-07-16tipc: start using the new multicast functionsGravatar Jon Paul Maloy 2-41/+56
2014-07-16tipc: add new functions for multicast and broadcast distributionGravatar Jon Paul Maloy 6-2/+136
2014-07-16tipc: let internal link users call the new link send functionGravatar Jon Paul Maloy 1-8/+7
2014-07-16tipc: make name table distributor use new send functionGravatar Jon Paul Maloy 5-85/+48
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-3/+9
2014-07-15tipc: remove unnecessary break after returnGravatar Fabian Frederick 1-1/+0
2014-07-11tipc: clear 'next'-pointer of message fragments before reassemblyGravatar Jon Paul Maloy 1-0/+1
2014-07-08tipc: fix a memleak when sending dataGravatar Erik Hugne 1-1/+4
2014-07-08tipc: fix bug in multicast/broadcast message reassemblyGravatar Jon Paul Maloy 1-3/+8
2014-07-07tipc: fix link acknowledge logic in receive pathGravatar Erik Hugne 1-5/+5
2014-07-07tipc: refactor message delivery out of tipc_rcvGravatar Erik Hugne 1-44/+80
2014-06-27tipc: simplify connection congestion handlingGravatar Jon Paul Maloy 5-54/+43
2014-06-27tipc: clean up connection protocol reception functionGravatar Jon Paul Maloy 5-63/+68
2014-06-27tipc: same receive code path for connection protocol and data messagesGravatar Jon Paul Maloy 6-55/+19
2014-06-27tipc: let port protocol senders use new link send functionGravatar Jon Paul Maloy 1-7/+23
2014-06-27tipc: connection oriented transport uses new send functionsGravatar Jon Paul Maloy 4-513/+70
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsGravatar Jon Paul Maloy 3-149/+110
2014-06-27tipc: introduce message evaluation functionGravatar Jon Paul Maloy 4-38/+51
2014-06-27tipc: separate building and sending of rejected messagesGravatar Jon Paul Maloy 3-8/+64
2014-06-27tipc: introduce direct iovec to buffer chain fragmentation functionGravatar Jon Paul Maloy 2-0/+105
2014-06-27tipc: make link mtu easily accessible from socketGravatar Jon Paul Maloy 2-4/+38
2014-06-27tipc: introduce send functions for chained buffers in linkGravatar Jon Paul Maloy 4-13/+250