summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-115/+5
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-151-1/+1
* tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-291-2/+0
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-40/+40
* tipc: Remove duplicate check of message destination nodeAllan Stephens2012-02-241-47/+46
* tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens2012-02-061-3/+10
* tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens2012-02-061-8/+13
* tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens2012-02-061-2/+5
* tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens2012-02-061-2/+3
* tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens2012-02-061-4/+5
* tipc: Prevent transmission of outdated link protocol messagesAllan Stephens2012-02-061-26/+27
* tipc: improve the link deferred queue insertion algorithmAllan Stephens2012-02-061-25/+23
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-291-74/+79
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-291-1/+1
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-20/+19
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-4/+2
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-271-41/+109
* 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