summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
Commit message (Expand)AuthorAgeFilesLines
...
* tipc: make bearer list support net namespaceYing Xue2015-01-121-1/+2
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-10/+14
* tipc: remove unused tipc_link_get_max_pkt routineYing Xue2015-01-121-1/+0
* tipc: cleanup core.c and core.h filesYing Xue2015-01-121-0/+4
* tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue2015-01-121-2/+2
* tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue2014-11-261-2/+3
* tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue2014-11-261-8/+3
* tipc: use generic SKB list APIs to manage link transmission queueYing Xue2014-11-261-7/+10
* tipc: remove unused between routineYing Xue2014-11-261-9/+0
* tipc: clean up the process of link pushing packetsYing Xue2014-11-261-1/+1
* tipc: remove retransmission queueYing Xue2014-11-261-4/+0
* tipc: remove protocol message queueYing Xue2014-11-261-2/+0
* tipc: add link stat reset to new netlink apiRichard Alpe2014-11-211-0/+1
* tipc: add link set to new netlink apiRichard Alpe2014-11-211-0/+1
* tipc: add link get/dump to new netlink apiRichard Alpe2014-11-211-0/+2
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-0/+3
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-4/+3
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-161-2/+2
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-161-6/+0
* tipc: make name table distributor use new send functionJon Paul Maloy2014-07-161-1/+0
* tipc: introduce send functions for chained buffers in linkJon Paul Maloy2014-06-271-0/+2
* tipc: rename and move message reassembly functionJon Paul Maloy2014-05-141-12/+2
* tipc: avoid to asynchronously reset all linksYing Xue2014-05-051-0/+1
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-2/+4
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-15/+14
* tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-131-1/+1
* tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-131-5/+3
* tipc: redefine 'started' flag in struct link to bitmapYing Xue2014-02-131-11/+11
* tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-131-0/+1
* tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-131-0/+1
* tipc: stricter behavior of message reassembly functionJon Paul Maloy2014-02-131-3/+3
* tipc: make link start event synchronousJon Paul Maloy2014-01-071-1/+1
* tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-071-5/+10
* tipc: make local function staticstephen hemminger2014-01-041-1/+0
* tipc: remove unused 'blocked' flag from tipc_link structYing Xue2013-12-111-7/+0
* tipc: message reassembly using fragment chainErik Hugne2013-11-071-6/+14
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-3/+1
* tipc: remove the bearer congestion mechanismYing Xue2012-11-211-4/+0
* tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-131-1/+0
* tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-6/+0
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-25/+27
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-0/+5
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-0/+6
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-171-0/+1
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-0/+1
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-1/+2
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-231-12/+6
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-231-2/+2
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-3/+3