summaryrefslogtreecommitdiff
path: root/net/tipc/link.h
AgeCommit message (Expand)AuthorFilesLines
2014-02-19tipc: align tipc function names with common naming practice in the networkYing Xue1-15/+14
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy1-1/+1
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue1-5/+3
2014-02-14tipc: redefine 'started' flag in struct link to bitmapYing Xue1-11/+11
2014-02-14tipc: move code for deleting links from bearer.c to link.cYing Xue1-0/+1
2014-02-14tipc: move code for resetting links from bearer.c to link.cYing Xue1-0/+1
2014-02-14tipc: stricter behavior of message reassembly functionJon Paul Maloy1-3/+3
2014-01-08tipc: make link start event synchronousJon Paul Maloy1-1/+1
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-5/+10
2014-01-05tipc: make local function staticstephen hemminger1-1/+0
2013-12-11tipc: remove unused 'blocked' flag from tipc_link structYing Xue1-7/+0
2013-11-08tipc: message reassembly using fragment chainErik Hugne1-6/+14
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-3/+1
2012-11-22tipc: remove the bearer congestion mechanismYing Xue1-4/+0
2012-07-14tipc: remove print_buf and deprecated log buffer codeErik Hugne1-1/+0
2012-07-12tipc: factor stats struct out of the larger link structPaul Gortmaker1-30/+32
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-6/+0
2011-12-30tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-25/+27
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens1-0/+5
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens1-0/+6
2011-09-18tipc: Enhance sending of bulk name table messagesAllan Stephens1-0/+1
2011-05-11tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-0/+1
2011-03-13tipc: Optimizations to link creation codeAllan Stephens1-1/+2
2011-02-24tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens1-12/+6
2011-02-24tipc: Combine bearer structure with tipc_bearer structureAllan Stephens1-2/+2
2011-02-24tipc: Combine port structure with tipc_port structureAllan Stephens1-3/+3
2011-01-02tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-2/+2
2011-01-02tipc: Prune down link-specific debugging codeAllan Stephens1-3/+0
2011-01-02tipc: rename dbg.[ch] to log.[ch]Allan Stephens1-1/+1
2010-12-03tipc: Remove obsolete inclusions of header filesAllan Stephens1-1/+0
2010-10-16tipc: cleanup function namespacestephen hemminger1-4/+0
2010-10-14tipc: clean out all instances of #if 0'd unused codePaul Gortmaker1-4/+0
2010-09-24net: return operator cleanupEric Dumazet1-8/+8
2010-05-13tipc: Relocate trivial link status functions to header fileAllan Stephens1-0/+35
2008-09-03tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2007-02-11[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-16/+16
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-37/+36
2006-01-13[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-13[TIPC] Update of file headersPer Liden1-2/+1
2006-01-13[TIPC] License header updatePer Liden1-19/+23
2006-01-13[TIPC] Initial mergePer Liden1-0/+293