summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2012-02-29tipc: Optimize setting of immutable payload message header fieldsAllan Stephens-8/+0
2012-02-29tipc: Eliminate obsolete code for re-sending a messageAllan Stephens-2/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesAllan Stephens-41/+44
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens-20/+5
2012-02-24tipc: Eliminate obsolete support for "not running" modeAllan Stephens-15/+4
2012-02-24tipc: Revert name table translation optimizationAllan Stephens-5/+14
2012-02-24tipc: Minor optimization to broadcast link synchronization logicAllan Stephens-3/+1
2012-02-24tipc: Remove obsolete comments about routing table updatesAllan Stephens-46/+0
2012-02-24tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens-91/+67
2012-02-24tipc: Hide internal details of node table implementationAllan Stephens-12/+13
2012-02-24tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens-2/+1
2012-02-24tipc: nuke the delimit static inline function.Paul Gortmaker-15/+5
2012-02-24tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens-0/+7
2012-02-24tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens-27/+6
2012-02-24tipc: Remove duplicate check of message destination nodeAllan Stephens-52/+46
2012-02-24tipc: Detect duplicate nodes using different network interfacesAllan Stephens-14/+58
2012-02-24tipc: Introduce node signature field in neighbor discovery messageAllan Stephens-0/+21
2012-02-06tipc: Minor optimization to rejection of connection-based messagesAllan Stephens-2/+3
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens-4/+0
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens-22/+42
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens-3/+10
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens-9/+1
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens-165/+100
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens-0/+11
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens-0/+2
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens-18/+40
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens-0/+2
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens-2/+5
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens-4/+8
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens-4/+5
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens-26/+27
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens-25/+23
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker-6/+6
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker-146/+156
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker-10/+10
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker-4/+4
2011-12-29tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker-11/+11
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker-26/+27
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker-19/+19
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker-15/+15
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens-25/+24
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens-13/+37
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens-1/+11
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens-4/+4
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens-1/+7
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens-10/+22
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens-31/+13
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens-7/+5
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens-1/+1
2011-12-27tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens-3/+0