summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2012-02-06tipc: Minor optimization to rejection of connection-based messagesAllan Stephens
2012-02-06tipc: Eliminate alteration of publication key during name table purgingAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens
2012-02-06tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens
2012-02-06tipc: Remove obsolete broadcast tag capabilityAllan Stephens
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens
2012-02-06tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens
2012-02-06tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens
2012-02-06tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens
2012-02-06tipc: Add missing broadcast link lock when sending NACKAllan Stephens
2012-02-06tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens
2012-02-06tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens
2012-02-06tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens
2012-02-06tipc: Prevent transmission of outdated link protocol messagesAllan Stephens
2012-02-06tipc: improve the link deferred queue insertion algorithmAllan Stephens
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker
2011-12-29tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens
2011-12-27tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens
2011-12-27tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens
2011-12-27tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens
2011-12-27tipc: Revise comment justifying release of configuration spinlockAllan Stephens
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens
2011-12-27tipc: Add new address conversion routines for Ethernet mediaAllan Stephens
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens
2011-12-27tipc: Streamline media registration error checkingAllan Stephens
2011-12-27tipc: Eliminate duplication of media structuresAllan Stephens
2011-12-27tipc: Optimize detection of duplicate media registrationAllan Stephens
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens
2011-12-27tipc: Enable use by containers having their own network namespaceAllan Stephens
2011-12-19net: two vzalloc() cleanupsEric Dumazet
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-09-17tipc: Remove unused link event tracking codeYing Xue