aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/link.c
AgeCommit message (Expand)AuthorFilesLines
2018-11-11tipc: fix link re-establish failureGravatar Jon Maloy 1-4/+7
2018-10-15tipc: initialize broadcast link stale counter correctlyGravatar Jon Maloy 1-0/+1
2018-10-11tipc: eliminate possible recursive locking detected by LOCKDEPGravatar Ying Xue 1-2/+9
2018-10-10tipc: set link tolerance correctly in broadcast linkGravatar Jon Maloy 1-5/+11
2018-10-01tipc: ignore STATE_MSG on wrong link sessionGravatar LUU Duc Canh 1-0/+3
2018-09-29tipc: fix failover problemGravatar LUU Duc Canh 1-0/+35
2018-09-25tipc: lock wakeup & inputq at tipc_link_reset()Gravatar Parthasarathy Bhuvaragan 1-1/+6
2018-07-21tipc: make some functions staticGravatar YueHaibing 1-5/+6
2018-07-18tipc: remove unused tipc_link_is_activeGravatar YueHaibing 1-5/+0
2018-07-11tipc: check session number before accepting link protocol messagesGravatar Jon Maloy 1-21/+47
2018-07-11tipc: add sequence number check for link STATE messagesGravatar Jon Maloy 1-0/+16
2018-07-07tipc: extend link reset criteria for stale packet retransmissionGravatar Jon Maloy 1-19/+24
2018-07-05tipc: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-0/+1
2018-03-31tipc: avoid possible string overflowGravatar Jon Maloy 1-1/+2
2018-03-31tipc: replace name table service range array with rb treeGravatar Jon Maloy 1-1/+1
2018-03-23tipc: handle collisions of 32-bit node address hash valuesGravatar Jon Maloy 1-9/+17
2018-03-23tipc: add 128-bit node identifierGravatar Jon Maloy 1-1/+5
2018-03-23tipc: remove direct accesses to own_addr field in struct tipc_netGravatar Jon Maloy 1-5/+4
2018-03-23tipc: remove restrictions on node address valuesGravatar Jon Maloy 1-4/+2
2018-02-14tipc: apply bearer link tolerance on running linksGravatar Jon Maloy 1-1/+2
2017-12-01tipc: fall back to smaller MTU if allocation of local send skb failsGravatar Jon Maloy 1-1/+1
2017-11-11tipc: improve link resiliency when rps is activatedGravatar Jon Maloy 1-11/+15
2017-10-16tipc: fix rebasing errorGravatar Jon Maloy 1-0/+1
2017-10-13tipc: guarantee delivery of UP event before first broadcastGravatar Jon Maloy 1-2/+5
2017-10-13tipc: guarantee that group broadcast doesn't bypass group unicastGravatar Jon Maloy 1-3/+2
2017-10-13tipc: introduce communication groupsGravatar Jon Maloy 1-1/+2
2017-08-21tipc: don't reset stale broadcast send linkGravatar Jon Paul Maloy 1-10/+13
2017-04-13netlink: pass extended ACK struct to parsing functionsGravatar Johannes Berg 1-1/+1
2017-01-20tipc: make replicast a user selectable optionGravatar Jon Paul Maloy 1-0/+4
2017-01-20tipc: introduce replicast as transport option for multicastGravatar Jon Paul Maloy 1-1/+7
2017-01-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+1
2017-01-16tipc: allocate user memory with GFP_KERNEL flagGravatar Parthasarathy Bhuvaragan 1-1/+1
2017-01-03tipc: reduce risk of user starvation during link congestionGravatar Jon Paul Maloy 1-43/+32
2016-11-27tipc: fix link statistics counter errorsGravatar Jon Paul Maloy 1-16/+19
2016-11-25tipc: fix compatibility bug in link monitoringGravatar Jon Paul Maloy 1-2/+3
2016-10-29tipc: fix broadcast link synchronization problemGravatar Jon Paul Maloy 1-0/+2
2016-09-02tipc: send broadcast nack directly upon sequence gap detectionGravatar Jon Paul Maloy 1-7/+16
2016-09-02tipc: rate limit broadcast retransmissionsGravatar Jon Paul Maloy 1-5/+47
2016-09-02tipc: transfer broadcast nacks in link state messagesGravatar Jon Paul Maloy 1-13/+51
2016-08-18tipc: ensure that link congestion and wakeup use same criteriaGravatar Jon Paul Maloy 1-8/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+8
2016-07-11tipc: ensure correct broadcast send buffer release when peer is lostGravatar Jon Paul Maloy 1-0/+2
2016-07-11tipc: extend broadcast link initialization criteriaGravatar Jon Paul Maloy 1-1/+6
2016-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-1/+2
2016-06-15tipc: eliminate uninitialized variable warningGravatar Ying Xue 1-1/+2
2016-06-15tipc: add neighbor monitoring frameworkGravatar Jon Paul Maloy 1-12/+37
2016-06-08tipc: change node timer unit from jiffies to msGravatar Jon Paul Maloy 1-2/+0
2016-04-24tipc: fix stale links after re-enabling bearerGravatar Parthasarathy Bhuvaragan 1-2/+1
2016-04-15tipc: let first message on link be a state messageGravatar Jon Paul Maloy 1-3/+3
2016-04-15tipc: refactor function tipc_link_timeout()Gravatar Jon Paul Maloy 1-20/+16