summaryrefslogtreecommitdiffstats
path: root/net/tipc/port.h
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove include file port.hJon Paul Maloy2014-08-231-145/+0
* tipc: remove port_lockJon Paul Maloy2014-08-231-20/+0
* tipc: replace port pointer with socket pointer in registryJon Paul Maloy2014-08-231-2/+2
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-231-5/+0
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-231-3/+1
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-231-2/+0
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-231-10/+0
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-231-2/+0
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-4/+0
* tipc: Fix build.David S. Miller2014-08-191-1/+2
* tipc: fix message importance range checkErik Hugne2014-08-161-1/+3
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-161-10/+0
* tipc: simplify connection congestion handlingJon Paul Maloy2014-06-271-16/+0
* tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-271-1/+0
* tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-271-1/+1
* tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-271-12/+0
* tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-271-11/+0
* tipc: merge port message reception into socket reception functionJon Paul Maloy2014-05-141-1/+0
* tipc: decrease connection flow control windowJon Paul Maloy2014-05-141-4/+5
* tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-121-17/+26
* tipc: eliminate redundant lockingJon Paul Maloy2014-03-121-9/+33
* tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-121-10/+4
* tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-121-3/+1
* tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-121-0/+11
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-13/+13
* tipc: fix deadlock during socket releaseYing Xue2013-12-291-3/+3
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-10/+6
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-4/+6
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-171-3/+3
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-171-1/+1
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-171-14/+0
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-171-52/+1
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-171-0/+2
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-071-2/+4
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-0/+1
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-3/+0
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-191-0/+1
* tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-191-10/+0
* tipc: Un-inline port routine for processing incoming messagesAllan Stephens2012-02-291-41/+1
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-291-2/+2
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-101-5/+9
* tipc: Remove support for per-connection message sequence numberingAllan Stephens2011-02-231-2/+0
* tipc: Fix port counter handling to correct congestion controlAllan Stephens2011-02-231-2/+2
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-231-38/+29
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-011-1/+1
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-011-1/+0
* tipc: Remove user registry subsystemAllan Stephens2011-01-011-5/+1
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-021-2/+0
* tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-021-2/+0
* tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-021-1/+1
OpenPOWER on IntegriCloud