From: Ben Greear <gree...@candelatech.com> Date: Fri, 25 Mar 2016 09:10:58 -0700
> I am suspicious that this will break at least some drivers. I > grepped around for ip_summed, and found this, for instance: > > davicom/dm9000.c > > /* The DM9000 is not smart enough to leave fragmented packets An really old (circa 1997), not-oft-used, driver such as this is not the place to be looking for correct usage of skb->ip_summed semantics. I would never use whatever a driver like this does influence whether I apply a bug fix or not.