]> git.baikalelectronics.ru Git - kernel.git/commit
Merge branch 'tcp-tcp_v4_err-cleanups'
authorDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2020 21:57:27 +0000 (14:57 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 27 May 2020 21:57:27 +0000 (14:57 -0700)
commit8339335ab87c60198d431b6be23d22bcc788f1c0
treee8356dcdb553d55183f23d549e576a9a84ce92c9
parent32e50aed78c85c3488ce8f2d44cbcd5c141f3d9b
parentf30c4d5a8102645f1e51156919d0c351f1d7dc74
Merge branch 'tcp-tcp_v4_err-cleanups'

Eric Dumazet says:

====================
tcp: tcp_v4_err() cleanups

This series is a followup of patch 5fc8c26e2270 ("tcp: tcp_v4_err() icmp
skb is named icmp_skb").

Move the RFC 6069 code into a helper, and rename icmp_skb to standard
skb name so that tcp_v4_err() and tcp_v6_err() are using consistent names.
====================

Signed-off-by: David S. Miller <davem@davemloft.net>