summaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-011-4/+2Star
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-011-2/+2
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-8/+7Star
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-011-3/+1Star
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-10/+0Star
* tipc: Remove user registry subsystemAllan Stephens2011-01-011-9/+2Star
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-011-4/+1Star
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-021-7/+0Star
* tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-021-85/+15Star
* 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/+0Star
* tipc: cleanup function namespacestephen hemminger2010-10-161-211/+23Star
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-131-44/+0Star
* tipc: Minor optimizations to name table translation codeAllan Stephens2010-09-071-2/+2
* tipc: Remove per-connection sequence number logicAllan Stephens2010-08-181-12/+3Star
* tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens2010-05-131-11/+11
* tipc: Eliminate unnecessary initialization in native API send routinesAllan Stephens2010-05-131-2/+2
* tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens2010-05-131-1/+0Star
* tipc: Eliminate improper use of TIPC_OK error codeAllan Stephens2008-07-151-17/+17
* tipc: Remove unneeded parameter to tipc_createport_raw()Allan Stephens2008-07-151-18/+10Star
* tipc: Fix bugs in rejection of message with short headerAllan Stephens2008-06-051-4/+6
* tipc: Message header creation optimizationsAllan Stephens2008-06-051-6/+1Star
* tipc: Optimize message initialization routineAllan Stephens2008-06-051-4/+5
* tipc: Standardize error checking on incoming messages via native APIAllan Stephens2008-06-051-16/+9Star
* tipc: Fix bug in connection setup via native APIAllan Stephens2008-06-051-6/+3Star
* 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-131-8/+12
* [TIPC]: Overhaul of socket locking logicAllan Stephens2008-04-151-7/+24
* [TIPC]: Minor cleanup of message header codeAllan Stephens2008-03-071-2/+3
* [TIPC]: Removal of message header option codeAllan Stephens2008-03-071-7/+0Star
* [TIPC]: Use tipc_port_unlockJulia Lawall2008-01-291-10/+10
* [TIPC]: Clean up duplicate includes in net/tipc/Jesper Juhl2007-08-141-1/+0Star
* [TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens2007-07-111-5/+5
* [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}Arnaldo Carvalho de Melo2007-04-261-4/+4
* [NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-113/+113
* [TIPC] net/tipc/port.c: fix NULL dereferenceAdrian Bunk2006-11-021-2/+3
* [TIPC]: Add missing unlock in port timeout code.Allan Stephens2006-10-191-1/+6
* [NET]: Conversions from kmalloc+memset to k(z|c)alloc.Panagiotis Issaris2006-07-211-3/+2Star
* [PATCH] spin/rwlock init cleanupsIngo Molnar2006-06-281-2/+2
* [TIPC]: Enhanced & cleaned up system messages; fixed 2 obscure memory leaks.Allan Stephens2006-06-261-5/+5
* [TIPC]: First phase of assert() cleanupAllan Stephens2006-06-261-1/+0Star
* [TIPC]: Added missing warning for out-of-memory conditionAllan Stephens2006-06-261-0/+1
* [TIPC]: Withdrawing all names from nameless port now returns success, not errorAllan Stephens2006-06-261-3/+0Star
* [TIPC]: Allow ports to receive multicast messages through native API.Allan Stephens2006-06-261-10/+16
* [TIPC]: Remove unused functionsPer Liden2006-03-211-5/+0Star
* [TIPC]: Remove inlines from *.cSam Ravnborg2006-03-211-7/+7
* [TIPC]: Fix simple sparse warningsSam Ravnborg2006-03-211-20/+20
* [TIPC] Avoid polluting the global namespacePer Liden2006-01-181-137/+137
* [TIPC]: Fix 64-bit build warnings.David S. Miller2006-01-121-1/+2
* [TIPC] More updates of file headersPer Liden2006-01-121-1/+1