aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2012-02-29tipc: Optimize setting of immutable payload message header fieldsGravatar Allan Stephens 1-8/+0
2012-02-29tipc: Eliminate obsolete code for re-sending a messageGravatar Allan Stephens 1-2/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesGravatar Allan Stephens 2-41/+44
2012-02-24tipc: Eliminate support for tipc_mode global variableGravatar Allan Stephens 6-20/+5
2012-02-24tipc: Eliminate obsolete support for "not running" modeGravatar Allan Stephens 3-15/+4
2012-02-24tipc: Revert name table translation optimizationGravatar Allan Stephens 2-5/+14
2012-02-24tipc: Minor optimization to broadcast link synchronization logicGravatar Allan Stephens 1-3/+1
2012-02-24tipc: Remove obsolete comments about routing table updatesGravatar Allan Stephens 1-46/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesGravatar Allan Stephens 10-91/+67
2012-02-24tipc: Hide internal details of node table implementationGravatar Allan Stephens 2-12/+13
2012-02-24tipc: Eliminate a test for negative unsigned quantitiesGravatar Allan Stephens 1-2/+1
2012-02-24tipc: nuke the delimit static inline function.Gravatar Paul Gortmaker 3-15/+5
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesGravatar Allan Stephens 1-0/+7
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionGravatar Allan Stephens 5-27/+6
2012-02-24tipc: Remove duplicate check of message destination nodeGravatar Allan Stephens 2-52/+46
2012-02-24tipc: Detect duplicate nodes using different network interfacesGravatar Allan Stephens 1-14/+58
2012-02-24tipc: Introduce node signature field in neighbor discovery messageGravatar Allan Stephens 4-0/+21
2012-02-06tipc: Minor optimization to rejection of connection-based messagesGravatar Allan Stephens 1-2/+3
2012-02-06tipc: Eliminate alteration of publication key during name table purgingGravatar Allan Stephens 1-4/+0
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkGravatar Allan Stephens 1-22/+42
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksGravatar Allan Stephens 1-3/+10
2012-02-06tipc: Remove obsolete broadcast tag capabilityGravatar Allan Stephens 3-9/+1
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsGravatar Allan Stephens 5-165/+100
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationGravatar Allan Stephens 1-0/+11
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsGravatar Allan Stephens 1-0/+2
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionGravatar Allan Stephens 1-18/+40
2012-02-06tipc: Add missing broadcast link lock when sending NACKGravatar Allan Stephens 1-0/+2
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesGravatar Allan Stephens 1-2/+5
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureGravatar Allan Stephens 3-4/+8
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsGravatar Allan Stephens 1-4/+5
2012-02-06tipc: Prevent transmission of outdated link protocol messagesGravatar Allan Stephens 1-26/+27
2012-02-06tipc: improve the link deferred queue insertion algorithmGravatar Allan Stephens 1-25/+23
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesGravatar Paul Gortmaker 2-6/+6
2011-12-29tipc: rename struct link* to struct tipc_link*Gravatar Paul Gortmaker 10-146/+156
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Gravatar Paul Gortmaker 1-10/+10
2011-12-29tipc: rename struct bclink to struct tipc_bclinkGravatar Paul Gortmaker 1-4/+4
2011-12-29tipc: rename struct subscriber to struct tipc_subscriberGravatar Paul Gortmaker 1-11/+11
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionGravatar Paul Gortmaker 4-26/+27
2011-12-29tipc: rename struct port_list to struct tipc_port_listGravatar Paul Gortmaker 6-19/+19
2011-12-29tipc: rename struct media to struct tipc_mediaGravatar Paul Gortmaker 5-15/+15
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksGravatar Allan Stephens 3-25/+24
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeGravatar Allan Stephens 4-13/+37
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostGravatar Allan Stephens 1-1/+11
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticGravatar Allan Stephens 1-4/+4
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existGravatar Allan Stephens 1-1/+7
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapGravatar Allan Stephens 3-10/+22
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresGravatar Allan Stephens 3-31/+13
2011-12-27tipc: Eliminate useless check when network address is assignedGravatar Allan Stephens 1-7/+5
2011-12-27tipc: Minor correction to TIPC module unloadingGravatar Allan Stephens 1-1/+1
2011-12-27tipc: Eliminate useless memset operations in Ethernet media supportGravatar Allan Stephens 1-3/+0