aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-01-01tipc: Eliminate use of user registry by topology serviceAllan Stephens1-16/+10
2011-01-01tipc: Eliminate use of user registry by configuration serviceAllan Stephens1-19/+7
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens15-287/+81
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens9-543/+15
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens11-245/+38
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens14-323/+44
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15
2010-12-02tipc: Eliminate an unused symbolic constant in link codeAllan Stephens1-6/+0
2010-12-02tipc: Eliminate useless initialization when creating subscriberAllan Stephens1-1/+1
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens3-3/+2
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens4-53/+5
2010-12-02tipc: Delete useless function prototypesAllan Stephens4-4/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens11-58/+382
2010-11-09net: tipc: fix information leak to userlandKulikov Vasiliy1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller2-30/+40
2010-10-21tipc: delete needless memset from bearer enabling.Allan Stephens1-2/+0
2010-10-21Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman2-22/+37
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman1-10/+5
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller1-6/+0
2010-10-16tipc: cleanup function namespacestephen hemminger26-389/+84
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker9-375/+1
2010-09-23net: return operator cleanupEric Dumazet12-26/+26
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker2-10/+4
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens1-8/+17
2010-09-06tipc: Minor optimizations to name table translation codeAllan Stephens2-5/+3
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens4-1/+39
2010-08-17tipc: Allow connect() to wait indefinitelyAllan Stephens1-4/+7
2010-08-17tipc: Minor enhancements to name table display formatAllan Stephens1-28/+16
2010-08-17tipc: Optimize tipc_node_has_active_links()Allan Stephens1-2/+1