aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c
Commit message (Expand)AuthorAge
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-13
* tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-13
* tipc: Optimizations to link creation codeAllan Stephens2011-03-13
* tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-13
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-13
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-13
* tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-13
* tipc: Add in missing lock during link initializationAllan Stephens2011-02-23
* tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens2011-02-23
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-23
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-23
* tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens2011-02-23
* tipc: Improve handling of invalid link tolerance valuesAllan Stephens2011-02-23
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-23
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-23
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-01
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-01
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-01
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-01
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-01
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-01
* tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-02
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-02
* tipc: cleanup function namespacestephen hemminger2010-10-16
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-13
* net: return operator cleanupEric Dumazet2010-09-23
* tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens2010-08-17
* tipc: Check for disabled bearer when processing incoming messagesAllan Stephens2010-08-17
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-13
* tipc: Relocate trivial link status functions to header fileAllan Stephens2010-05-13
* tipc: remove abstraction for link_max_pktAllan Stephens2010-05-13
* tipc: Eliminate unused argument in print statementAllan Stephens2010-05-13
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-13
* tipc: remove trailing space in messagesFrans Pop2010-03-24
* tipc: Allow retransmission of cloned buffersNeil Horman2010-03-17
* tipc: filter out messages not intended for this hostNeil Horman2010-03-08
* net: Move && and || to end of previous lineJoe Perches2009-11-29
* tipc: Don't use structure names which easily globally conflict.David S. Miller2008-09-03
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-15
* tipc: Optimize message initialization routineAllan Stephens2008-06-04
* tipc: Prevent access of non-existent field in short message headerAllan Stephens2008-06-04
* tipc: Minor optimizations to received message processingAllan Stephens2008-06-04
* tipc: Fix minor bugs in link session number handlingAllan Stephens2008-06-04
* tipc: Exclude debug-only print buffer code when not debuggingAllan Stephens2008-05-05
* [TIPC]: Enhance validation of format on incoming messagesAllan Stephens2008-04-15
* [TIPC]: Force linearization of non-linear sk_buffsAllan Stephens2008-04-15
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-06
* tipc: fix integer as NULL pointer sparse warnings in tipcHarvey Harrison2008-02-24
* [TIPC]: Fix two minor sparse warnings.Florian Westphal2007-08-02
* [TIPC]: fix tipc_link_create error handlingFlorian Westphal2007-07-31