summaryrefslogtreecommitdiff
path: root/net/tipc/bearer.c
AgeCommit message (Expand)Author
2014-01-14tipc: spelling fixesstephen hemminger
2014-01-07tipc: rename functions related to link failover and improve commentsJon Paul Maloy
2014-01-04tipc: remove unused codestephen hemminger
2013-12-11tipc: eliminate code duplication in media layerYing Xue
2013-12-11tipc: relocate common functions from media to bearerYing Xue
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy
2013-12-09tipc: remove interface state mirroring in bearerErik Hugne
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue
2013-10-18tipc: make bearer and media naming consistentYing Xue
2013-08-11tipc: avoid possible deadlock while enable and disable bearerdingtianhong
2013-04-17tipc: add InfiniBand media typePatrick McHardy
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy
2012-11-21tipc: remove the bearer congestion mechanismYing Xue
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue
2012-07-13tipc: phase out most of the struct print_buf usageErik Hugne
2012-07-13tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne
2012-07-10net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens
2012-02-24tipc: Eliminate support for tipc_mode global variableAllan Stephens
2012-02-24tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens
2011-12-29tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker
2011-12-29tipc: rename struct link* to struct tipc_link*Paul Gortmaker
2011-12-29tipc: rename struct media to struct tipc_mediaPaul Gortmaker
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens
2011-12-27tipc: Streamline media registration error checkingAllan Stephens
2011-12-27tipc: Eliminate duplication of media structuresAllan Stephens
2011-12-27tipc: Optimize detection of duplicate media registrationAllan Stephens
2011-12-27tipc: Register new media using pre-compiled structureAllan Stephens
2011-09-01tipc: Ensure congested links receive bearer status updatesAllan Stephens
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens
2011-06-24tipc: Eliminate unused field in bearer structureAllan Stephens
2011-05-10tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens
2011-05-10tipc: Enhance handling of discovery object creation failuresAllan Stephens
2011-05-10tipc: Strengthen checks for neighboring node discoveryAllan Stephens
2011-03-13tipc: Remove bearer flag indicating existence of broadcast addressAllan Stephens
2011-03-13tipc: Remove unused field in bearer structureAllan Stephens
2011-03-13tipc: Correct misnamed references to neighbor discovery domainAllan Stephens
2011-02-23tipc: Remove unused message header field for requested number of linksAllan Stephens
2011-02-23tipc: Combine bearer structure with tipc_bearer structureAllan Stephens
2011-01-01tipc: remove extraneous braces from single statementsAllan Stephens
2011-01-01tipc: remove zeroing assignments to static global variablesAllan Stephens
2011-01-01tipc: split variable assignments out of conditional expressionsAllan Stephens
2011-01-01tipc: remove redundant #includesAllan Stephens
2011-01-01tipc: remove calls to dbg() and msg_dbg()Allan Stephens
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens