aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2011-01-01tipc: update log.h re-include protection to reflect new namePaul Gortmaker
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens
2011-01-01tipc: recode getsockopt error handling for better readabilityPaul Gortmaker
2011-01-01tipc: remove pointless check for NULL prior to kfreeAllan Stephens
2011-01-01tipc: remove redundant #includesAllan Stephens
2011-01-01tipc: Finish streamlining of debugging codeAllan Stephens
2011-01-01tipc: Prune down link-specific debugging codeAllan Stephens
2011-01-01tipc: remove dump() and tipc_dump_dbg()Allan Stephens
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens
2011-01-01tipc: rename dbg.[ch] to log.[ch]Allan Stephens
2011-01-01tipc: Remove internal linked list of node objectsAllan Stephens
2011-01-01tipc: Remove user registry subsystemAllan Stephens
2011-01-01tipc: Eliminate use of user registry by topology serviceAllan Stephens
2011-01-01tipc: Eliminate use of user registry by configuration serviceAllan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens
2011-01-01tipc: Remove prototype code for supporting inter-cluster routingAllan Stephens
2011-01-01tipc: Remove prototype code for supporting slave nodesAllan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple zonesAllan Stephens
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens
2010-12-02tipc: Eliminate an unused symbolic constant in link codeAllan Stephens
2010-12-02tipc: Eliminate useless initialization when creating subscriberAllan Stephens
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens
2010-12-02tipc: Delete useless function prototypesAllan Stephens
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens
2010-11-09net: tipc: fix information leak to userlandKulikov Vasiliy
2010-10-21Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-10-21tipc: delete needless memset from bearer enabling.Allan Stephens
2010-10-21Revert d88dca79d3852a3623f606f781e013d61486828aNeil Horman
2010-10-21Revert c6537d6742985da1fbf12ae26cde6a096fd35b5cNeil Horman
2010-10-18tipc: Simplify bearer shutdown logicAllan Stephens
2010-10-18tipc: Kill tipc_get_mode() completely.David S. Miller
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-10-13tipc: clean out all instances of #if 0'd unused codePaul Gortmaker
2010-09-23net: return operator cleanupEric Dumazet
2010-09-09tipc: Optimize handling excess content on incoming messagesPaul Gortmaker
2010-09-06tipc: Fix misleading error code when enabling Ethernet bearersAllan Stephens
2010-09-06tipc: Ensure outgoing messages on Ethernet have sufficient headroomAllan Stephens
2010-09-06tipc: Minor optimizations to name table translation codeAllan Stephens
2010-08-17tipc: Prevent missing name table entries when link flip-flops rapidlyAllan Stephens
2010-08-17tipc: Allow connect() to wait indefinitelyAllan Stephens
2010-08-17tipc: Minor enhancements to name table display formatAllan Stephens
2010-08-17tipc: Optimize tipc_node_has_active_links()Allan Stephens