Home
last modified time | relevance | path

Searched hist:"54074 f1dbd6fbc0f0a085a54f3297ae26e424d59" (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/netfilter/
H A Dnf_socket_ipv4.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/netfilter/
H A Dxt_HMARK.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
H A Dnf_conntrack_proto_icmp.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/sched/
H A Dact_nat.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv4/
H A Droute.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
/openbmc/linux/net/ipv6/
H A Droute.cdiff 54074f1dbd6fbc0f0a085a54f3297ae26e424d59 Fri Nov 01 19:12:04 CDT 2019 Matteo Croce <mcroce@redhat.com> icmp: remove duplicate code

The same code which recognizes ICMP error packets is duplicated several
times. Use the icmp_is_err() and icmpv6_is_err() helpers instead, which
do the same thing.

ip_multipath_l3_keys() and tcf_nat_act() didn't check for all the error types,
assume that they should instead.

Signed-off-by: Matteo Croce <mcroce@redhat.com>
Signed-off-by: David S. Miller <davem@davemloft.net>