aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: delete extra semicolon blocking node deletionPaul Gortmaker2011-03-141-1/+1
* tipc: Eliminate obsolete routine for handling routed messagesAllan Stephens2011-03-133-16/+0
* tipc: Eliminate remaining support for routing table messagesAllan Stephens2011-03-133-46/+4
* tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens2011-03-132-7/+2
* tipc: Don't respond to neighbor discovery request on blocked bearerAllan Stephens2011-03-131-1/+1
* tipc: Eliminate unnecessary constant for neighbor discovery msg sizeAllan Stephens2011-03-132-3/+2
* tipc: Remove unused field in bearer structureAllan Stephens2011-03-132-3/+0
* tipc: Correct misnamed references to neighbor discovery domainAllan Stephens2011-03-133-9/+9
* tipc: Optimizations to link creation codeAllan Stephens2011-03-135-36/+28
* tipc: Give Tx of discovery responses priority over link messagesAllan Stephens2011-03-131-7/+9
* tipc: Cosmetic changes to neighbor discovery logicAllan Stephens2011-03-131-44/+59
* tipc: Fix redundant link field handling in link protocol messageAllan Stephens2011-03-131-1/+3
* tipc: make msg_set_redundant_link() consistent with other set opsAllan Stephens2011-03-132-11/+3
* tipc: cosmetic - function names are not to be full sentencesPaul Gortmaker2011-03-134-9/+9
* tipc: Eliminate timestamp from link protocol messagesAllan Stephens2011-03-133-12/+0
* tipc: manually inline net_start/stop, make assoc. vars staticAllan Stephens2011-03-133-23/+6
* tipc: Convert node object array to a hash tableAllan Stephens2011-03-135-55/+70
* tipc: Eliminate configuration for maximum number of cluster nodesAllan Stephens2011-03-136-55/+7
* tipc: Split up unified structure of network-related variablesAllan Stephens2011-03-135-42/+33
* tipc: Fix problem with missing link in "tipc-config -l" outputAllan Stephens2011-03-133-6/+8
* tipc: Add support for SO_RCVTIMEO socket optionAllan Stephens2011-03-131-15/+17
* tipc: Cosmetic changes to node subscription codeAllan Stephens2011-03-134-13/+27
* tipc: Prevent null pointer error when removing a node subscriptionAllan Stephens2011-03-132-8/+10
* tipc: Add network address mask helper routinesAllan Stephens2011-03-133-7/+16
* tipc: Correct broadcast link peer info when displaying linksAllan Stephens2011-03-131-1/+1
* tipc: Allow receiving into iovec containing multiple entriesAllan Stephens2011-03-131-23/+15
* tipc: Avoid reliable broadcast preparation for NACK messagesAllan Stephens2011-02-231-0/+1
* tipc: Remove unused message header field for requested number of linksAllan Stephens2011-02-235-22/+5
* tipc: Remove support for per-connection message sequence numberingAllan Stephens2011-02-234-46/+3
* tipc: Add in missing lock during link initializationAllan Stephens2011-02-231-0/+2
* tipc: Fix port counter handling to correct congestion controlAllan Stephens2011-02-232-21/+36
* tipc: Minor optimization to topology service connection establishmentAllan Stephens2011-02-231-3/+1
* tipc: Set unused probe field of link protocol messages to defined valueAllan Stephens2011-02-231-0/+1
* tipc: Improve accuracy of link transmit queue maximum size statisticAllan Stephens2011-02-233-20/+9
* tipc: Eliminate unnecessary locking when starting topology serviceAllan Stephens2011-02-231-3/+0
* tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens2011-02-233-4/+17
* tipc: Fix print statements that assume pointers are 32-bit valuesAllan Stephens2011-02-231-3/+3
* tipc: Improve handling of invalid link tolerance valuesAllan Stephens2011-02-231-0/+3
* tipc: Prevent invalid memory access when sending to configuration serviceAllan Stephens2011-02-231-0/+2
* tipc: Remove unused global variable tipc_user_countAllan Stephens2011-02-233-7/+3
* tipc: Combine bearer structure with tipc_bearer structureAllan Stephens2011-02-238-127/+119
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-235-184/+175
* tipc: update log.h re-include protection to reflect new namePaul Gortmaker2011-01-011-2/+2
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-017-48/+27
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-0111-15/+15
* tipc: split variable assignments out of conditional expressionsAllan Stephens2011-01-014-32/+56
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-0117-94/+86
* tipc: recode getsockopt error handling for better readabilityPaul Gortmaker2011-01-011-13/+9
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-012-6/+2
* tipc: remove redundant #includesAllan Stephens2011-01-0112-32/+0