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