summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-246-21/+29
* tipc: add name table dump to new netlink apiRichard Alpe2014-11-213-3/+200
* tipc: add net set to new netlink apiRichard Alpe2014-11-213-0/+53
* tipc: add net dump to new netlink apiRichard Alpe2014-11-213-2/+73
* tipc: add node get/dump to new netlink apiRichard Alpe2014-11-213-1/+106
* tipc: add media set to new netlink apiRichard Alpe2014-11-213-0/+53
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-213-0/+135
* tipc: add link stat reset to new netlink apiRichard Alpe2014-11-213-0/+55
* tipc: add link set to new netlink apiRichard Alpe2014-11-213-0/+79
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-215-1/+413
* tipc: add publication dump to new netlink apiRichard Alpe2014-11-214-0/+154
* tipc: add sock dump to new netlink apiRichard Alpe2014-11-213-0/+110
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-213-0/+55
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-214-0/+139
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-217-3/+237
* tipc: allow one link per bearer to neighboring nodesHolger Brunck2014-11-161-2/+3
* net: Add and use skb_copy_datagram_msg() helper.David S. Miller2014-11-051-4/+3
* tipc: spelling errorsstephen hemminger2014-10-302-3/+3
* 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