aboutsummaryrefslogtreecommitdiff
path: root/net/tipc
AgeCommit message (Expand)Author
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker
2011-09-17tipc: Remove unused link event tracking codeYing Xue
2011-09-17tipc: Remove callback field from subscription structureYing Xue
2011-09-17tipc: Simplify prohibition of listen and accept for connectionless socketsYing Xue
2011-09-17tipc: Add support for SO_SNDTIMEO socket optionYing Xue
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens
2011-09-17tipc: Lower limits for number of bearers and media typesAllan Stephens
2011-09-17tipc: Remove redundant search when enabling bearerAllan Stephens
2011-09-17tipc: Fix unsafe device list search when enabling bearerAllan Stephens
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens
2011-09-01tipc: Ensure congested links receive bearer status updatesAllan Stephens
2011-09-01tipc: Prevent rounding issues when saving connect timeout optionAllan Stephens
2011-09-01tipc: Eliminate redundant check when sending messagesAllan Stephens
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens
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