summaryrefslogtreecommitdiff
path: root/net/tipc/bearer.c
AgeCommit message (Expand)Author
2015-04-29tipc: remove wrong use of NLM_F_MULTINicolas Dichtel
2015-03-10tipc: ensure that idle links are deleted when a bearer is disabledJon Paul Maloy
2015-03-05tipc: add ip/udp media typeErik Hugne
2015-02-27tipc: purge links when bearer is disabledErik Hugne
2015-02-09tipc: remove tipc_snprintfRichard Alpe
2015-02-09tipc: nl compat add noop and remove legacy nl frameworkRichard Alpe
2015-02-09tipc: convert legacy nl media dump to nl compatRichard Alpe
2015-02-09tipc: convert legacy nl bearer enable/disable to nl compatRichard Alpe
2015-02-09tipc: convert legacy nl bearer dump to nl compatRichard Alpe
2015-02-09tipc: move and rename the legacy nl api to "nl compat"Richard Alpe
2015-01-12tipc: make tipc node address support net namespaceYing Xue
2015-01-12tipc: make tipc broadcast link support net namespaceYing Xue
2015-01-12tipc: make bearer list support net namespaceYing Xue
2015-01-12tipc: make tipc node table aware of net namespaceYing Xue
2015-01-12tipc: involve namespace infrastructureYing Xue
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