summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker-530/+16
2012-04-27tipc: Reject payload messages with invalid message typeAllan Stephens-5/+2
2012-04-26tipc: Enhance error checking of published namesAllan Stephens-7/+4
2012-04-26tipc: Create helper routine to delete unused name sequence structureAllan Stephens-12/+15
2012-04-26tipc: remove redundant memset and stale comment from subscr.cAllan Stephens-2/+0
2012-04-26tipc: Optimize initialization of network topology serviceAllan Stephens-1/+1
2012-04-26tipc: Enhance re-initialization of network topology serviceAllan Stephens-3/+0
2012-04-26tipc: Optimize termination of configuration serviceAllan Stephens-4/+2
2012-04-26tipc: Optimize initialization of configuration serviceAllan Stephens-1/+1
2012-04-26tipc: Optimize re-initialization of configuration serviceAllan Stephens-2/+17
2012-04-24tipc: remove inline instances from C source files.Paul Gortmaker-3/+3
2012-04-23net: add a limit parameter to sk_add_backlog()Eric Dumazet-1/+1
2012-04-19tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens-1/+1
2012-04-19tipc: Ensure network address change doesn't impact rejected messageAllan Stephens-1/+1
2012-04-19tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens-4/+4
2012-04-19tipc: properly handle off-node send requests with invalid addrAllan Stephens-2/+9
2012-04-19tipc: take lock while updating node network addressAllan Stephens-1/+2
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens-31/+34
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens-14/+4
2012-04-19tipc: Ensure network address change doesn't impact new portAllan Stephens-4/+11
2012-04-19tipc: Optimize re-initialization of port message header templatesAllan Stephens-2/+0
2012-04-19tipc: Ensure network address change doesn't impact name table updatesAllan Stephens-4/+4
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens-6/+24
2012-04-19tipc: Don't record failed publication attempt as a successAllan Stephens-2/+3
2012-04-19tipc: Update node-scope publications when network address is assignedAllan Stephens-7/+12
2012-04-19tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens-5/+26
2012-04-18tipc: Factor out name publication code to a separate functionAllan Stephens-27/+34
2012-04-18tipc: introduce publication lists structAllan Stephens-10/+17
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet-5/+5
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