aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Remove unused link event tracking codeYing Xue2011-09-171-10/+0
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-171-0/+45
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-171-5/+28
* tipc: Eliminate redundant check when sending messagesAllan Stephens2011-09-011-3/+0
* tipc: Enhance filtering of out-dated link reset messagesAllan Stephens2011-09-011-2/+2
* tipc: Initialize peer session field of newly created link endpointAllan Stephens2011-09-011-0/+1
* tipc: Display meaningful peer interface name during link creationAllan Stephens2011-09-011-2/+2
* tipc: Eliminate obsolete filter for unexpected unicast messagesAllan Stephens2011-09-011-9/+2
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-241-2/+2
* tipc: Correct typo in link statistics outputAllan Stephens2011-06-241-1/+1
* tipc: Introduce routine to enqueue a chain of messages on link tx queueAllan Stephens2011-05-101-16/+22
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-7/+11
* tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens2011-05-101-4/+3
* tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens2011-05-101-14/+23
* tipc: Avoid pointless masking of fragmented message identifierAllan Stephens2011-05-101-2/+2
* tipc: Don't initialize link selector field in fragmented messagesAllan Stephens2011-05-101-2/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-131-3/+0
* tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-131-4/+4
* tipc: Optimizations to link creation codeAllan Stephens2011-03-131-7/+20
* tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-131-1/+3
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-131-4/+1
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-131-3/+3
* tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-131-1/+0
* tipc: Add in missing lock during link initializationAllan Stephens2011-02-231-0/+2
* tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens2011-02-231-0/+1
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-231-6/+3
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-231-1/+1
* tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens2011-02-231-3/+3
* tipc: Improve handling of invalid link tolerance valuesAllan Stephens2011-02-231-0/+3
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-231-7/+6
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-23/+23
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-16/+9
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-011-6/+10
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-17/+14
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-011-131/+36
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-116/+3
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-011-7/+6
* tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-021-6/+0
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-8/+0
* tipc: cleanup function namespacestephen hemminger2010-10-161-21/+24
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-111/+1
* net: return operator cleanupEric Dumazet2010-09-231-3/+3
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-171-1/+10
* tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-171-0/+14
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-121-10/+10
* tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-121-30/+0
* tipc: remove abstraction for link_max_pktAllan Stephens2010-05-121-16/+11
* tipc: Eliminate unused argument in print statementAllan Stephens2010-05-121-3/+1
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-121-2/+0