aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-12-27tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens1-12/+27
2011-12-27tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens2-5/+1
2011-12-27tipc: Revise comment justifying release of configuration spinlockAllan Stephens1-7/+6
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens3-49/+127
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens1-0/+3
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens6-41/+41
2011-12-27tipc: Add new address conversion routines for Ethernet mediaAllan Stephens2-3/+79
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens3-15/+12
2011-12-27tipc: Streamline media registration error checkingAllan Stephens1-29/+8
2011-12-27tipc: Eliminate duplication of media structuresAllan Stephens1-20/+15
2011-12-27tipc: Optimize detection of duplicate media registrationAllan Stephens1-19/+21
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens3-66/+45
2011-12-27tipc: Enable use by containers having their own network namespaceAllan Stephens1-3/+0
2011-12-19net: two vzalloc() cleanupsEric Dumazet1-2/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker1-0/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker1-0/+2
2011-09-17tipc: Remove unused link event tracking codeYing Xue2-11/+0
2011-09-17tipc: Remove callback field from subscription structureYing Xue2-8/+1
2011-09-17tipc: Simplify prohibition of listen and accept for connectionless socketsYing Xue1-9/+3
2011-09-17tipc: Add support for SO_SNDTIMEO socket optionYing Xue1-12/+14
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens3-2/+54
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker1-2/+3
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens1-3/+19
2011-09-17tipc: Lower limits for number of bearers and media typesAllan Stephens2-3/+3
2011-09-17tipc: Remove redundant search when enabling bearerAllan Stephens1-15/+9
2011-09-17tipc: Fix unsafe device list search when enabling bearerAllan Stephens1-2/+4
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens4-18/+42
2011-09-01tipc: Ensure congested links receive bearer status updatesAllan Stephens1-0/+2
2011-09-01tipc: Prevent rounding issues when saving connect timeout optionAllan Stephens1-6/+7
2011-09-01tipc: Eliminate redundant check when sending messagesAllan Stephens1-3/+0
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens1-8/+3
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens1-2/+11
2011-09-01tipc: Remove deferred queue head caching during broadcast message receptionAllan Stephens1-1/+1
2011-09-01tipc: Fix node lock problems during broadcast message receptionAllan Stephens1-13/+23
2011-09-01tipc: Prevent broadcast link stalling when another node failsAllan Stephens1-1/+1
2011-09-01tipc: Enhance cleanup of broadcast link when contact with node is lostAllan Stephens1-14/+18
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens3-27/+1
2011-09-01tipc: Cosmetic changes to broadcast bearer send routineAllan Stephens1-12/+12
2011-09-01tipc: Update obsolete references to multicast linkAllan Stephens1-2/+2
2011-09-01tipc: Enhance filtering of out-dated link reset messagesAllan Stephens1-2/+2
2011-09-01tipc: Initialize peer session field of newly created link endpointAllan Stephens1-0/+1
2011-09-01tipc: Display meaningful peer interface name during link creationAllan Stephens1-2/+2
2011-09-01tipc: Eliminate obsolete filter for unexpected unicast messagesAllan Stephens1-9/+2
2011-09-01tipc: Remove obsolete manipulation of message re-route count fieldAllan Stephens1-11/+0
2011-07-26atomic: use <linux/atomic.h>Arun Sharma1-1/+1
2011-06-24tipc: Optimize creation of connection protocol messagesAllan Stephens1-36/+12
2011-06-24tipc: Don't create payload message using connection protocol routineAllan Stephens1-8/+9
2011-06-24tipc: Reject connection protocol message sent to unconnected portAllan Stephens1-39/+40
2011-06-24tipc: Optimize creation of FIN messagesAllan Stephens1-37/+24
2011-06-24tipc: Cleanup of message header size terminologyAllan Stephens4-20/+20