summaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-01-061-30/+15
|\
| * tipc: fix deadlock during socket releaseYing Xue2013-12-291-30/+15
* | tipc: remove unnecessary variables and conditionswangweidong2013-12-161-6/+3
|/
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-181-39/+27
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-171-3/+4
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-171-2/+2
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-171-2/+2
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-171-5/+3
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-171-298/+1
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-071-9/+23
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-131-26/+32
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-131-4/+4
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-101-1/+1
* net: Remove casts to same typeJoe Perches2012-06-041-5/+4
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-31/+2
* tipc: Enhance error checking of published namesAllan Stephens2012-04-261-4/+0
* 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/+0
* tipc: Optimize setting of immutable payload message header fieldsAllan Stephens2012-02-291-8/+0
* tipc: Un-inline port routine for processing incoming messagesAllan Stephens2012-02-291-0/+43
* tipc: Revert name table translation optimizationAllan Stephens2012-02-241-1/+1
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-241-7/+7
* tipc: Minor optimization to rejection of connection-based messagesAllan Stephens2012-02-061-2/+3
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-291-4/+4
* 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
OpenPOWER on IntegriCloud