summaryrefslogtreecommitdiff
path: root/net/tipc/bcast.h
AgeCommit message (Expand)Author
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy
2015-11-20tipc: narrow down exposure of struct tipc_nodeJon Paul Maloy
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe
2015-02-05tipc: eliminate race condition at multicast receptionJon Paul Maloy
2015-02-05tipc: simplify socket multicast receptionJon Paul Maloy
2015-02-05tipc: reduce usage of context info in socket and linkJon Paul Maloy
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-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsYing Xue
2014-11-21tipc: add link get/dump to new netlink apiRichard Alpe
2014-10-07tipc: fix bug in multicast congestion handlingJon Maloy
2014-07-16tipc: rename temporarily named functionsJon Paul Maloy
2014-07-16tipc: remove unreferenced functionsJon Paul Maloy
2014-07-16tipc: add new functions for multicast and broadcast distributionJon Paul Maloy
2014-05-05tipc: avoid to asynchronously reset all linksYing Xue
2014-05-05tipc: convert allocations of global variables associated with bclinkYing Xue
2014-04-22tipc: use bc_lock to protect node map in bearer structureYing Xue
2014-02-18tipc: align tipc function names with common naming practice in the networkYing Xue
2013-06-17tipc: cosmetic realignment of function argumentsPaul Gortmaker
2012-04-30tipc: compress out gratuitous extra carriage returnsPaul Gortmaker
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsAllan Stephens
2011-12-29tipc: rename struct port_list to struct tipc_port_listPaul Gortmaker
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapAllan Stephens
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresAllan Stephens
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionAllan Stephens
2011-02-23tipc: Clean up tracking of node requesting a broadcast retransmitAllan Stephens
2011-01-01tipc: Remove prototype code for supporting multiple clustersAllan Stephens
2010-10-16tipc: cleanup function namespacestephen hemminger
2010-05-12tipc: Reduce footprint by un-inlining port list routinesAllan Stephens
2010-05-12tipc: Reduce footprint by un-inlining nmap routinesAllan Stephens
2010-05-12tipc: add tipc_ prefix to fcns targeted for un-inliningAllan Stephens
2009-03-18tipc: fix non-const printf format argumentsStephen Hemminger