aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2011-09-01tipc: Remove deferred queue head caching during broadcast message receptionAllan Stephens
2011-09-01tipc: Fix node lock problems during broadcast message receptionAllan Stephens
2011-09-01tipc: Prevent broadcast link stalling when another node failsAllan Stephens
2011-09-01tipc: Enhance cleanup of broadcast link when contact with node is lostAllan Stephens
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens
2011-09-01tipc: Cosmetic changes to broadcast bearer send routineAllan Stephens
2011-09-01tipc: Update obsolete references to multicast linkAllan Stephens
2011-09-01tipc: Enhance filtering of out-dated link reset messagesAllan Stephens
2011-09-01tipc: Initialize peer session field of newly created link endpointAllan Stephens
2011-09-01tipc: Display meaningful peer interface name during link creationAllan Stephens
2011-09-01tipc: Eliminate obsolete filter for unexpected unicast messagesAllan Stephens
2011-09-01tipc: Remove obsolete manipulation of message re-route count fieldAllan Stephens
2011-07-26atomic: use <linux/atomic.h>Arun Sharma
2011-06-24tipc: Optimize creation of connection protocol messagesAllan Stephens
2011-06-24tipc: Don't create payload message using connection protocol routineAllan Stephens
2011-06-24tipc: Reject connection protocol message sent to unconnected portAllan Stephens
2011-06-24tipc: Optimize creation of FIN messagesAllan Stephens
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens
2011-06-24tipc: Eliminate useless check when creating internal messageAllan Stephens
2011-06-24tipc: Remove unnecessary includes in socket codeAllan Stephens
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens
2011-06-24tipc: Correct typo in link statistics outputAllan Stephens
2011-06-24tipc: Eliminate checks for empty zone list during name translationAllan Stephens
2011-06-24tipc: Convert name table publication lists to standard kernel listsAllan Stephens
2011-06-24tipc: Partition name table instance array info into two partsAllan Stephens
2011-06-24tipc: Eliminate redundant masking in message header routinesAllan Stephens
2011-06-24tipc: Eliminate message header routines for caching destination nodeAllan Stephens
2011-06-24tipc: Optimizations & corrections to message rejectionAllan Stephens
2011-06-24tipc: Optimize routing of returned payload messagesAllan Stephens
2011-06-24tipc: Add sanity check to detect rejection of non-payload messagesAllan Stephens
2011-06-24tipc: Standardize exit logic for message rejection handlingAllan Stephens
2011-06-24tipc: Remove unused sanity test macroAllan Stephens
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkAllan Stephens
2011-05-10tipc: Revise timings used when sending link request messagesAllan Stephens
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens
2011-05-10tipc: Enhance sending of discovery object link request messagesAllan Stephens
2011-05-10tipc: Enhance handling of discovery object creation failuresAllan Stephens
2011-05-10tipc: Introduce routine to enqueue a chain of messages on link tx queueAllan Stephens
2011-05-10tipc: Avoid recomputation of outgoing message lengthAllan Stephens
2011-05-10tipc: Abort excessive send requests as early as possibleAllan Stephens
2011-05-10tipc: Strengthen checks for neighboring node discoveryAllan Stephens
2011-05-10tipc: make zone/cluster mask constants a definePaul Gortmaker
2011-05-10tipc: Fix sk_buff leaks when link congestion is detectedAllan Stephens
2011-05-10tipc: Update destination node field on incoming multicast messagesAllan Stephens
2011-05-10tipc: Fix problem with bundled multicast messageAllan Stephens
2011-05-10tipc: Set name lookup scope field properly in all data messagesAllan Stephens
2011-05-10tipc: Fix issues with fragmentation of an existing message bufferAllan Stephens
2011-05-10tipc: Avoid pointless masking of fragmented message identifierAllan Stephens
2011-05-10tipc: Don't initialize link selector field in fragmented messagesAllan Stephens
2011-05-10tipc: Remove code to emulate loss of broadcast messagesAllan Stephens