aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/link.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-19tipc: support broadcast/replicast configurable for bc-linkHoang Le1-0/+8
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+16
2019-02-11tipc: fix link session and re-establish issuesTuong Lien1-0/+15
2019-02-11tipc: fix skb may be leaky in tipc_link_inputHoang Le1-1/+1
2019-01-23tipc: mark expected switch fall-throughsGustavo A. R. Silva1-1/+1
2018-12-19tipc: fix uninitialized value for broadcast retransmissionHoang Le1-0/+8
2018-12-19tipc: add trace_events for tipc linkTuong Lien1-1/+32
2018-12-19tipc: enable tracepoints in tipcTuong Lien1-0/+120
2018-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+7
2018-11-11tipc: fix link re-establish failureJon Maloy1-4/+7
2018-11-11tipc: improve broadcast retransmission algorithmLUU Duc Canh1-46/+13
2018-10-15tipc: initialize broadcast link stale counter correctlyJon Maloy1-0/+1
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPYing Xue1-2/+9
2018-10-10tipc: set link tolerance correctly in broadcast linkJon Maloy1-5/+11
2018-10-01tipc: ignore STATE_MSG on wrong link sessionLUU Duc Canh1-0/+3
2018-09-29tipc: fix failover problemLUU Duc Canh1-0/+35
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Parthasarathy Bhuvaragan1-1/+6
2018-07-21tipc: make some functions staticYueHaibing1-5/+6
2018-07-18tipc: remove unused tipc_link_is_activeYueHaibing1-5/+0
2018-07-11tipc: check session number before accepting link protocol messagesJon Maloy1-21/+47
2018-07-11tipc: add sequence number check for link STATE messagesJon Maloy1-0/+16
2018-07-07tipc: extend link reset criteria for stale packet retransmissionJon Maloy1-19/+24
2018-07-05tipc: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-03-31tipc: avoid possible string overflowJon Maloy1-1/+2
2018-03-31tipc: replace name table service range array with rb treeJon Maloy1-1/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesJon Maloy1-9/+17
2018-03-23tipc: add 128-bit node identifierJon Maloy1-1/+5
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netJon Maloy1-5/+4
2018-03-23tipc: remove restrictions on node address valuesJon Maloy1-4/+2
2018-02-14tipc: apply bearer link tolerance on running linksJon Maloy1-1/+2
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsJon Maloy1-1/+1
2017-11-11tipc: improve link resiliency when rps is activatedJon Maloy1-11/+15
2017-10-16tipc: fix rebasing errorJon Maloy1-0/+1
2017-10-13tipc: guarantee delivery of UP event before first broadcastJon Maloy1-2/+5
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastJon Maloy1-3/+2
2017-10-13tipc: introduce communication groupsJon Maloy1-1/+2
2017-08-21tipc: don't reset stale broadcast send linkJon Paul Maloy1-10/+13
2017-04-13netlink: pass extended ACK struct to parsing functionsJohannes Berg1-1/+1
2017-01-20tipc: make replicast a user selectable optionJon Paul Maloy1-0/+4
2017-01-20tipc: introduce replicast as transport option for multicastJon Paul Maloy1-1/+7
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2017-01-16tipc: allocate user memory with GFP_KERNEL flagParthasarathy Bhuvaragan1-1/+1
2017-01-03tipc: reduce risk of user starvation during link congestionJon Paul Maloy1-43/+32
2016-11-27tipc: fix link statistics counter errorsJon Paul Maloy1-16/+19
2016-11-25tipc: fix compatibility bug in link monitoringJon Paul Maloy1-2/+3
2016-10-29tipc: fix broadcast link synchronization problemJon Paul Maloy1-0/+2
2016-09-02tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy1-7/+16
2016-09-02tipc: rate limit broadcast retransmissionsJon Paul Maloy1-5/+47
2016-09-02tipc: transfer broadcast nacks in link state messagesJon Paul Maloy1-13/+51
2016-08-18tipc: ensure that link congestion and wakeup use same criteriaJon Paul Maloy1-8/+10