]> git.baikalelectronics.ru Git - kernel.git/commit
tcp: remove dead code after CHECKSUM_PARTIAL adoption
authorEric Dumazet <edumazet@google.com>
Mon, 19 Feb 2018 19:56:52 +0000 (11:56 -0800)
committerDavid S. Miller <davem@davemloft.net>
Wed, 21 Feb 2018 19:24:14 +0000 (14:24 -0500)
commitd1aab9bd26605309f4d9bf3fc0df4c9ffb55d042
treefdee55dc628e78ddae4acbb7f1e97821aae779ae
parent82ae5537de4a84908dcb99ff866a581632c169dc
tcp: remove dead code after CHECKSUM_PARTIAL adoption

Since all skbs in write/rtx queues have CHECKSUM_PARTIAL,
we can remove dead code.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c