Searched hist:"54074 f1dbd6fbc0f0a085a54f3297ae26e424d59" (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/net/ipv4/netfilter/ |
H A D | nf_socket_ipv4.c | diff 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 D | xt_HMARK.c | diff 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 D | nf_conntrack_proto_icmp.c | diff 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 D | act_nat.c | diff 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 D | route.c | diff 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 D | route.c | diff 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>
|