summaryrefslogtreecommitdiffstats
path: root/net/tipc/bearer.c
AgeCommit message (Expand)Author
2014-11-24tipc: fix sparse warnings in new nl apiRichard Alpe
2014-11-21tipc: add media set to new netlink apiRichard Alpe
2014-11-21tipc: add media get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer set to new netlink apiRichard Alpe
2014-11-21tipc: add bearer get/dump to new netlink apiRichard Alpe
2014-11-21tipc: add bearer disable/enable to new netlink apiRichard Alpe
2014-05-14tipc: improve and extend media address conversion functionsJon Paul Maloy
2014-04-22tipc: fix race in disc create/deleteYing Xue
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue
2014-04-22tipc: use bearer_disable to disable bearer in tipc_l2_device_eventYing Xue
2014-04-22tipc: make media_ptr pointed netdevice validYing Xue
2014-04-22tipc: purge tipc_net_lock lockYing Xue
2014-04-22tipc: use RCU to protect media_ptr pointerYing Xue
2014-04-22tipc: decouple the relationship between bearer and linkYing Xue
2014-04-22tipc: convert bearer_list to RCU listYing Xue
2014-04-22tipc: adjust locking policy of protecting tipc_ptr pointer of net_deviceYing Xue
2014-03-28tipc: make discovery domain a bearer attributeErik Hugne
2014-03-28tipc: fix neighbor detection problem after hw address changeErik Hugne
2014-03-27tipc: make broadcast bearer store in bearer_list arrayYing Xue
2014-03-27tipc: remove active flag from tipc_bearer structureYing Xue
2014-03-27tipc: convert tipc_bearers array to pointer listYing Xue
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-02-22tipc: make bearer set up in module insertion stageYing Xue
2014-02-13tipc: remove bearer_lock from tipc_bearer structYing Xue
2014-02-13tipc: delay delete of link when failover is neededJon Paul Maloy
2014-02-13tipc: remove 'links' list from tipc_bearer structYing Xue
2014-02-13tipc: move code for deleting links from bearer.c to link.cYing Xue
2014-02-13tipc: move code for resetting links from bearer.c to link.cYing Xue
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