summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-29/+7Star
* tipc: fix race in disc create/deleteYing Xue2014-04-231-2/+1Star
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-231-4/+2Star
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-231-1/+1
* tipc: make media_ptr pointed netdevice validYing Xue2014-04-231-0/+1
* tipc: purge tipc_net_lock lockYing Xue2014-04-231-21/+10Star
* tipc: use RCU to protect media_ptr pointerYing Xue2014-04-231-3/+10
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-231-10/+30
* tipc: convert bearer_list to RCU listYing Xue2014-04-231-9/+9
* tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-231-8/+3Star
* tipc: make discovery domain a bearer attributeErik Hugne2014-03-281-2/+2
* tipc: fix neighbor detection problem after hw address changeErik Hugne2014-03-281-0/+7
* tipc: make broadcast bearer store in bearer_list arrayYing Xue2014-03-271-1/+1
* tipc: remove active flag from tipc_bearer structureYing Xue2014-03-271-5/+4Star
* tipc: convert tipc_bearers array to pointer listYing Xue2014-03-271-11/+35
* tipc: Convert uses of __constant_<foo> to <foo>Joe Perches2014-03-121-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-061-1/+6
|\
| * tipc: make bearer set up in module insertion stageYing Xue2014-02-221-1/+6
* | tipc: remove bearer_lock from tipc_bearer structYing Xue2014-02-131-13/+3Star
* | tipc: delay delete of link when failover is neededJon Paul Maloy2014-02-131-6/+6
* | tipc: remove 'links' list from tipc_bearer structYing Xue2014-02-131-3/+2Star
* | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-131-5/+1Star
* | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-131-10/+1Star
|/
* tipc: spelling fixesstephen hemminger2014-01-151-1/+1
* tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-081-1/+1
* tipc: remove unused codestephen hemminger2014-01-051-19/+0Star
* tipc: eliminate code duplication in media layerYing Xue2013-12-111-2/+104
* tipc: relocate common functions from media to bearerYing Xue2013-12-111-1/+104
* tipc: improve naming and comment consistency in media layerJon Paul Maloy2013-12-111-16/+16
* tipc: initiate media type array at compile timeJon Paul Maloy2013-12-111-47/+16Star
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-101-30/+3Star
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-181-11/+3Star
* tipc: make bearer and media naming consistentYing Xue2013-10-181-2/+2
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-121-2/+7
* tipc: add InfiniBand media typePatrick McHardy2013-04-171-1/+1
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-171-4/+1Star
* tipc: remove the bearer congestion mechanismYing Xue2012-11-221-99/+11Star
* tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1Star
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-201-4/+2Star
* tipc: phase out most of the struct print_buf usageErik Hugne2012-07-141-4/+6
* tipc: use standard printk shortcut macros (pr_err etc.)Erik Hugne2012-07-141-24/+28
* net: Fix (nearly-)kernel-doc comments for various functionsBen Hutchings2012-07-111-4/+3Star
* tipc: compress out gratuitous extra carriage returnsPaul Gortmaker2012-04-301-21/+1Star
* tipc: Add routines for safe checking of node's network addressAllan Stephens2012-04-191-1/+1
* tipc: Eliminate support for tipc_mode global variableAllan Stephens2012-02-241-1/+1
* tipc: Eliminate a test for negative unsigned quantitiesAllan Stephens2012-02-241-2/+1Star
* tipc: rename struct bearer_name to struct tipc_bearer_namesPaul Gortmaker2011-12-301-5/+5
* tipc: rename struct link* to struct tipc_link*Paul Gortmaker2011-12-301-9/+11
* tipc: rename struct media to struct tipc_mediaPaul Gortmaker2011-12-301-6/+6
* tipc: Allow run-time alteration of default link settingsAllan Stephens2011-12-271-8/+10