aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-22/+27
* tipc: Update destination node field on incoming multicast messagesAllan Stephens2011-05-101-0/+1
* tipc: Fix problem with bundled multicast messageAllan Stephens2011-05-101-0/+2
* tipc: Set name lookup scope field properly in all data messagesAllan Stephens2011-05-101-0/+3
* tipc: Remove support for per-connection message sequence numberingAllan Stephens2011-02-231-28/+1
* tipc: Fix port counter handling to correct congestion controlAllan Stephens2011-02-231-19/+34
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-117/+117
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-4/+2
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-2/+2
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-8/+7
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-011-3/+1
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-10/+0
* tipc: Remove user registry subsystemAllan Stephens2011-01-011-9/+2
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-011-4/+1
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-021-7/+0
* tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-021-85/+15
* tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-021-1/+1
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-021-6/+0
* tipc: cleanup function namespacestephen hemminger2010-10-161-211/+23
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-44/+0
* tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-061-2/+2
* tipc: Remove per-connection sequence number logicAllan Stephens2010-08-171-12/+3
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-121-11/+11
* tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens2010-05-121-2/+2
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-121-1/+0
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-141-17/+17
* tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens2008-07-141-18/+10
* tipc: Fix bugs in rejection of message with short headerAllan Stephens2008-06-041-4/+6
* tipc: Message header creation optimizationsAllan Stephens2008-06-041-6/+1
* tipc: Optimize message initialization routineAllan Stephens2008-06-041-4/+5
* tipc: Standardize error checking on incoming messages via native APIAllan Stephens2008-06-041-16/+9
* tipc: Fix bug in connection setup via native APIAllan Stephens2008-06-041-6/+3
* tipc: Update "previous node" indicators when node address changesAllan Stephens2008-05-211-0/+1
* tipc: Fix race condition when creating socket or native portAllan Stephens2008-05-121-8/+12
* [TIPC]: Overhaul of socket locking logicAllan Stephens2008-04-151-7/+24
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-061-2/+3
* [TIPC]: Removal of message header option codeAllan Stephens2008-03-061-7/+0
* [TIPC]: Use tipc_port_unlockJulia Lawall2008-01-281-10/+10
* [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-131-1/+0
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-101-5/+5
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-251-4/+4
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-101-113/+113
* [TIPC] net/tipc/port.c: fix NULL dereferenceAdrian Bunk2006-11-011-2/+3
* [TIPC]: Add missing unlock in port timeout code.Allan Stephens2006-10-181-1/+6
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-3/+2
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-271-2/+2
* [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-251-5/+5
* [TIPC]: First phase of assert() cleanupAllan Stephens2006-06-251-1/+0
* [TIPC]: Added missing warning for out-of-memory conditionAllan Stephens2006-06-251-0/+1
* [TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens2006-06-251-3/+0