mirror of
https://github.com/Dasharo/linux.git
synced 2026-03-06 15:25:10 -08:00
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Conflicts: drivers/net/ethernet/broadcom/tg3.c Conflicts in the statistics regression bug fix from 'net', but happily Matt Carlson originally posted the fix against 'net-next' so I used that to resolve this. Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
+3
-2
@@ -1362,8 +1362,9 @@ static inline void tcp_push_pending_frames(struct sock *sk)
|
||||
}
|
||||
}
|
||||
|
||||
/* Start sequence of the highest skb with SACKed bit, valid only if
|
||||
* sacked > 0 or when the caller has ensured validity by itself.
|
||||
/* Start sequence of the skb just after the highest skb with SACKed
|
||||
* bit, valid only if sacked_out > 0 or when the caller has ensured
|
||||
* validity by itself.
|
||||
*/
|
||||
static inline u32 tcp_highest_sack_seq(struct tcp_sock *tp)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user