summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2014-11-21tipc: add name table dump to new netlink apiRichard Alpe3-3/+200
2014-11-21tipc: add net set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add net dump to new netlink apiRichard Alpe3-2/+73
2014-11-21tipc: add node get/dump to new netlink apiRichard Alpe3-1/+106
2014-11-21tipc: add media set to new netlink apiRichard Alpe3-0/+53
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe3-0/+135
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add link set to new netlink apiRichard Alpe3-0/+79
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe5-1/+413
2014-11-21tipc: add publication dump to new netlink apiRichard Alpe4-0/+154
2014-11-21tipc: add sock dump to new netlink apiRichard Alpe3-0/+110
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe3-0/+55
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe4-0/+139
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe7-3/+237
2014-11-16tipc: allow one link per bearer to neighboring nodesHolger Brunck1-2/+3
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-4/+3
2014-10-30tipc: spelling errorsstephen hemminger2-3/+3
2014-10-21tipc: fix lockdep warning when intra-node messages are deliveredYing Xue1-2/+2
2014-10-21tipc: fix a potential deadlockYing Xue3-20/+35
2014-10-17tipc: fix bug in bundled buffer receptionJon Paul Maloy1-1/+6
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy4-3/+21
2014-09-10tipc: fix sparse warningsErik Hugne1-3/+4
2014-09-01tipc: add name distributor resiliency queueErik Hugne5-7/+79
2014-09-01tipc: refactor name table updates out of named packet receive routineErik Hugne1-36/+38
2014-08-29tipc: fix a potential oopsYing Xue1-2/+2
2014-08-23tipc: merge struct tipc_port into struct tipc_sockJon Paul Maloy2-241/+206
2014-08-23tipc: remove files ref.h and ref.cJon Paul Maloy6-334/+250
2014-08-23tipc: remove include file port.hJon Paul Maloy9-193/+121
2014-08-23tipc: remove source file port.cJon Paul Maloy3-130/+97
2014-08-23tipc: remove port_lockJon Paul Maloy4-149/+108
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy2-16/+11
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy8-107/+133
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy3-88/+42
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy3-26/+20
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy3-132/+37
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy3-30/+11
2014-08-23tipc: clean up socket timer functionJon Paul Maloy2-103/+69
2014-08-23tipc: use message to abort connections when losing contact to nodeJon Paul Maloy3-25/+85
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy12-91/+99
2014-08-23tipc: introduce new function tipc_msg_create()Jon Paul Maloy2-2/+33
2014-08-19tipc: Fix build.David S. Miller1-1/+2
2014-08-16tipc: fix message importance range checkErik Hugne2-2/+4
2014-07-29tipc: remove duplicated include from socket.cWei Yongjun1-1/+0
2014-07-28tipc: make tipc_buf_append() more robustJon Paul Maloy1-8/+21
2014-07-20tipc: fix sparse non static symbol warningsWei Yongjun1-2/+3
2014-07-16tipc: ensure sequential message delivery across dual bearersJon Paul Maloy1-12/+5
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy9-37/+37
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy8-440/+0
2014-07-16tipc: start using the new multicast functionsJon Paul Maloy2-41/+56
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy6-2/+136