aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
AgeCommit message (Expand)AuthorFilesLines
2014-08-23tipc: remove include file port.hJon Paul Maloy1-145/+0
2014-08-23tipc: remove port_lockJon Paul Maloy1-20/+0
2014-08-23tipc: replace port pointer with socket pointer in registryJon Paul Maloy1-2/+2
2014-08-23tipc: use registry when scanning socketsJon Paul Maloy1-5/+0
2014-08-23tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy1-3/+1
2014-08-23tipc: redefine message acknowledge functionJon Paul Maloy1-2/+0
2014-08-23tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy1-10/+0
2014-08-23tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy1-2/+0
2014-08-23tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy1-4/+0
2014-08-19tipc: Fix build.David S. Miller1-1/+2
2014-08-16tipc: fix message importance range checkErik Hugne1-1/+3
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy1-10/+0
2014-06-27tipc: simplify connection congestion handlingJon Paul Maloy1-16/+0
2014-06-27tipc: clean up connection protocol reception functionJon Paul Maloy1-1/+0
2014-06-27tipc: same receive code path for connection protocol and data messagesJon Paul Maloy1-1/+1
2014-06-27tipc: connection oriented transport uses new send functionsJon Paul Maloy1-12/+0
2014-06-27tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy1-11/+0
2014-05-14tipc: merge port message reception into socket reception functionJon Paul Maloy1-1/+0
2014-05-14tipc: decrease connection flow control windowJon Paul Maloy1-4/+5
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy1-17/+26
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy1-9/+33
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy1-10/+4
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy1-3/+1
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy1-0/+11
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue1-13/+13
2013-12-29tipc: fix deadlock during socket releaseYing Xue1-3/+3
2013-10-18tipc: remove iovec length parameter from all sending functionsYing Xue1-10/+6
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker1-4/+6
2013-06-17tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue1-3/+3
2013-06-17tipc: rename tipc_createport_raw to tipc_createportYing Xue1-1/+1
2013-06-17tipc: remove user_port instance from tipc_port structureYing Xue1-14/+0
2013-06-17tipc: delete code orphaned by new server infrastructureYing Xue1-52/+1
2013-06-17tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue1-0/+2
2012-12-07tipc: standardize across connect/disconnect function namingPaul Gortmaker1-2/+4
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-0/+1
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-3/+0
2012-04-19tipc: Ensure network address change doesn't impact local connectionsAllan Stephens1-0/+1
2012-04-19tipc: delete duplicate peerport/peernode helper functionsAllan Stephens1-10/+0
2012-02-29tipc: Un-inline port routine for processing incoming messagesAllan Stephens1-41/+1
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker1-2/+2
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens1-5/+9
2011-02-23tipc: Remove support for per-connection message sequence numberingAllan Stephens1-2/+0
2011-02-23tipc: Fix port counter handling to correct congestion controlAllan Stephens1-2/+2
2011-02-23tipc: Combine port structure with tipc_port structureAllan Stephens1-38/+29
2011-01-01tipc: cleanup various cosmetic whitespace issuesAllan Stephens1-1/+1
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens1-1/+0
2011-01-01tipc: Remove user registry subsystemAllan Stephens1-5/+1
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens1-2/+0
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens1-2/+0
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens1-1/+1
2010-12-02tipc: Delete useless function prototypesAllan Stephens1-1/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens1-2/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens1-0/+131
2010-10-16tipc: cleanup function namespacestephen hemminger1-2/+0
2010-09-23net: return operator cleanupEric Dumazet1-1/+1
2010-05-12tipc: Eliminate obsolete port's "congested_link" fieldAllan Stephens1-2/+0
2008-09-02tipc: Don't use structure names which easily globally conflict.David S. Miller1-1/+1
2007-07-10[TIPC]: Optimize stream send routine to avoid fragmentationAllan Stephens1-4/+2
2007-02-10[NET] TIPC: Fix whitespace errors.YOSHIFUJI Hideaki1-14/+14
2006-01-18[TIPC] Avoid polluting the global namespacePer Liden1-29/+29
2006-01-18[TIPC] Minor changes to #includesJon Maloy1-1/+1
2006-01-12[TIPC] More updates of file headersPer Liden1-1/+1
2006-01-12[TIPC] Update of file headersPer Liden1-2/+1
2006-01-12[TIPC] License header updatePer Liden1-19/+23
2006-01-12[TIPC] Initial mergePer Liden1-0/+206