aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/bcast.h
AgeCommit message (Expand)AuthorFilesLines
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-1/+3
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-2/+3
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 1-1/+3
2019-11-22tipc: update replicast capability for broadcast send linkGravatar Hoang Le 1-1/+1
2019-03-21tipc: fix a null pointer derefGravatar Hoang Le 1-1/+1
2019-03-19tipc: smooth change between replicast and broadcastGravatar Hoang Le 1-0/+5
2019-03-19tipc: support broadcast/replicast configurable for bc-linkGravatar Hoang Le 1-0/+7
2017-01-20tipc: make replicast a user selectable optionGravatar Jon Paul Maloy 1-1/+16
2017-01-20tipc: introduce replicast as transport option for multicastGravatar Jon Paul Maloy 1-1/+2
2017-01-20tipc: add functionality to lookup multicast destination nodesGravatar Jon Paul Maloy 1-1/+14
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-1/+2
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-2/+2
2016-03-06tipc: remove pre-allocated message header in link structGravatar Jon Paul Maloy 1-1/+0
2015-11-20tipc: narrow down exposure of struct tipc_nodeGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-14/+1
2015-10-24tipc: introduce jumbo frame support for broadcastGravatar Jon Paul Maloy 1-1/+1
2015-10-24tipc: simplify bearer level broadcastGravatar Jon Paul Maloy 1-4/+4
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-2/+14
2015-10-24tipc: use explicit allocation of broadcast send linkGravatar Jon Paul Maloy 1-2/+0
2015-10-24tipc: create broadcast transmission link at namespace initGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: move broadcast link lock to struct tipc_netGravatar Jon Paul Maloy 1-0/+10
2015-10-24tipc: move bcast definitions to bcast.cGravatar Jon Paul Maloy 1-77/+11
2015-07-20tipc: reduce locking scope during packet receptionGravatar Jon Paul Maloy 1-0/+1
2015-05-09tipc: add broadcast link window set/get to nl apiGravatar Richard Alpe 1-0/+1
2015-03-29tipc: fix potential deadlock when all links are resetGravatar Ying Xue 1-4/+0
2015-02-09tipc: convert legacy nl link stat to nl compatGravatar Richard Alpe 1-1/+0
2015-02-05tipc: eliminate race condition at multicast receptionGravatar Jon Paul Maloy 1-0/+3
2015-02-05tipc: simplify socket multicast receptionGravatar Jon Paul Maloy 1-20/+4
2015-02-05tipc: reduce usage of context info in socket and linkGravatar Jon Paul Maloy 1-1/+1
2015-01-12tipc: make tipc broadcast link support net namespaceGravatar Ying Xue 1-26/+71
2015-01-12tipc: make bearer list support net namespaceGravatar Ying Xue 1-3/+4
2015-01-12tipc: make tipc node table aware of net namespaceGravatar Ying Xue 1-2/+2
2015-01-12tipc: involve namespace infrastructureGravatar Ying Xue 1-2/+3
2014-11-26tipc: use generic SKB list APIs to manage TIPC outgoing packet chainsGravatar Ying Xue 1-1/+1
2014-11-21tipc: add link get/dump to new netlink apiGravatar Richard Alpe 1-0/+4
2014-10-07tipc: fix bug in multicast congestion handlingGravatar Jon Maloy 1-1/+1
2014-07-16tipc: rename temporarily named functionsGravatar Jon Paul Maloy 1-1/+1
2014-07-16tipc: remove unreferenced functionsGravatar Jon Paul Maloy 1-1/+0
2014-07-16tipc: add new functions for multicast and broadcast distributionGravatar Jon Paul Maloy 1-1/+3
2014-05-05tipc: avoid to asynchronously reset all linksGravatar Ying Xue 1-0/+2
2014-05-05tipc: convert allocations of global variables associated with bclinkGravatar Ying Xue 1-1/+1
2014-04-22tipc: use bc_lock to protect node map in bearer structureGravatar Ying Xue 1-4/+1
2014-02-18tipc: align tipc function names with common naming practice in the networkGravatar Ying Xue 1-2/+2
2013-06-17tipc: cosmetic realignment of function argumentsGravatar Paul Gortmaker 1-1/+2
2012-04-30tipc: compress out gratuitous extra carriage returnsGravatar Paul Gortmaker 1-3/+0
2012-02-06tipc: Major redesign of broadcast link ACK/NACK algorithmsGravatar Allan Stephens 1-1/+1
2011-12-29tipc: rename struct port_list to struct tipc_port_listGravatar Paul Gortmaker 1-5/+5
2011-12-27tipc: Ensure broadcast link spinlock is held when updating node mapGravatar Allan Stephens 1-2/+2
2011-12-27tipc: Eliminate dynamic allocation of broadcast link data structuresGravatar Allan Stephens 1-1/+1
2011-09-01tipc: Remove non-executable code to handle broadcast bearer congestionGravatar Allan Stephens 1-1/+0