From: David S. Miller Date: Tue, 5 Sep 2017 18:40:08 +0000 (-0700) Subject: Merge branch 'flow_dissector-fixes' X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=c4492d8ade52861392e5f5b7615d7d6b335b1a7b;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git Merge branch 'flow_dissector-fixes' Tom Herbert says: ==================== flow_dissector: Flow dissector fixes This patch set fixes some basic issues with __skb_flow_dissect function. Items addressed: - Cleanup control flow in the function; in particular eliminate a bunch of goto's and implement a simplified control flow model - Add limits for number of encapsulations and headers that can be dissected v2: - Simplify the logic for limits on flow dissection. Just set the limit based on the number of headers the flow dissector can processes. The accounted headers includes encapsulation headers, extension headers, or other shim headers. Tested: Ran normal traffic, GUE, and VXLAN traffic. ==================== Signed-off-by: David S. Miller --- c4492d8ade52861392e5f5b7615d7d6b335b1a7b