summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix lockdep warning when intra-node messages are deliveredYing Xue2014-10-211-2/+2
* tipc: fix a potential deadlockYing Xue2014-10-213-20/+35
* tipc: fix bug in bundled buffer receptionJon Paul Maloy2014-10-171-1/+6
* tipc: fix bug in multicast congestion handlingJon Maloy2014-10-074-3/+21
* tipc: fix sparse warningsErik Hugne2014-09-101-3/+4
* tipc: add name distributor resiliency queueErik Hugne2014-09-015-7/+79
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-011-36/+38
* tipc: fix a potential oopsYing Xue2014-08-291-2/+2
* tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2014-08-232-241/+206
* tipc: remove files ref.h and ref.cJon Paul Maloy2014-08-236-334/+250
* tipc: remove include file port.hJon Paul Maloy2014-08-239-193/+121
* tipc: remove source file port.cJon Paul Maloy2014-08-233-130/+97
* tipc: remove port_lockJon Paul Maloy2014-08-234-149/+108
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-232-16/+11
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-238-107/+133
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-233-88/+42
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-233-26/+20
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-233-132/+37
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-233-30/+11
* tipc: clean up socket timer functionJon Paul Maloy2014-08-232-103/+69
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-233-25/+85
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-2312-91/+99
* tipc: introduce new function tipc_msg_create()Jon Paul Maloy2014-08-232-2/+33
* tipc: Fix build.David S. Miller2014-08-191-1/+2
* tipc: fix message importance range checkErik Hugne2014-08-162-2/+4
* tipc: remove duplicated include from socket.cWei Yongjun2014-07-291-1/+0
* tipc: make tipc_buf_append() more robustJon Paul Maloy2014-07-281-8/+21
* tipc: fix sparse non static symbol warningsWei Yongjun2014-07-201-2/+3
* tipc: ensure sequential message delivery across dual bearersJon Paul Maloy2014-07-161-12/+5
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-169-37/+37
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-168-440/+0
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-162-41/+56
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-166-2/+136
* tipc: let internal link users call the new link send functionJon Paul Maloy2014-07-161-8/+7
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-165-85/+48
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-162-3/+9
|\
| * tipc: clear 'next'-pointer of message fragments before reassemblyJon Paul Maloy2014-07-111-0/+1
| * tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy2014-07-081-3/+8
* | tipc: remove unnecessary break after returnFabian Frederick2014-07-151-1/+0
* | tipc: fix a memleak when sending dataErik Hugne2014-07-081-1/+4
* | tipc: fix link acknowledge logic in receive pathErik Hugne2014-07-071-5/+5
* | tipc: refactor message delivery out of tipc_rcvErik Hugne2014-07-071-44/+80
* | tipc: simplify connection congestion handlingJon Paul Maloy2014-06-275-54/+43
* | tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-275-63/+68
* | tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-276-55/+19
* | tipc: let port protocol senders use new link send functionJon Paul Maloy2014-06-271-7/+23
* | tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-274-513/+70
* | tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-273-149/+110
* | tipc: introduce message evaluation functionJon Paul Maloy2014-06-274-38/+51
* | tipc: separate building and sending of rejected messagesJon Paul Maloy2014-06-273-8/+64
OpenPOWER on IntegriCloud