summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix bug in bundled buffer receptionJon Paul Maloy2014-10-181-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-025-7/+79
* tipc: refactor name table updates out of named packet receive routineErik Hugne2014-09-021-36/+38
* tipc: fix a potential oopsYing Xue2014-08-301-2/+2
* tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2014-08-232-241/+206Star
* tipc: remove files ref.h and ref.cJon Paul Maloy2014-08-236-334/+250Star
* tipc: remove include file port.hJon Paul Maloy2014-08-239-193/+121Star
* tipc: remove source file port.cJon Paul Maloy2014-08-233-130/+97Star
* tipc: remove port_lockJon Paul Maloy2014-08-234-149/+108Star
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-232-16/+11Star
* 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/+42Star
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-233-26/+20Star
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-233-132/+37Star
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-233-30/+11Star
* tipc: clean up socket timer functionJon Paul Maloy2014-08-232-103/+69Star
* 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-172-2/+4
* tipc: remove duplicated include from socket.cWei Yongjun2014-07-301-1/+0Star
* tipc: make tipc_buf_append() more robustJon Paul Maloy2014-07-291-8/+21
* tipc: fix sparse non static symbol warningsWei Yongjun2014-07-211-2/+3
* tipc: ensure sequential message delivery across dual bearersJon Paul Maloy2014-07-171-12/+5Star
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-179-37/+37
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-178-440/+0Star
* tipc: start using the new multicast functionsJon Paul Maloy2014-07-172-41/+56
* tipc: add new functions for multicast and broadcast distributionJon Paul Maloy2014-07-176-2/+136
* tipc: let internal link users call the new link send functionJon Paul Maloy2014-07-171-8/+7Star
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-175-85/+48Star
* 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-121-0/+1
| * tipc: fix bug in multicast/broadcast message reassemblyJon Paul Maloy2014-07-091-3/+8
* | tipc: remove unnecessary break after returnFabian Frederick2014-07-161-1/+0Star
* | tipc: fix a memleak when sending dataErik Hugne2014-07-091-1/+4
* | tipc: fix link acknowledge logic in receive pathErik Hugne2014-07-081-5/+5
* | tipc: refactor message delivery out of tipc_rcvErik Hugne2014-07-081-44/+80
* | tipc: simplify connection congestion handlingJon Paul Maloy2014-06-275-54/+43Star
* | 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/+19Star
* | 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/+70Star
* | tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-273-149/+110Star
* | 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
* | tipc: introduce direct iovec to buffer chain fragmentation functionJon Paul Maloy2014-06-272-0/+105
* | tipc: make link mtu easily accessible from socketJon Paul Maloy2014-06-272-4/+38