summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
Commit message (Expand)AuthorAgeFilesLines
* tipc: make tipc node address support net namespaceYing Xue2015-01-121-6/+7
* tipc: make tipc broadcast link support net namespaceYing Xue2015-01-121-3/+4
* tipc: make bearer list support net namespaceYing Xue2015-01-121-28/+39
* tipc: make tipc node table aware of net namespaceYing Xue2015-01-121-11/+14
* tipc: involve namespace infrastructureYing Xue2015-01-121-17/+12
* tipc: fix sparse warnings in new nl apiRichard Alpe2014-11-241-2/+4
* tipc: add media set to new netlink apiRichard Alpe2014-11-211-0/+47
* tipc: add media get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer set to new netlink apiRichard Alpe2014-11-211-0/+49
* tipc: add bearer get/dump to new netlink apiRichard Alpe2014-11-211-0/+125
* tipc: add bearer disable/enable to new netlink apiRichard Alpe2014-11-211-1/+98
* tipc: improve and extend media address conversion functionsJon Paul Maloy2014-05-141-29/+7
* tipc: fix race in disc create/deleteYing Xue2014-04-221-2/+1
* tipc: use bc_lock to protect node map in bearer structureYing Xue2014-04-221-4/+2
* tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue2014-04-221-1/+1
* tipc: make media_ptr pointed netdevice validYing Xue2014-04-221-0/+1
* tipc: purge tipc_net_lock lockYing Xue2014-04-221-21/+10
* tipc: use RCU to protect media_ptr pointerYing Xue2014-04-221-3/+10
* tipc: decouple the relationship between bearer and linkYing Xue2014-04-221-10/+30
* tipc: convert bearer_list to RCU listYing Xue2014-04-221-9/+9
* tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue2014-04-221-8/+3
* 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/+4
* 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-051-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/+3
* | 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/+2
* | tipc: move code for deleting links from bearer.c to link.cYing Xue2014-02-131-5/+1
* | tipc: move code for resetting links from bearer.c to link.cYing Xue2014-02-131-10/+1
|/
* tipc: spelling fixesstephen hemminger2014-01-141-1/+1
* tipc: rename functions related to link failover and improve commentsJon Paul Maloy2014-01-071-1/+1
* tipc: remove unused codestephen hemminger2014-01-041-19/+0
* 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/+16
* tipc: remove interface state mirroring in bearerErik Hugne2013-12-091-30/+3
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-181-11/+3
* tipc: make bearer and media naming consistentYing Xue2013-10-181-2/+2
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-111-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/+1
* tipc: remove the bearer congestion mechanismYing Xue2012-11-211-99/+11
* tipc: manually inline single use media_name_valid routineYing Xue2012-08-201-16/+1
* tipc: remove pointless name sanity check and tipc_alphabet arrayYing Xue2012-08-201-4/+2
OpenPOWER on IntegriCloud