summaryrefslogtreecommitdiffstats
path: root/net/tipc/bcast.c
Commit message (Expand)AuthorAgeFilesLines
* net: tipc: fix FB_MTU eat two pagesMenglong Dong2021-06-281-1/+1
* tipc: fix incorrect setting window for bcast linkHoang Huu Le2020-10-161-2/+4
* tipc: re-configure queue limit for broadcast linkHoang Huu Le2020-10-161-1/+5
* tipc: update a binding service via broadcastHoang Huu Le2020-06-171-3/+3
* tipc: add support for broadcast rcv stats dumpingTuong Lien2020-05-261-4/+2
* tipc: enable broadcast retrans via unicastTuong Lien2020-05-261-3/+8
* tipc: introduce Gap ACK blocks for broadcast linkTuong Lien2020-05-261-3/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-12-221-9/+15
|\
| * tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-101-9/+15
* | tipc: introduce variable window congestion controlJon Maloy2019-12-101-5/+6
|/
* tipc: update replicast capability for broadcast send linkHoang Le2019-11-221-2/+2
* tipc: introduce TIPC encryption & authenticationTuong Lien2019-11-081-1/+1
* tipc: clean up skb list lock handling on send pathJon Maloy2019-08-181-5/+5
* tipc: add loopback device trackingJohn Rutherford2019-08-081-1/+3
* tipc: rename function msg_get_wrapped() to msg_inner_hdr()Jon Maloy2019-06-251-2/+2
* tipc: add NULL pointer checkHoang Le2019-04-041-0/+3
* tipc: fix return value check in tipc_mcast_send_sync()Wei Yongjun2019-03-261-1/+1
* tipc: fix a null pointer derefHoang Le2019-03-211-1/+4
* tipc: smooth change between replicast and broadcastHoang Le2019-03-191-1/+164
* tipc: support broadcast/replicast configurable for bc-linkHoang Le2019-03-191-4/+100
* tipc: correct spelling errors for struct tipc_bc_base's commentZhenbo Gao2018-09-031-2/+2
* net: tipc: bcast: Replace GFP_ATOMIC with GFP_KERNEL in tipc_bcast_init()Jia-Ju Bai2018-07-271-1/+1
* tipc: bcast: use true and false for boolean valuesGustavo A. R. Silva2018-03-071-1/+1
* tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy2017-12-011-4/+8
* tipc: improve destination linked listJon Maloy2017-10-131-9/+9
* tipc: correct initialization of skb listJon Maloy2017-10-081-2/+2
* tipc: make replicast a user selectable optionJon Paul Maloy2017-01-201-6/+56
* tipc: introduce replicast as transport option for multicastJon Paul Maloy2017-01-201-23/+82
* tipc: add functionality to lookup multicast destination nodesJon Paul Maloy2017-01-201-2/+31
* tipc: add function for checking broadcast support in bearerJon Paul Maloy2017-01-201-3/+9
* tipc: reduce risk of user starvation during link congestionJon Paul Maloy2017-01-031-3/+3
* tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-291-4/+10
* tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-021-3/+5
* tipc: remove pre-allocated message header in link structJon Paul Maloy2016-03-061-5/+0
* tipc: narrow down interface towards struct tipc_linkJon Paul Maloy2015-11-201-122/+4
* tipc: clean up unused code and structuresJon Paul Maloy2015-10-241-798/+17
* tipc: eliminate link's reference to owner nodeJon Paul Maloy2015-10-241-1/+1
* tipc: introduce jumbo frame support for broadcastJon Paul Maloy2015-10-241-4/+11
* tipc: simplify bearer level broadcastJon Paul Maloy2015-10-241-33/+110
* tipc: let broadcast packet reception use new link receive functionJon Paul Maloy2015-10-241-31/+132
* tipc: introduce capability bit for broadcast synchronizationJon Paul Maloy2015-10-241-0/+1
* tipc: let broadcast transmission use new link transmit functionJon Paul Maloy2015-10-241-47/+51
* tipc: use explicit allocation of broadcast send linkJon Paul Maloy2015-10-241-43/+46
* tipc: create broadcast transmission link at namespace initJon Paul Maloy2015-10-241-2/+13
* tipc: move broadcast link lock to struct tipc_netJon Paul Maloy2015-10-241-9/+3
* tipc: move bcast definitions to bcast.cJon Paul Maloy2015-10-241-24/+93
* tipc: extend broadcast link window sizeJon Paul Maloy2015-10-211-3/+5
* net: tipc: fix stall during bclink wakeup procedureKolmakov Dmitriy2015-09-081-1/+29
* tipc: reduce locking scope during packet receptionJon Paul Maloy2015-07-201-0/+23
* tipc: clean up definitions and usage of link flagsJon Paul Maloy2015-07-201-1/+0