summaryrefslogtreecommitdiffstats
path: root/net/tipc
AgeCommit message (Expand)AuthorLines
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker-6/+6
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker-146/+156
2011-12-29tipc: rename struct bcbearer* to tipc_bcbearer*Paul Gortmaker-10/+10
2011-12-29tipc: rename struct bclink to struct tipc_bclinkPaul Gortmaker-4/+4
2011-12-29tipc: rename struct subscriber to struct tipc_subscriberPaul Gortmaker-11/+11
2011-12-29tipc: rename struct subscription to struct tipc_subscriptionPaul Gortmaker-26/+27
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker-19/+19
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker-15/+15
2011-12-27tipc: Allow use of buf_seqno() helper routine by unicast linksAllan Stephens-25/+24
2011-12-27tipc: Ignore broadcast acknowledgements that are out-of-rangeAllan Stephens-13/+37
2011-12-27tipc: Flush unsent broadcast messages when contact with last node is lostAllan Stephens-1/+11
2011-12-27tipc: Minor optimization of broadcast link transmit queue statisticAllan Stephens-4/+4
2011-12-27tipc: Handle broadcast attempt when no neighboring nodes existAllan Stephens-1/+7
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens-10/+22
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens-31/+13
2011-12-27tipc: Eliminate useless check when network address is assignedAllan Stephens-7/+5
2011-12-27tipc: Minor correction to TIPC module unloadingAllan Stephens-1/+1
2011-12-27tipc: Eliminate useless memset operations in Ethernet media supportAllan Stephens-3/+0
2011-12-27tipc: Do timely cleanup of disabled Ethernet bearer resourcesAllan Stephens-12/+27
2011-12-27tipc: Minor optimization to deactivation of Ethernet media suppotAllan Stephens-5/+1
2011-12-27tipc: Revise comment justifying release of configuration spinlockAllan Stephens-7/+6
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens-49/+127
2011-12-27tipc: Ignore neighbor discovery messages containing invalid addressAllan Stephens-0/+3
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens-41/+41
2011-12-27tipc: Add new address conversion routines for Ethernet mediaAllan Stephens-3/+79
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens-15/+12
2011-12-27tipc: Streamline media registration error checkingAllan Stephens-29/+8
2011-12-27tipc: Eliminate duplication of media structuresAllan Stephens-20/+15
2011-12-27tipc: Optimize detection of duplicate media registrationAllan Stephens-19/+21
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens-66/+45
2011-12-27tipc: Enable use by containers having their own network namespaceAllan Stephens-3/+0
2011-12-19net: two vzalloc() cleanupsEric Dumazet-2/+1
2011-10-31net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modulesPaul Gortmaker-0/+1
2011-10-31net: Fix files explicitly needing to include module.hPaul Gortmaker-0/+2
2011-09-17tipc: Remove unused link event tracking codeYing Xue-11/+0
2011-09-17tipc: Remove callback field from subscription structureYing Xue-8/+1
2011-09-17tipc: Simplify prohibition of listen and accept for connectionless socketsYing Xue-9/+3
2011-09-17tipc: Add support for SO_SNDTIMEO socket optionYing Xue-12/+14
2011-09-17tipc: Enhance sending of bulk name table messagesAllan Stephens-2/+54
2011-09-17tipc: relocate/coalesce node cast in tipc_named_node_upPaul Gortmaker-2/+3
2011-09-17tipc: Prevent fragmented messages during initial name table exchangeAllan Stephens-3/+19
2011-09-17tipc: Lower limits for number of bearers and media typesAllan Stephens-3/+3
2011-09-17tipc: Remove redundant search when enabling bearerAllan Stephens-15/+9
2011-09-17tipc: Fix unsafe device list search when enabling bearerAllan Stephens-2/+4
2011-09-17tipc: Ensure both nodes recognize loss of contact between themAllan Stephens-18/+42
2011-09-01tipc: Ensure congested links receive bearer status updatesAllan Stephens-0/+2
2011-09-01tipc: Prevent rounding issues when saving connect timeout optionAllan Stephens-6/+7
2011-09-01tipc: Eliminate redundant check when sending messagesAllan Stephens-3/+0
2011-09-01tipc: Remove obsolete congestion handling when sending a broadcast NACKAllan Stephens-8/+3
2011-09-01tipc: Discard incoming broadcast messages that are unexpectedAllan Stephens-2/+11