summaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens1-1/+1
2012-04-19tipc: Ensure network address change doesn't impact rejected messageAllan Stephens1-1/+1
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens1-4/+4
2012-04-19tipc: properly handle off-node send requests with invalid addrAllan Stephens1-2/+9
2012-04-19tipc: take lock while updating node network addressAllan Stephens1-1/+2
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens4-31/+34
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2-14/+4
2012-04-19tipc: Ensure network address change doesn't impact new portAllan Stephens1-4/+11
2012-04-19tipc: Optimize re-initialization of port message header templatesAllan Stephens1-2/+0
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens1-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens4-6/+24
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens2-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens1-5/+26
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens1-27/+34
2012-04-18tipc: introduce publication lists structAllan Stephens1-10/+17
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet2-5/+5
2012-02-29tipc: Optimize setting of immutable payload message header fieldsAllan Stephens1-8/+0
2012-02-29tipc: Eliminate obsolete code for re-sending a messageAllan Stephens1-2/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesAllan Stephens2-41/+44
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens6-20/+5
2012-02-25tipc: Eliminate obsolete support for "not running" modeAllan Stephens3-15/+4
2012-02-25tipc: Revert name table translation optimizationAllan Stephens2-5/+14
2012-02-25tipc: Minor optimization to broadcast link synchronization logicAllan Stephens1-3/+1
2012-02-25tipc: Remove obsolete comments about routing table updatesAllan Stephens1-46/+0
2012-02-25tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens10-91/+67
2012-02-25tipc: Hide internal details of node table implementationAllan Stephens2-12/+13
2012-02-25tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens1-2/+1
2012-02-25tipc: nuke the delimit static inline function.Paul Gortmaker3-15/+5
2012-02-25tipc: Add check to prevent insertion of duplicate name table entriesAllan Stephens1-0/+7
2012-02-25tipc: Simplify enforcement of reserved name type prohibitionAllan Stephens5-27/+6
2012-02-25tipc: Remove duplicate check of message destination nodeAllan Stephens2-52/+46
2012-02-25tipc: Detect duplicate nodes using different network interfacesAllan Stephens1-14/+58
2012-02-25tipc: Introduce node signature field in neighbor discovery messageAllan Stephens4-0/+21
2012-02-07tipc: Minor optimization to rejection of connection-based messagesAllan Stephens1-2/+3
2012-02-07tipc: Eliminate alteration of publication key during name table purgingAllan Stephens1-4/+0
2012-02-07tipc: Prevent loss of fragmented messages over broadcast linkAllan Stephens1-22/+42
2012-02-07tipc: Prevent loss of fragmented messages over unicast linksAllan Stephens1-3/+10
2012-02-07tipc: Remove obsolete broadcast tag capabilityAllan Stephens3-9/+1
2012-02-07tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens5-165/+100
2012-02-07tipc: Add missing locks in broadcast link statistics accumulationAllan Stephens1-0/+11
2012-02-07tipc: Fix bug in broadcast link duplicate message statisticsAllan Stephens1-0/+2
2012-02-07tipc: Fix node lock reclamation issues in broadcast link receptionAllan Stephens1-18/+40
2012-02-07tipc: Add missing broadcast link lock when sending NACKAllan Stephens1-0/+2
2012-02-07tipc: Fix problem with broadcast link synchronization between nodesAllan Stephens1-2/+5
2012-02-07tipc: Ensure broadcast link re-acquires node after link failureAllan Stephens3-4/+8
2012-02-07tipc: Prevent broadcast link stalling in dual LAN environmentsAllan Stephens1-4/+5
2012-02-07tipc: Prevent transmission of outdated link protocol messagesAllan Stephens1-26/+27
2012-02-07tipc: improve the link deferred queue insertion algorithmAllan Stephens1-25/+23
2011-12-30tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker2-6/+6