Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Minor conflict in mlx5 because changes happened to code that has moved meanwhile. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -3293,6 +3293,7 @@ int tcp_send_synack(struct sock *sk)
|
||||
if (!nskb)
|
||||
return -ENOMEM;
|
||||
INIT_LIST_HEAD(&nskb->tcp_tsorted_anchor);
|
||||
tcp_highest_sack_replace(sk, skb, nskb);
|
||||
tcp_rtx_queue_unlink_and_free(skb, sk);
|
||||
__skb_header_release(nskb);
|
||||
tcp_rbtree_insert(&sk->tcp_rtx_queue, nskb);
|
||||
|
Reference in New Issue
Block a user