Searched hist:a2e2ca3bebe273055a212d754ffe4e0264192d74 (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | mcast_snoop.c | diff a2e2ca3bebe273055a212d754ffe4e0264192d74 Mon Jan 21 00:26:26 CST 2019 Linus Lüssing <linus.luessing@c0d3.blue> bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
With this patch the internal use of the skb_trimmed is reduced to the ICMPv6/IGMP checksum verification. And for the length checks the newly introduced helper functions are used instead of calculating and checking with skb->len directly.
These changes should hopefully make it easier to verify that length checks are performed properly.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/openbmc/linux/net/ipv4/ |
H A D | igmp.c | diff a2e2ca3bebe273055a212d754ffe4e0264192d74 Mon Jan 21 00:26:26 CST 2019 Linus Lüssing <linus.luessing@c0d3.blue> bridge: simplify ip_mc_check_igmp() and ipv6_mc_check_mld() internals
With this patch the internal use of the skb_trimmed is reduced to the ICMPv6/IGMP checksum verification. And for the length checks the newly introduced helper functions are used instead of calculating and checking with skb->len directly.
These changes should hopefully make it easier to verify that length checks are performed properly.
Signed-off-by: Linus Lüssing <linus.luessing@c0d3.blue> Signed-off-by: David S. Miller <davem@davemloft.net>
|