aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/port.c
Commit message (Expand)AuthorAge
* tipc: standardize across connect/disconnect function namingPaul Gortmaker2012-12-07
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-13
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-13
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-11
* net: Remove casts to same typeJoe Perches2012-06-04
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-30
* tipc: Enhance error checking of published namesAllan Stephens2012-04-26
* tipc: remove inline instances from C source files.Paul Gortmaker2012-04-24
* tipc: Ensure network address change doesn't impact rejected messageAllan Stephens2012-04-19
* tipc: handle <0.0.0> as an alias for this node on outgoing msgsAllan Stephens2012-04-19
* tipc: properly handle off-node send requests with invalid addrAllan Stephens2012-04-19
* tipc: Ensure network address change doesn't impact local connectionsAllan Stephens2012-04-19
* tipc: delete duplicate peerport/peernode helper functionsAllan Stephens2012-04-19
* tipc: Ensure network address change doesn't impact new portAllan Stephens2012-04-19
* tipc: Optimize re-initialization of port message header templatesAllan Stephens2012-04-19
* tipc: Optimize setting of immutable payload message header fieldsAllan Stephens2012-02-29
* tipc: Un-inline port routine for processing incoming messagesAllan Stephens2012-02-29
* tipc: Revert name table translation optimizationAllan Stephens2012-02-24
* tipc: Eliminate trivial buffer manipulation helper routinesAllan Stephens2012-02-24
* tipc: Minor optimization to rejection of connection-based messagesAllan Stephens2012-02-06
* tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker2011-12-29
* tipc: Optimize creation of connection protocol messagesAllan Stephens2011-06-24
* tipc: Don't create payload message using connection protocol routineAllan Stephens2011-06-24
* tipc: Reject connection protocol message sent to unconnected portAllan Stephens2011-06-24
* tipc: Optimize creation of FIN messagesAllan Stephens2011-06-24
* tipc: Cleanup of message header size terminologyAllan Stephens2011-06-24
* tipc: Optimizations & corrections to message rejectionAllan Stephens2011-06-24
* tipc: Optimize routing of returned payload messagesAllan Stephens2011-06-24
* tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens2011-06-24
* tipc: Standardize exit logic for message rejection handlingAllan Stephens2011-06-24
* tipc: Avoid recomputation of outgoing message lengthAllan Stephens2011-05-10
* tipc: Update destination node field on incoming multicast messagesAllan Stephens2011-05-10
* tipc: Fix problem with bundled multicast messageAllan Stephens2011-05-10
* tipc: Set name lookup scope field properly in all data messagesAllan Stephens2011-05-10
* tipc: Remove support for per-connection message sequence numberingAllan Stephens2011-02-23
* tipc: Fix port counter handling to correct congestion controlAllan Stephens2011-02-23
* tipc: Combine port structure with tipc_port structureAllan Stephens2011-02-23
* tipc: remove extraneous braces from single statementsAllan Stephens2011-01-01
* tipc: remove zeroing assignments to static global variablesAllan Stephens2011-01-01
* tipc: cleanup various cosmetic whitespace issuesAllan Stephens2011-01-01
* tipc: remove pointless check for NULL prior to kfreeAllan Stephens2011-01-01
* tipc: remove calls to dbg() and msg_dbg()Allan Stephens2011-01-01
* tipc: Remove user registry subsystemAllan Stephens2011-01-01
* tipc: Remove prototype code for supporting slave nodesAllan Stephens2011-01-01
* tipc: Delete tipc_ownidentity()Allan Stephens2010-12-02
* tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2010-12-02
* tipc: Remove unused domain argument from multicast send routineAllan Stephens2010-12-02
* tipc: Remove obsolete inclusions of header filesAllan Stephens2010-12-02
* tipc: cleanup function namespacestephen hemminger2010-10-16
* tipc: clean out all instances of #if 0'd unused codePaul Gortmaker2010-10-13