aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2011-01-01tipc: update log.h re-include protection to reflect new nameGravatar Paul Gortmaker 1-2/+2
2011-01-01tipc: remove extraneous braces from single statementsGravatar Allan Stephens 7-48/+27
2011-01-01tipc: remove zeroing assignments to static global variablesGravatar Allan Stephens 11-15/+15
2011-01-01tipc: split variable assignments out of conditional expressionsGravatar Allan Stephens 4-32/+56
2011-01-01tipc: cleanup various cosmetic whitespace issuesGravatar Allan Stephens 17-94/+86
2011-01-01tipc: recode getsockopt error handling for better readabilityGravatar Paul Gortmaker 1-13/+9
2011-01-01tipc: remove pointless check for NULL prior to kfreeGravatar Allan Stephens 2-6/+2
2011-01-01tipc: remove redundant #includesGravatar Allan Stephens 12-32/+0
2011-01-01tipc: Finish streamlining of debugging codeGravatar Allan Stephens 4-45/+18
2011-01-01tipc: Prune down link-specific debugging codeGravatar Allan Stephens 3-147/+36
2011-01-01tipc: remove dump() and tipc_dump_dbg()Gravatar Allan Stephens 2-86/+3
2011-01-01tipc: remove calls to dbg() and msg_dbg()Gravatar Allan Stephens 14-233/+16
2011-01-01tipc: rename dbg.[ch] to log.[ch]Gravatar Allan Stephens 5-19/+15
2011-01-01tipc: Remove internal linked list of node objectsGravatar Allan Stephens 1-27/+16
2011-01-01tipc: Remove user registry subsystemGravatar Allan Stephens 8-292/+7
2011-01-01tipc: Eliminate use of user registry by topology serviceGravatar Allan Stephens 1-16/+10
2011-01-01tipc: Eliminate use of user registry by configuration serviceGravatar Allan Stephens 1-19/+7
2011-01-01tipc: Remove prototype code for supporting multiple clustersGravatar Allan Stephens 15-287/+81
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingGravatar Allan Stephens 9-543/+15
2011-01-01tipc: Remove prototype code for supporting slave nodesGravatar Allan Stephens 11-245/+38
2011-01-01tipc: Remove prototype code for supporting multiple zonesGravatar Allan Stephens 14-323/+44
2010-12-02tipc: Delete tipc_ownidentity()Gravatar Allan Stephens 3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesGravatar Allan Stephens 2-87/+15
2010-12-02tipc: Eliminate an unused symbolic constant in link codeGravatar Allan Stephens 1-6/+0
2010-12-02tipc: Eliminate useless initialization when creating subscriberGravatar Allan Stephens 1-1/+1
2010-12-02tipc: Remove unused domain argument from multicast send routineGravatar Allan Stephens 3-3/+2
2010-12-02tipc: Remove support for TIPC mode change callbackGravatar Allan Stephens 4-53/+5
2010-12-02tipc: Delete useless function prototypesGravatar Allan Stephens 4-4/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerGravatar Allan Stephens 1-4/+5
2010-12-02tipc: Delete unused configuration service structure definitionGravatar Allan Stephens 1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesGravatar Allan Stephens 22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsGravatar Allan Stephens 11-58/+382
2010-11-09net: tipc: fix information leak to userlandGravatar Kulikov Vasiliy 1-0/+1
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...Gravatar David S. Miller 2-30/+40
2010-10-21tipc: delete needless memset from bearer enabling.Gravatar Allan Stephens 1-2/+0
2010-10-21Revert d88dca79d3852a3623f606f781e013d61486828aGravatar Neil Horman 2-22/+37
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cGravatar Neil Horman 1-10/+5
2010-10-18tipc: Simplify bearer shutdown logicGravatar Allan Stephens 1-27/+11
2010-10-18tipc: Kill tipc_get_mode() completely.Gravatar David S. Miller 1-6/+0
2010-10-16tipc: cleanup function namespaceGravatar stephen hemminger 26-389/+84
2010-10-13tipc: clean out all instances of #if 0'd unused codeGravatar Paul Gortmaker 9-375/+1
2010-09-23net: return operator cleanupGravatar Eric Dumazet 12-26/+26
2010-09-09tipc: Optimize handling excess content on incoming messagesGravatar Paul Gortmaker 2-10/+4
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersGravatar Allan Stephens 1-0/+10
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomGravatar Allan Stephens 1-8/+17
2010-09-06tipc: Minor optimizations to name table translation codeGravatar Allan Stephens 2-5/+3
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyGravatar Allan Stephens 4-1/+39
2010-08-17tipc: Allow connect() to wait indefinitelyGravatar Allan Stephens 1-4/+7
2010-08-17tipc: Minor enhancements to name table display formatGravatar Allan Stephens 1-28/+16
2010-08-17tipc: Optimize tipc_node_has_active_links()Gravatar Allan Stephens 1-2/+1