aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: Optimize creation of connection protocol messagesAllan Stephens2011-06-241-36/+12
* tipc: Don't create payload message using connection protocol routineAllan Stephens2011-06-241-8/+9
* tipc: Reject connection protocol message sent to unconnected portAllan Stephens2011-06-241-39/+40
* tipc: Optimize creation of FIN messagesAllan Stephens2011-06-241-37/+24
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-241-10/+10
* tipc: Optimizations & corrections to message rejectionAllan Stephens2011-06-241-25/+24
* tipc: Optimize routing of returned payload messagesAllan Stephens2011-06-241-1/+6
* tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens2011-06-241-0/+6
* tipc: Standardize exit logic for message rejection handlingAllan Stephens2011-06-241-10/+9
* 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