summaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: remove source file port.cJon Paul Maloy2014-08-231-123/+0Star
* tipc: use registry when scanning socketsJon Paul Maloy2014-08-231-87/+0Star
* tipc: eliminate functions tipc_port_init and tipc_port_destroyJon Paul Maloy2014-08-231-73/+2Star
* tipc: redefine message acknowledge functionJon Paul Maloy2014-08-231-22/+0Star
* tipc: eliminate port_connect()/port_disconnect() functionsJon Paul Maloy2014-08-231-84/+0Star
* tipc: eliminate function tipc_port_shutdown()Jon Paul Maloy2014-08-231-24/+0Star
* tipc: clean up socket timer functionJon Paul Maloy2014-08-231-103/+23Star
* tipc: use message to abort connections when losing contact to nodeJon Paul Maloy2014-08-231-25/+4Star
* tipc: use pseudo message to wake up sockets after link congestionJon Paul Maloy2014-08-231-2/+0Star
* tipc: rename temporarily named functionsJon Paul Maloy2014-07-171-5/+5
* tipc: remove unreferenced functionsJon Paul Maloy2014-07-171-112/+0Star
* tipc: simplify connection congestion handlingJon Paul Maloy2014-06-271-10/+2Star
* tipc: clean up connection protocol reception functionJon Paul Maloy2014-06-271-50/+3Star
* tipc: same receive code path for connection protocol and data messagesJon Paul Maloy2014-06-271-6/+1Star
* tipc: let port protocol senders use new link send functionJon Paul Maloy2014-06-271-7/+23
* tipc: connection oriented transport uses new send functionsJon Paul Maloy2014-06-271-140/+2Star
* tipc: RDM/DGRAM transport uses new fragmenting and sending functionsJon Paul Maloy2014-06-271-90/+0Star
* tipc: merge port message reception into socket reception functionJon Paul Maloy2014-05-141-35/+4Star
* tipc: eliminate redundant lookups in registryJon Paul Maloy2014-03-121-20/+19Star
* tipc: align usage of variable names and macros in socketJon Paul Maloy2014-03-121-2/+2
* tipc: eliminate redundant lockingJon Paul Maloy2014-03-121-91/+5Star
* tipc: eliminate upcall function pointers between port and socketJon Paul Maloy2014-03-121-19/+16Star
* tipc: aggregate port structure into socket structureJon Paul Maloy2014-03-121-11/+4Star
* tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy2014-03-121-18/+7Star
* tipc: align tipc function names with common naming practice in the networkYing Xue2014-02-181-48/+49
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-30/+15Star
|\
| * tipc: fix deadlock during socket releaseYing Xue2013-12-301-30/+15Star
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-161-6/+3Star
|/
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-39/+27Star
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-181-3/+4
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-181-2/+2
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-181-2/+2
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-181-5/+3Star
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-181-298/+1Star
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-071-9/+23
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-26/+32
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-4/+4
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-5/+4Star
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-31/+2Star
* tipc: Enhance error checking of published namesAllan Stephens2012-04-271-4/+0Star
* tipc: remove inline instances from C source files.Paul Gortmaker2012-04-241-2/+2
* tipc: Ensure network address change doesn't impact rejected messageAllan Stephens2012-04-191-1/+1
* tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens2012-04-191-4/+4
* tipc: properly handle off-node send requests with invalid addrAllan Stephens2012-04-191-2/+9
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-191-29/+30
* tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-191-4/+4
* tipc: Ensure network address change doesn't impact new portAllan Stephens2012-04-191-4/+11
* tipc: Optimize re-initialization of port message header templatesAllan Stephens2012-04-191-2/+0Star
* tipc: Optimize setting of immutable payload message header fieldsAllan Stephens2012-02-291-8/+0Star