aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2011-07-26atomic: use <linux/atomic.h>Gravatar Arun Sharma 1-1/+1
2011-06-24tipc: Optimize creation of connection protocol messagesGravatar Allan Stephens 1-36/+12
2011-06-24tipc: Don't create payload message using connection protocol routineGravatar Allan Stephens 1-8/+9
2011-06-24tipc: Reject connection protocol message sent to unconnected portGravatar Allan Stephens 1-39/+40
2011-06-24tipc: Optimize creation of FIN messagesGravatar Allan Stephens 1-37/+24
2011-06-24tipc: Cleanup of message header size terminologyGravatar Allan Stephens 4-20/+20
2011-06-24tipc: Eliminate useless check when creating internal messageGravatar Allan Stephens 1-4/+2
2011-06-24tipc: Remove unnecessary includes in socket codeGravatar Allan Stephens 1-3/+0
2011-06-24tipc: Eliminate unused field in bearer structureGravatar Allan Stephens 2-3/+0
2011-06-24tipc: Correct typo in link statistics outputGravatar Allan Stephens 1-1/+1
2011-06-24tipc: Eliminate checks for empty zone list during name translationGravatar Allan Stephens 1-5/+2
2011-06-24tipc: Convert name table publication lists to standard kernel listsGravatar Allan Stephens 2-164/+90
2011-06-24tipc: Partition name table instance array info into two partsGravatar Allan Stephens 1-61/+89
2011-06-24tipc: Eliminate redundant masking in message header routinesGravatar Allan Stephens 1-2/+2
2011-06-24tipc: Eliminate message header routines for caching destination nodeGravatar Allan Stephens 1-20/+0
2011-06-24tipc: Optimizations & corrections to message rejectionGravatar Allan Stephens 1-25/+24
2011-06-24tipc: Optimize routing of returned payload messagesGravatar Allan Stephens 1-1/+6
2011-06-24tipc: Add sanity check to detect rejection of non-payload messagesGravatar Allan Stephens 1-0/+6
2011-06-24tipc: Standardize exit logic for message rejection handlingGravatar Allan Stephens 1-10/+9
2011-06-24tipc: Remove unused sanity test macroGravatar Allan Stephens 1-6/+0
2011-06-24tipc: Convert fatal broadcast sanity check to non-fatal checkGravatar Allan Stephens 1-1/+5
2011-05-10tipc: Revise timings used when sending link request messagesGravatar Allan Stephens 1-30/+36
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerGravatar Allan Stephens 3-8/+31
2011-05-10tipc: Enhance sending of discovery object link request messagesGravatar Allan Stephens 1-1/+13
2011-05-10tipc: Enhance handling of discovery object creation failuresGravatar Allan Stephens 3-41/+42
2011-05-10tipc: Introduce routine to enqueue a chain of messages on link tx queueGravatar Allan Stephens 1-16/+22
2011-05-10tipc: Avoid recomputation of outgoing message lengthGravatar Allan Stephens 8-66/+64
2011-05-10tipc: Abort excessive send requests as early as possibleGravatar Allan Stephens 1-0/+13
2011-05-10tipc: Strengthen checks for neighboring node discoveryGravatar Allan Stephens 2-4/+14
2011-05-10tipc: make zone/cluster mask constants a defineGravatar Paul Gortmaker 1-2/+5
2011-05-10tipc: Fix sk_buff leaks when link congestion is detectedGravatar Allan Stephens 2-7/+4
2011-05-10tipc: Update destination node field on incoming multicast messagesGravatar Allan Stephens 1-0/+1
2011-05-10tipc: Fix problem with bundled multicast messageGravatar Allan Stephens 1-0/+2
2011-05-10tipc: Set name lookup scope field properly in all data messagesGravatar Allan Stephens 1-0/+3
2011-05-10tipc: Fix issues with fragmentation of an existing message bufferGravatar Allan Stephens 1-14/+23
2011-05-10tipc: Avoid pointless masking of fragmented message identifierGravatar Allan Stephens 1-2/+2
2011-05-10tipc: Don't initialize link selector field in fragmented messagesGravatar Allan Stephens 1-2/+0
2011-05-10tipc: Remove code to emulate loss of broadcast messagesGravatar Allan Stephens 1-18/+0
2011-05-10tipc: Cosmetic consolidation of internal message type definitionsGravatar Allan Stephens 1-29/+29
2011-05-10tipc: Eliminate unused routing message definitionsGravatar Allan Stephens 1-9/+0
2011-05-10tipc: Update comments in message header include fileGravatar Allan Stephens 1-66/+23
2011-05-10tipc: Drop __TIME__ usageGravatar Michal Marek 1-2/+1
2011-03-31Fix common misspellingsGravatar Lucas De Marchi 2-2/+2
2011-03-14tipc: delete extra semicolon blocking node deletionGravatar Paul Gortmaker 1-1/+1
2011-03-13tipc: Eliminate obsolete routine for handling routed messagesGravatar Allan Stephens 3-16/+0
2011-03-13tipc: Eliminate remaining support for routing table messagesGravatar Allan Stephens 3-46/+4
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressGravatar Allan Stephens 2-7/+2
2011-03-13tipc: Don't respond to neighbor discovery request on blocked bearerGravatar Allan Stephens 1-1/+1
2011-03-13tipc: Eliminate unnecessary constant for neighbor discovery msg sizeGravatar Allan Stephens 2-3/+2
2011-03-13tipc: Remove unused field in bearer structureGravatar Allan Stephens 2-3/+0