summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-268-175/+203
* tipc: use generic SKB list APIs to manage link receive queueYing Xue2014-11-262-50/+37
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-265-69/+47
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-265-176/+153
* tipc: use skb_queue_walk_safe marco to simplify link_prepare_wakeup routineYing Xue2014-11-261-6/+6
* tipc: remove unused between routineYing Xue2014-11-261-9/+0
* tipc: eliminate two pseudo message types of BUNDLE_OPEN and BUNDLE_CLOSEDYing Xue2014-11-264-8/+5
* tipc: clean up the process of link pushing packetsYing Xue2014-11-263-42/+24
* tipc: remove retransmission queueYing Xue2014-11-262-38/+1
* tipc: remove protocol message queueYing Xue2014-11-262-24/+0
* tipc: remove node subscription infrastructureYing Xue2014-11-269-179/+56
* Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-253-12/+11
|\
| * tipc_msg_build(): pass msghdr instead of its ->msg_iovAl Viro2014-11-243-9/+8
| * tipc_sendmsg(): pass msghdr instead of its ->msg_iovAl Viro2014-11-241-4/+4
* | 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
OpenPOWER on IntegriCloud