Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
udplite conflict is resolved by taking what 'net-next' did which removed the backlog receive method assignment, since it is no longer necessary. Two entries were added to the non-priv ethtool operations switch statement, one in 'net' and one in 'net-next, so simple overlapping changes. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -184,7 +184,7 @@ static struct tipc_sock *tipc_sk(const struct sock *sk)
|
||||
|
||||
static bool tsk_conn_cong(struct tipc_sock *tsk)
|
||||
{
|
||||
return tsk->snt_unacked >= tsk->snd_win;
|
||||
return tsk->snt_unacked > tsk->snd_win;
|
||||
}
|
||||
|
||||
/* tsk_blocks(): translate a buffer size in bytes to number of
|
||||
|
||||
Reference in New Issue
Block a user