aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/bcast.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-17tipc: update a binding service via broadcastGravatar Hoang Huu Le 1-3/+3
2020-05-26tipc: add support for broadcast rcv stats dumpingGravatar Tuong Lien 1-4/+2
2020-05-26tipc: enable broadcast retrans via unicastGravatar Tuong Lien 1-3/+8
2020-05-26tipc: introduce Gap ACK blocks for broadcast linkGravatar Tuong Lien 1-3/+6
2019-12-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar David S. Miller 1-9/+15
2019-12-10tipc: fix potential hanging after b/rcast changingGravatar Tuong Lien 1-9/+15
2019-12-10tipc: introduce variable window congestion controlGravatar Jon Maloy 1-5/+6
2019-11-22tipc: update replicast capability for broadcast send linkGravatar Hoang Le 1-2/+2
2019-11-08tipc: introduce TIPC encryption & authenticationGravatar Tuong Lien 1-1/+1
2019-08-18tipc: clean up skb list lock handling on send pathGravatar Jon Maloy 1-5/+5
2019-08-08tipc: add loopback device trackingGravatar John Rutherford 1-1/+3
2019-06-25tipc: rename function msg_get_wrapped() to msg_inner_hdr()Gravatar Jon Maloy 1-2/+2
2019-04-04tipc: add NULL pointer checkGravatar Hoang Le 1-0/+3
2019-03-26tipc: fix return value check in tipc_mcast_send_sync()Gravatar Wei Yongjun 1-1/+1
2019-03-21tipc: fix a null pointer derefGravatar Hoang Le 1-1/+4
2019-03-19tipc: smooth change between replicast and broadcastGravatar Hoang Le 1-1/+164
2019-03-19tipc: support broadcast/replicast configurable for bc-linkGravatar Hoang Le 1-4/+100
2018-09-03tipc: correct spelling errors for struct tipc_bc_base's commentGravatar Zhenbo Gao 1-2/+2
2018-07-27net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Gravatar Jia-Ju Bai 1-1/+1
2018-03-07tipc: bcast: use true and false for boolean valuesGravatar Gustavo A. R. Silva 1-1/+1
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsGravatar Jon Maloy 1-4/+8
2017-10-13tipc: improve destination linked listGravatar Jon Maloy 1-9/+9
2017-10-08tipc: correct initialization of skb listGravatar Jon Maloy 1-2/+2
2017-01-20tipc: make replicast a user selectable optionGravatar Jon Paul Maloy 1-6/+56
2017-01-20tipc: introduce replicast as transport option for multicastGravatar Jon Paul Maloy 1-23/+82
2017-01-20tipc: add functionality to lookup multicast destination nodesGravatar Jon Paul Maloy 1-2/+31
2017-01-20tipc: add function for checking broadcast support in bearerGravatar Jon Paul Maloy 1-3/+9
2017-01-03tipc: reduce risk of user starvation during link congestionGravatar Jon Paul Maloy 1-3/+3
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-4/+10
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-3/+5
2016-03-06tipc: remove pre-allocated message header in link structGravatar Jon Paul Maloy 1-5/+0
2015-11-20tipc: narrow down interface towards struct tipc_linkGravatar Jon Paul Maloy 1-122/+4
2015-10-24tipc: clean up unused code and structuresGravatar Jon Paul Maloy 1-798/+17
2015-10-24tipc: eliminate link's reference to owner nodeGravatar Jon Paul Maloy 1-1/+1
2015-10-24tipc: introduce jumbo frame support for broadcastGravatar Jon Paul Maloy 1-4/+11
2015-10-24tipc: simplify bearer level broadcastGravatar Jon Paul Maloy 1-33/+110
2015-10-24tipc: let broadcast packet reception use new link receive functionGravatar Jon Paul Maloy 1-31/+132
2015-10-24tipc: introduce capability bit for broadcast synchronizationGravatar Jon Paul Maloy 1-0/+1
2015-10-24tipc: let broadcast transmission use new link transmit functionGravatar Jon Paul Maloy 1-47/+51
2015-10-24tipc: use explicit allocation of broadcast send linkGravatar Jon Paul Maloy 1-43/+46
2015-10-24tipc: create broadcast transmission link at namespace initGravatar Jon Paul Maloy 1-2/+13
2015-10-24tipc: move broadcast link lock to struct tipc_netGravatar Jon Paul Maloy 1-9/+3
2015-10-24tipc: move bcast definitions to bcast.cGravatar Jon Paul Maloy 1-24/+93
2015-10-21tipc: extend broadcast link window sizeGravatar Jon Paul Maloy 1-3/+5
2015-09-08net: tipc: fix stall during bclink wakeup procedureGravatar Kolmakov Dmitriy 1-1/+29
2015-07-20tipc: reduce locking scope during packet receptionGravatar Jon Paul Maloy 1-0/+23
2015-07-20tipc: clean up definitions and usage of link flagsGravatar Jon Paul Maloy 1-1/+0
2015-07-20tipc: change sk_buffer handling in tipc_link_xmit()Gravatar Jon Paul Maloy 1-3/+2
2015-07-20tipc: introduce link entry structure to struct tipc_nodeGravatar Jon Paul Maloy 1-1/+1
2015-06-28tipc: purge backlog queue counters when broadcast link is resetGravatar Jon Paul Maloy 1-0/+5