aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04tipc: add NULL pointer checkHoang Le1-0/+3
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun1-1/+1
2019-03-21tipc: fix a null pointer derefHoang Le1-1/+4
2019-03-19tipc: smooth change between replicast and broadcastHoang Le1-1/+164
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le1-4/+100
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao1-2/+2
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai1-1/+1
2018-03-07tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva1-1/+1
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-4/+8
2017-10-13tipc: improve destination linked listJon Maloy1-9/+9
2017-10-08tipc: correct initialization of skb listJon Maloy1-2/+2
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy1-6/+56
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-23/+82
2017-01-20tipc: add functionality to lookup multicast destination nodesJon Paul Maloy1-2/+31
2017-01-20tipc: add function for checking broadcast support in bearerJon Paul Maloy1-3/+9
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-3/+3
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-4/+10
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-3/+5
2016-03-06tipc: remove pre-allocated message header in link structJon Paul Maloy1-5/+0
2015-11-20tipc: narrow down interface towards struct tipc_linkJon Paul Maloy1-122/+4
2015-10-24tipc: clean up unused code and structuresJon Paul Maloy1-798/+17
2015-10-24tipc: eliminate link's reference to owner nodeJon Paul Maloy1-1/+1
2015-10-24tipc: introduce jumbo frame support for broadcastJon Paul Maloy1-4/+11
2015-10-24tipc: simplify bearer level broadcastJon Paul Maloy1-33/+110
2015-10-24tipc: let broadcast packet reception use new link receive functionJon Paul Maloy1-31/+132
2015-10-24tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy1-0/+1
2015-10-24tipc: let broadcast transmission use new link transmit functionJon Paul Maloy1-47/+51
2015-10-24tipc: use explicit allocation of broadcast send linkJon Paul Maloy1-43/+46
2015-10-24tipc: create broadcast transmission link at namespace initJon Paul Maloy1-2/+13
2015-10-24tipc: move broadcast link lock to struct tipc_netJon Paul Maloy1-9/+3
2015-10-24tipc: move bcast definitions to bcast.cJon Paul Maloy1-24/+93
2015-10-21tipc: extend broadcast link window sizeJon Paul Maloy1-3/+5
2015-09-08net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy1-1/+29
2015-07-20tipc: reduce locking scope during packet receptionJon Paul Maloy1-0/+23
2015-07-20tipc: clean up definitions and usage of link flagsJon Paul Maloy1-1/+0
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Jon Paul Maloy1-3/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeJon Paul Maloy1-1/+1
2015-06-28tipc: purge backlog queue counters when broadcast link is resetJon Paul Maloy1-0/+5
2015-05-14tipc: add packet sequence number at instant of transmissionJon Paul Maloy1-5/+1
2015-05-14tipc: rename fields in struct tipc_linkJon Paul Maloy1-9/+9
2015-05-09tipc: add broadcast link window set/get to nl apiRichard Alpe1-0/+21
2015-04-02tipc: simplify link mtu negotiationJon Paul Maloy1-2/+2
2015-03-29tipc: involve reference counter for node structureYing Xue1-2/+3
2015-03-29tipc: fix potential deadlock when all links are resetYing Xue1-22/+1
2015-03-25tipc: introduce starvation free send algorithmJon Paul Maloy1-1/+1
2015-03-25tipc: fix a link reset issue due to retransmission failuresYing Xue1-3/+5
2015-03-14tipc: clean up handling of message prioritiesJon Paul Maloy1-1/+0
2015-03-14tipc: split link outqueueJon Paul Maloy1-28/+20
2015-03-14tipc: eliminate unnecessary call to broadcast ack functionJon Paul Maloy1-0/+4
2015-02-09tipc: convert legacy nl link stat to nl compatRichard Alpe1-43/+0