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