aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2012-04-30tipc: compress out gratuitous extra carriage returnsGravatar Paul Gortmaker 32-530/+16
2012-04-27tipc: Reject payload messages with invalid message typeGravatar Allan Stephens 1-5/+2
2012-04-26tipc: Enhance error checking of published namesGravatar Allan Stephens 2-7/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureGravatar Allan Stephens 1-12/+15
2012-04-26tipc: remove redundant memset and stale comment from subscr.cGravatar Allan Stephens 1-2/+0
2012-04-26tipc: Optimize initialization of network topology serviceGravatar Allan Stephens 1-1/+1
2012-04-26tipc: Enhance re-initialization of network topology serviceGravatar Allan Stephens 1-3/+0
2012-04-26tipc: Optimize termination of configuration serviceGravatar Allan Stephens 1-4/+2
2012-04-26tipc: Optimize initialization of configuration serviceGravatar Allan Stephens 1-1/+1
2012-04-26tipc: Optimize re-initialization of configuration serviceGravatar Allan Stephens 3-2/+17
2012-04-24tipc: remove inline instances from C source files.Gravatar Paul Gortmaker 2-3/+3
2012-04-23net: add a limit parameter to sk_add_backlog()Gravatar Eric Dumazet 1-1/+1
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceGravatar Allan Stephens 1-1/+1
2012-04-19tipc: Ensure network address change doesn't impact rejected messageGravatar Allan Stephens 1-1/+1
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsGravatar Allan Stephens 1-4/+4
2012-04-19tipc: properly handle off-node send requests with invalid addrGravatar Allan Stephens 1-2/+9
2012-04-19tipc: take lock while updating node network addressGravatar Allan Stephens 1-1/+2
2012-04-19tipc: Ensure network address change doesn't impact local connectionsGravatar Allan Stephens 4-31/+34
2012-04-19tipc: delete duplicate peerport/peernode helper functionsGravatar Allan Stephens 2-14/+4
2012-04-19tipc: Ensure network address change doesn't impact new portGravatar Allan Stephens 1-4/+11
2012-04-19tipc: Optimize re-initialization of port message header templatesGravatar Allan Stephens 1-2/+0
2012-04-19tipc: Ensure network address change doesn't impact name table updatesGravatar Allan Stephens 1-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressGravatar Allan Stephens 4-6/+24
2012-04-19tipc: Don't record failed publication attempt as a successGravatar Allan Stephens 1-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedGravatar Allan Stephens 2-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsGravatar Allan Stephens 1-5/+26
2012-04-18tipc: Factor out name publication code to a separate functionGravatar Allan Stephens 1-27/+34
2012-04-18tipc: introduce publication lists structGravatar Allan Stephens 1-10/+17
2012-04-15net: cleanup unsigned to unsigned intGravatar Eric Dumazet 2-5/+5
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