Skip to content

Commit

Permalink
Revert "tcp: Set CHECKSUM_UNNECESSARY in tcp_init_nondata_skb"
Browse files Browse the repository at this point in the history
This reverts commit 2626419.

It causes regressions for people with IGB cards.  Connection
requests don't complete etc.  The true cause of the issue is
still not known, but we should sort this out in net-next-2.6
not net-2.6

Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
David S. Miller committed Apr 11, 2010
1 parent e3237e3 commit ae4e8d6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/ipv4/tcp_output.c
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,6 @@ static inline void TCP_ECN_send(struct sock *sk, struct sk_buff *skb,
*/
static void tcp_init_nondata_skb(struct sk_buff *skb, u32 seq, u8 flags)
{
skb->ip_summed = CHECKSUM_PARTIAL;
skb->csum = 0;

TCP_SKB_CB(skb)->flags = flags;
Expand Down

0 comments on commit ae4e8d6

Please sign in to comment.