summaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-301-74/+79
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-301-1/+1
* tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens2011-12-271-20/+19Star
* tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens2011-12-271-4/+2Star
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-271-41/+109
* tipc: Remove unused link event tracking codeYing Xue2011-09-181-10/+0Star
* tipc: Enhance sending of bulk name table messagesAllan Stephens2011-09-181-0/+45
* tipc: Ensure both nodes recognize loss of contact between themAllan Stephens2011-09-181-5/+28
* tipc: Eliminate redundant check when sending messagesAllan Stephens2011-09-011-3/+0Star
* 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/+2Star
* 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/+3Star
* 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/+0Star
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-131-3/+0Star
* 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/+1Star
* 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/+0Star
* tipc: Add in missing lock during link initializationAllan Stephens2011-02-241-0/+2
* tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens2011-02-241-0/+1
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-241-6/+3Star
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-241-1/+1
* tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens2011-02-241-3/+3
* tipc: Improve handling of invalid link tolerance valuesAllan Stephens2011-02-241-0/+3
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-241-7/+6Star
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-241-23/+23
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-16/+9Star
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-011-6/+10
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-17/+14Star
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-011-131/+36Star
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-116/+3Star
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-011-7/+6Star
* tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-021-6/+0Star
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-8/+0Star
* tipc: cleanup function namespacestephen hemminger2010-10-161-21/+24
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-111/+1Star
* net: return operator cleanupEric Dumazet2010-09-231-3/+3
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-181-1/+10
* tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-181-0/+14