aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)AuthorFilesLines
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesGravatar Paul Gortmaker 1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hGravatar Paul Gortmaker 1-0/+2
2011-09-17tipc: Remove unused link event tracking codeGravatar Ying Xue 2-11/+0
2011-09-17tipc: Remove callback field from subscription structureGravatar Ying Xue 2-8/+1
2011-09-17tipc: Simplify prohibition of listen and accept for connectionless socketsGravatar Ying Xue 1-9/+3
2011-09-17tipc: Add support for SO_SNDTIMEO socket optionGravatar Ying Xue 1-12/+14
2011-09-17tipc: Enhance sending of bulk name table messagesGravatar Allan Stephens 3-2/+54
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upGravatar Paul Gortmaker 1-2/+3
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeGravatar Allan Stephens 1-3/+19
2011-09-17tipc: Lower limits for number of bearers and media typesGravatar Allan Stephens 2-3/+3
2011-09-17tipc: Remove redundant search when enabling bearerGravatar Allan Stephens 1-15/+9
2011-09-17tipc: Fix unsafe device list search when enabling bearerGravatar Allan Stephens 1-2/+4
2011-09-17tipc: Ensure both nodes recognize loss of contact between themGravatar Allan Stephens 4-18/+42
2011-09-01tipc: Ensure congested links receive bearer status updatesGravatar Allan Stephens 1-0/+2
2011-09-01tipc: Prevent rounding issues when saving connect timeout optionGravatar Allan Stephens 1-6/+7
2011-09-01tipc: Eliminate redundant check when sending messagesGravatar Allan Stephens 1-3/+0
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKGravatar Allan Stephens 1-8/+3
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedGravatar Allan Stephens 1-2/+11
2011-09-01tipc: Remove deferred queue head caching during broadcast message receptionGravatar Allan Stephens 1-1/+1
2011-09-01tipc: Fix node lock problems during broadcast message receptionGravatar Allan Stephens 1-13/+23
2011-09-01tipc: Prevent broadcast link stalling when another node failsGravatar Allan Stephens 1-1/+1
2011-09-01tipc: Enhance cleanup of broadcast link when contact with node is lostGravatar Allan Stephens 1-14/+18
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionGravatar Allan Stephens 3-27/+1
2011-09-01tipc: Cosmetic changes to broadcast bearer send routineGravatar Allan Stephens 1-12/+12
2011-09-01tipc: Update obsolete references to multicast linkGravatar Allan Stephens 1-2/+2
2011-09-01tipc: Enhance filtering of out-dated link reset messagesGravatar Allan Stephens 1-2/+2
2011-09-01tipc: Initialize peer session field of newly created link endpointGravatar Allan Stephens 1-0/+1
2011-09-01tipc: Display meaningful peer interface name during link creationGravatar Allan Stephens 1-2/+2
2011-09-01tipc: Eliminate obsolete filter for unexpected unicast messagesGravatar Allan Stephens 1-9/+2
2011-09-01tipc: Remove obsolete manipulation of message re-route count fieldGravatar Allan Stephens 1-11/+0
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