summaryrefslogtreecommitdiff
path: root/net/tipc/bearer.c
AgeCommit message (Expand)AuthorFilesLines
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne1-2/+2
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne1-0/+7
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue1-1/+1
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue1-5/+4
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue1-11/+35
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches1-1/+1
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+6
2014-02-22tipc: make bearer set up in module insertion stageYing Xue1-1/+6
2014-02-14tipc: remove bearer_lock from tipc_bearer structYing Xue1-13/+3
2014-02-14tipc: delay delete of link when failover is neededJon Paul Maloy1-6/+6
2014-02-14tipc: remove 'links' list from tipc_bearer structYing Xue1-3/+2
2014-02-14tipc: move code for deleting links from bearer.c to link.cYing Xue1-5/+1
2014-02-14tipc: move code for resetting links from bearer.c to link.cYing Xue1-10/+1
2014-01-15tipc: spelling fixesstephen hemminger1-1/+1
2014-01-08tipc: rename functions related to link failover and improve commentsJon Paul Maloy1-1/+1
2014-01-05tipc: remove unused codestephen hemminger1-19/+0
2013-12-11tipc: eliminate code duplication in media layerYing Xue1-2/+104
2013-12-11tipc: relocate common functions from media to bearerYing Xue1-1/+104
2013-12-11tipc: improve naming and comment consistency in media layerJon Paul Maloy1-16/+16
2013-12-11tipc: initiate media type array at compile timeJon Paul Maloy1-47/+16
2013-12-10tipc: remove interface state mirroring in bearerErik Hugne1-30/+3
2013-10-18tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue1-11/+3
2013-10-18tipc: make bearer and media naming consistentYing Xue1-2/+2
2013-08-12tipc: avoid possible deadlock while enable and disable bearerdingtianhong1-2/+7
2013-04-17tipc: add InfiniBand media typePatrick McHardy1-1/+1
2013-04-17tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy1-4/+1
2012-11-22tipc: remove the bearer congestion mechanismYing Xue1-99/+11
2012-08-20tipc: manually inline single use media_name_valid routineYing Xue1-16/+1
2012-08-20tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue1-4/+2
2012-07-14tipc: phase out most of the struct print_buf usageErik Hugne1-4/+6
2012-07-14tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne1-24/+28
2012-07-11net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings1-4/+3
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker1-21/+1
2012-04-19tipc: Add routines for safe checking of node's network addressAllan Stephens1-1/+1
2012-02-25tipc: Eliminate support for tipc_mode global variableAllan Stephens1-1/+1
2012-02-25tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens1-2/+1
2011-12-30tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker1-5/+5
2011-12-30tipc: rename struct link* to struct tipc_link*Paul Gortmaker1-9/+11
2011-12-30tipc: rename struct media to struct tipc_mediaPaul Gortmaker1-6/+6
2011-12-27tipc: Allow run-time alteration of default link settingsAllan Stephens1-8/+10
2011-12-27tipc: Hide media-specific addressing details from generic bearer codeAllan Stephens1-8/+6
2011-12-27tipc: Improve handling of media address printing errorsAllan Stephens1-7/+5
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 Stephens1-45/+25
2011-09-01tipc: Ensure congested links receive bearer status updatesAllan Stephens1-0/+2
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens1-5/+1
2011-06-25tipc: Eliminate unused field in bearer structureAllan Stephens1-1/+0
2011-05-11tipc: Add monitoring of number of nodes discovered by bearerAllan Stephens1-2/+2