summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove print_buf and deprecated log buffer codeErik Hugne2012-07-147-333/+2Star
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-1410-222/+213Star
* tipc: simplify print buffer handling in tipc_printfErik Hugne2012-07-141-42/+10Star
* tipc: simplify link_print by divorcing it from using tipc_printfPaul Gortmaker2012-07-141-17/+7Star
* tipc: remove TIPC packet debugging functions and macrosErik Hugne2012-07-144-312/+0Star
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-1418-174/+177
* tipc: limit error messages relating to memory leak to one linePaul Gortmaker2012-07-121-2/+4
* tipc: factor stats struct out of the larger link structPaul Gortmaker2012-07-121-30/+32
* net: Fix non-kernel-doc comments with kernel-doc start markerBen Hutchings2012-07-111-3/+2Star
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-117-27/+27
* net: Remove casts to same typeJoe Perches2012-06-042-6/+5Star
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-3032-530/+16Star
* tipc: Reject payload messages with invalid message typeAllan Stephens2012-04-271-5/+2Star
* tipc: Enhance error checking of published namesAllan Stephens2012-04-272-7/+4Star
* tipc: Create helper routine to delete unused name sequence structureAllan Stephens2012-04-271-12/+15
* tipc: remove redundant memset and stale comment from subscr.cAllan Stephens2012-04-271-2/+0Star
* tipc: Optimize initialization of network topology serviceAllan Stephens2012-04-271-1/+1
* tipc: Enhance re-initialization of network topology serviceAllan Stephens2012-04-271-3/+0Star
* tipc: Optimize termination of configuration serviceAllan Stephens2012-04-261-4/+2Star
* tipc: Optimize initialization of configuration serviceAllan Stephens2012-04-261-1/+1
* tipc: Optimize re-initialization of configuration serviceAllan Stephens2012-04-263-2/+17
* tipc: remove inline instances from C source files.Paul Gortmaker2012-04-242-3/+3
* net: add a limit parameter to sk_add_backlog()Eric Dumazet2012-04-241-1/+1
* tipc: Ensure network address change doesn't impact configuration serviceAllan Stephens2012-04-191-1/+1
* tipc: Ensure network address change doesn't impact rejected messageAllan Stephens2012-04-191-1/+1
* tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens2012-04-191-4/+4
* tipc: properly handle off-node send requests with invalid addrAllan Stephens2012-04-191-2/+9
* tipc: take lock while updating node network addressAllan Stephens2012-04-191-1/+2
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-194-31/+34
* tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-192-14/+4Star
* tipc: Ensure network address change doesn't impact new portAllan Stephens2012-04-191-4/+11
* tipc: Optimize re-initialization of port message header templatesAllan Stephens2012-04-191-2/+0Star
* tipc: Ensure network address change doesn't impact name table updatesAllan Stephens2012-04-191-4/+4
* tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-194-6/+24
* tipc: Don't record failed publication attempt as a successAllan Stephens2012-04-191-2/+3
* tipc: Update node-scope publications when network address is assignedAllan Stephens2012-04-192-7/+12
* tipc: Separate cluster-scope and zone-scope names into distinct listsAllan Stephens2012-04-191-5/+26
* tipc: Factor out name publication code to a separate functionAllan Stephens2012-04-181-27/+34
* tipc: introduce publication lists structAllan Stephens2012-04-181-10/+17
* net: cleanup unsigned to unsigned intEric Dumazet2012-04-152-5/+5
* tipc: Optimize setting of immutable payload message header fieldsAllan Stephens2012-02-291-8/+0Star
* tipc: Eliminate obsolete code for re-sending a messageAllan Stephens2012-02-291-2/+0Star
* tipc: Un-inline port routine for processing incoming messagesAllan Stephens2012-02-292-41/+44
* tipc: Eliminate support for tipc_mode global variableAllan Stephens2012-02-246-20/+5Star
* tipc: Eliminate obsolete support for "not running" modeAllan Stephens2012-02-243-15/+4Star
* tipc: Revert name table translation optimizationAllan Stephens2012-02-242-5/+14
* tipc: Minor optimization to broadcast link synchronization logicAllan Stephens2012-02-241-3/+1Star
* tipc: Remove obsolete comments about routing table updatesAllan Stephens2012-02-241-46/+0Star
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-2410-91/+67Star
* tipc: Hide internal details of node table implementationAllan Stephens2012-02-242-12/+13