Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109850
b: refs/heads/master
c: a3028b8
h: refs/heads/master
v: v3
  • Loading branch information
Vlad Yasevich authored and David S. Miller committed Sep 18, 2008
1 parent b04952a commit 34ff9f8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 93821778def10ec1e69aa3ac10adee975dad4ff3
refs/heads/master: a3028b8ed1e1e9930bfa70ce4555fb7f9fad3dcc
3 changes: 2 additions & 1 deletion trunk/net/sctp/output.c
Original file line number Diff line number Diff line change
Expand Up @@ -533,7 +533,8 @@ int sctp_packet_transmit(struct sctp_packet *packet)
if (!(dst->dev->features & NETIF_F_NO_CSUM)) {
crc32 = sctp_start_cksum((__u8 *)sh, cksum_buf_len);
crc32 = sctp_end_cksum(crc32);
}
} else
nskb->ip_summed = CHECKSUM_UNNECESSARY;

/* 3) Put the resultant value into the checksum field in the
* common header, and leave the rest of the bits unchanged.
Expand Down

0 comments on commit 34ff9f8

Please sign in to comment.