]> git.baikalelectronics.ru Git - kernel.git/commit
sctp: set the skb->ip_summed correctly when sending over loopback.
authorVlad Yasevich <vladislav.yasevich@hp.com>
Thu, 18 Sep 2008 09:48:25 +0000 (02:48 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 18 Sep 2008 09:48:25 +0000 (02:48 -0700)
commitc39b970ee0e8cc1e2d2dbf2a8e031148fdc553b8
tree45f2e4fe7618dbf79f0a6ff74ddaa308ddc27277
parent9ef872c45e6d34f5cb60a71333371f295772918a
sctp: set the skb->ip_summed correctly when sending over loopback.

Loopback used to clobber the ip_summed filed which sctp then used
to figure out if it needed to do checksumming or not.  Now that
loopback doesn't do that any more, sctp needs to set the ip_summed
field correctly.

Signed-off-by: Vlad Yasevich <vladislav.yasevich@hp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/output.c