diff options
| author | David S. Miller <davem@davemloft.net> | 2012-03-01 17:57:40 -0500 | 
|---|---|---|
| committer | David S. Miller <davem@davemloft.net> | 2012-03-01 17:57:40 -0500 | 
| commit | b4017c5368f992fb8fb3a2545a0977082c6664e4 (patch) | |
| tree | b18fee77164297141c988965a9846225f8d8b3d3 /include/linux/tcp.h | |
| parent | 97767a87f3be8834192dc3fc9412aaccf708d87f (diff) | |
| parent | 413708bbaf5c85c4c8a264145f7d6c3afcd97f99 (diff) | |
| download | olio-linux-3.10-b4017c5368f992fb8fb3a2545a0977082c6664e4.tar.xz olio-linux-3.10-b4017c5368f992fb8fb3a2545a0977082c6664e4.zip  | |
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>
Diffstat (limited to 'include/linux/tcp.h')
| -rw-r--r-- | include/linux/tcp.h | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/tcp.h b/include/linux/tcp.h index 115389e9b94..b6c62d29438 100644 --- a/include/linux/tcp.h +++ b/include/linux/tcp.h @@ -412,7 +412,8 @@ struct tcp_sock {  	struct tcp_sack_block recv_sack_cache[4]; -	struct sk_buff *highest_sack;   /* highest skb with SACK received +	struct sk_buff *highest_sack;   /* skb just after the highest +					 * skb with SACKed bit set  					 * (validity guaranteed only if  					 * sacked_out > 0)  					 */  |