X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=target%2Flinux%2Fgeneric%2Fpatches-4.1%2F103-packet_allow_empty_payload.patch;h=2b9c4b00a2ed90622225d42c85df761d0339276d;hb=b0684dafa3c9a4692bd965d1f2ed65c2c08bc6a1;hp=052f457342e409ac351da729527acb227d9e7ca9;hpb=22e88e3e887f2867bef6940b7148129ebe94c8cf;p=openwrt%2Fsvn-archive%2Farchive.git diff --git a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch index 052f457342..2b9c4b00a2 100644 --- a/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch +++ b/target/linux/generic/patches-4.1/103-packet_allow_empty_payload.patch @@ -2,11 +2,11 @@ Fix a regression in the af_packet code that was breaking PPPoE pppd sends packets with only a header and no payload. -Signed-off-by: Felix Fietkau +Signed-off-by: Felix Fietkau --- a/net/packet/af_packet.c +++ b/net/packet/af_packet.c -@@ -2106,7 +2106,7 @@ static void tpacket_destruct_skb(struct +@@ -2112,7 +2112,7 @@ static void tpacket_destruct_skb(struct static bool ll_header_truncated(const struct net_device *dev, int len) { /* net device doesn't like empty head */