treewide: fix replace nbd@openwrt.org with nbd@nbd.name
[openwrt/svn-archive/archive.git] / target / linux / generic / patches-4.1 / 103-packet_allow_empty_payload.patch
index 052f457342e409ac351da729527acb227d9e7ca9..2b9c4b00a2ed90622225d42c85df761d0339276d 100644 (file)
@@ -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 <nbd@openwrt.org>
+Signed-off-by: Felix Fietkau <nbd@nbd.name>
 
 --- 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 */