commit | be372e919c5ec8408f982ac3b7b5ac9fc63d7c40 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 27 14:57:27 2020 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 27 14:57:27 2020 -0700 |
tree | e8356dcdb553d55183f23d549e576a9a84ce92c9 | |
parent | d6a3511b60e74655f0a3d7d46cb0b4969e8c335d [diff] | |
parent | a12daf13a4492bb7fb26231e52afb381927f938e [diff] |
Merge branch 'tcp-tcp_v4_err-cleanups' Eric Dumazet says: ==================== tcp: tcp_v4_err() cleanups This series is a followup of patch 239174945dac ("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>