summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.h
AgeCommit message (Expand)AuthorLines
2015-02-09tipc: convert legacy nl link stat reset to nl compatRichard Alpe-3/+0
2015-02-09tipc: convert legacy nl link prop set to nl compatRichard Alpe-2/+0
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe-3/+0
2015-02-05tipc: resolve race problem at unicast message receptionJon Paul Maloy-3/+7
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy-0/+4
2015-02-04tipc: avoid stale link after aborted failoverJon Paul Maloy-0/+1
2015-02-04tipc: add reference count to struct tipc_linkJon Paul Maloy-0/+2
2015-01-12tipc: make bearer list support net namespaceYing Xue-1/+2
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue-10/+14
2015-01-12tipc: remove unused tipc_link_get_max_pkt routineYing Xue-1/+0
2015-01-12tipc: cleanup core.c and core.h filesYing Xue-0/+4
2015-01-12tipc: remove unnecessary wrapper functions of kernel timer APIsYing Xue-2/+2
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue-2/+3
2014-11-26tipc: use generic SKB list APIs to manage deferred queue of linkYing Xue-8/+3
2014-11-26tipc: use generic SKB list APIs to manage link transmission queueYing Xue-7/+10
2014-11-26tipc: remove unused between routineYing Xue-9/+0
2014-11-26tipc: clean up the process of link pushing packetsYing Xue-1/+1
2014-11-26tipc: remove retransmission queueYing Xue-4/+0
2014-11-26tipc: remove protocol message queueYing Xue-2/+0
2014-11-21tipc: add link stat reset to new netlink apiRichard Alpe-0/+1
2014-11-21tipc: add link set to new netlink apiRichard Alpe-0/+1
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe-0/+2
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe-0/+3
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy-4/+3
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy-2/+2
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy-6/+0
2014-07-16tipc: make name table distributor use new send functionJon Paul Maloy-1/+0
2014-06-27tipc: introduce send functions for chained buffers in linkJon Paul Maloy-0/+2
2014-05-14tipc: rename and move message reassembly functionJon Paul Maloy-12/+2
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue-0/+1
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue-2/+4
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue-15/+14
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy-1/+1
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue-5/+3
2014-02-13tipc: redefine 'started' flag in struct link to bitmapYing Xue-11/+11
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue-0/+1
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue-0/+1
2014-02-13tipc: stricter behavior of message reassembly functionJon Paul Maloy-3/+3
2014-01-07tipc: make link start event synchronousJon Paul Maloy-1/+1
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy-5/+10
2014-01-04tipc: make local function staticstephen hemminger-1/+0
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue-7/+0
2013-11-07tipc: message reassembly using fragment chainErik Hugne-6/+14
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue-3/+1
2012-11-21tipc: remove the bearer congestion mechanismYing Xue-4/+0
2012-07-13tipc: remove print_buf and deprecated log buffer codeErik Hugne-1/+0
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker-30/+32
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker-6/+0
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker-25/+27
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens-0/+5