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