Magellan Linux

Annotation of /trunk/kernel-alx/patches-4.9/0204-4.9.105-all-fixes.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3181 - (hide annotations) (download)
Wed Aug 8 14:17:33 2018 UTC (5 years, 9 months ago) by niro
File size: 627 byte(s)
-linux-4.9.105
1 niro 3181 diff --git a/Makefile b/Makefile
2     index 780dcc8033b2..7d06dba3fde8 100644
3     --- a/Makefile
4     +++ b/Makefile
5     @@ -1,6 +1,6 @@
6     VERSION = 4
7     PATCHLEVEL = 9
8     -SUBLEVEL = 104
9     +SUBLEVEL = 105
10     EXTRAVERSION =
11     NAME = Roaring Lionus
12    
13     diff --git a/net/ipv4/ip_vti.c b/net/ipv4/ip_vti.c
14     index 1ac55b116d5a..cbff0d6ff1ac 100644
15     --- a/net/ipv4/ip_vti.c
16     +++ b/net/ipv4/ip_vti.c
17     @@ -396,6 +396,7 @@ static int vti_tunnel_init(struct net_device *dev)
18     memcpy(dev->dev_addr, &iph->saddr, 4);
19     memcpy(dev->broadcast, &iph->daddr, 4);
20    
21     + dev->mtu = ETH_DATA_LEN;
22     dev->flags = IFF_NOARP;
23     dev->addr_len = 4;
24     dev->features |= NETIF_F_LLTX;