aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* tipc: Finish streamlining of debugging codeAllan Stephens2011-01-014-45/+18
* tipc: Prune down link-specific debugging codeAllan Stephens2011-01-013-147/+36
* tipc: remove dump() and tipc_dump_dbg()Allan Stephens2011-01-012-86/+3
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-0114-233/+16
* tipc: rename dbg.[ch] to log.[ch]Allan Stephens2011-01-015-19/+15
* tipc: Remove internal linked list of node objectsAllan Stephens2011-01-011-27/+16
* tipc: Remove user registry subsystemAllan Stephens2011-01-018-292/+7
* tipc: Eliminate use of user registry by topology serviceAllan Stephens2011-01-011-16/+10
* tipc: Eliminate use of user registry by configuration serviceAllan Stephens2011-01-011-19/+7
* tipc: Remove prototype code for supporting multiple clustersAllan Stephens2011-01-0115-287/+81
* tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens2011-01-019-543/+15
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-0111-245/+38
* tipc: Remove prototype code for supporting multiple zonesAllan Stephens2011-01-0114-323/+44
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-023-10/+2
* tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-022-87/+15
* tipc: Eliminate an unused symbolic constant in link codeAllan Stephens2010-12-021-6/+0
* tipc: Eliminate useless initialization when creating subscriberAllan Stephens2010-12-021-1/+1
* tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-023-3/+2
* tipc: Remove support for TIPC mode change callbackAllan Stephens2010-12-024-53/+5
* tipc: Delete useless function prototypesAllan Stephens2010-12-024-4/+0
* tipc: Eliminate useless return value when disabling a bearerAllan Stephens2010-12-021-4/+5
* tipc: Delete unused configuration service structure definitionAllan Stephens2010-12-021-7/+0
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-0222-77/+0
* tipc: Remove obsolete native API files and exportsAllan Stephens2010-12-0211-58/+382
* net: tipc: fix information leak to userlandKulikov Vasiliy2010-11-091-0/+1
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-10-212-30/+40
|\
| * Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2010-10-212-22/+37