aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens3-9/+9
2011-03-13tipc: Optimizations to link creation codeAllan Stephens5-36/+28
2011-03-13tipc: Give Tx of discovery responses priority over link messagesAllan Stephens1-7/+9
2011-03-13tipc: Cosmetic changes to neighbor discovery logicAllan Stephens1-44/+59
2011-03-13tipc: Fix redundant link field handling in link protocol messageAllan Stephens1-1/+3
2011-03-13tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2-11/+3
2011-03-13tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker4-9/+9
2011-03-13tipc: Eliminate timestamp from link protocol messagesAllan Stephens3-12/+0
2011-03-13tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens3-23/+6
2011-03-13tipc: Convert node object array to a hash tableAllan Stephens5-55/+70
2011-03-13tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens6-55/+7
2011-03-13tipc: Split up unified structure of network-related variablesAllan Stephens5-42/+33
2011-03-13tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens3-6/+8
2011-03-13tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens1-15/+17
2011-03-13tipc: Cosmetic changes to node subscription codeAllan Stephens4-13/+27
2011-03-13tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2-8/+10
2011-03-13tipc: Add network address mask helper routinesAllan Stephens3-7/+16
2011-03-13tipc: Correct broadcast link peer info when displaying linksAllan Stephens1-1/+1
2011-03-13tipc: Allow receiving into iovec containing multiple entriesAllan Stephens1-23/+15
2011-02-23tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens1-0/+1
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens5-22/+5
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens4-46/+3
2011-02-23tipc: Add in missing lock during link initializationAllan Stephens1-0/+2
2011-02-23tipc: Fix port counter handling to correct congestion controlAllan Stephens2-21/+36
2011-02-23tipc: Minor optimization to topology service connection establishmentAllan Stephens1-3/+1
2011-02-23tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens1-0/+1
2011-02-23tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens3-20/+9
2011-02-23tipc: Eliminate unnecessary locking when starting topology serviceAllan Stephens1-3/+0
2011-02-23tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens3-4/+17
2011-02-23tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens1-3/+3
2011-02-23tipc: Improve handling of invalid link tolerance valuesAllan Stephens1-0/+3
2011-02-23tipc: Prevent invalid memory access when sending to configuration serviceAllan Stephens1-0/+2
2011-02-23tipc: Remove unused global variable tipc_user_countAllan Stephens3-7/+3
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens8-127/+119
2011-02-23tipc: Combine port structure with tipc_port structureAllan Stephens5-184/+175
2011-01-01tipc: update log.h re-include protection to reflect new namePaul Gortmaker1-2/+2
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens7-48/+27
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens11-15/+15
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens4-32/+56
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens17-94/+86
2011-01-01tipc: recode getsockopt error handling for better readabilityPaul Gortmaker1-13/+9
2011-01-01tipc: remove pointless check for NULL prior to kfreeAllan Stephens2-6/+2
2011-01-01tipc: remove redundant #includesAllan Stephens12-32/+0
2011-01-01tipc: Finish streamlining of debugging codeAllan Stephens4-45/+18
2011-01-01tipc: Prune down link-specific debugging codeAllan Stephens3-147/+36
2011-01-01tipc: remove dump() and tipc_dump_dbg()Allan Stephens2-86/+3
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens14-233/+16
2011-01-01tipc: rename dbg.[ch] to log.[ch]Allan Stephens5-19/+15
2011-01-01tipc: Remove internal linked list of node objectsAllan Stephens1-27/+16
2011-01-01tipc: Remove user registry subsystemAllan Stephens8-292/+7