Changeset 49096
- Timestamp:
- 2016-03-30T18:41:26+02:00 (22 months ago)
- Location:
- trunk
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/kernel-version.mk
r49035 r49096 3 3 LINUX_RELEASE?=1 4 4 5 LINUX_VERSION-3.18 = .2 75 LINUX_VERSION-3.18 = .29 6 6 LINUX_VERSION-4.1 = .20 7 7 LINUX_VERSION-4.3 = .4 8 8 LINUX_VERSION-4.4 = .6 9 9 10 LINUX_KERNEL_MD5SUM-3.18.2 7 = 015a01bf84e7c6bc9952551b4da4504410 LINUX_KERNEL_MD5SUM-3.18.29 = b25737a0bc98e80d12200de93f239c28 11 11 LINUX_KERNEL_MD5SUM-4.1.20 = 075c38a3a23ca5bc80437b13606df00a 12 12 LINUX_KERNEL_MD5SUM-4.3.4 = 5275d02132107c28b85f986bad576d91 -
trunk/target/linux/generic/patches-3.18/082-ipv6-ip6_fragment-fix-headroom-tests-and-skb-leak.patch
r46992 r49096 45 45 --- a/net/ipv6/ip6_output.c 46 46 +++ b/net/ipv6/ip6_output.c 47 @@ -59 4,20 +594,22 @@ int ip6_fragment(struct sk_buff *skb, in47 @@ -597,20 +597,22 @@ int ip6_fragment(struct sk_buff *skb, in 48 48 } 49 49 mtu -= hlen + sizeof(struct frag_hdr); … … 70 70 71 71 /* Partially cloned skb? */ 72 @@ -62 4,8 +626,6 @@ int ip6_fragment(struct sk_buff *skb, in72 @@ -627,8 +629,6 @@ int ip6_fragment(struct sk_buff *skb, in 73 73 74 74 err = 0; … … 79 79 80 80 *prevhdr = NEXTHDR_FRAGMENT; 81 @@ -63 3,8 +633,11 @@ int ip6_fragment(struct sk_buff *skb, in81 @@ -636,8 +636,11 @@ int ip6_fragment(struct sk_buff *skb, in 82 82 if (!tmp_hdr) { 83 83 IP6_INC_STATS(net, ip6_dst_idev(skb_dst(skb)), … … 92 92 __skb_pull(skb, hlen); 93 93 fh = (struct frag_hdr *)__skb_push(skb, sizeof(struct frag_hdr)); 94 @@ -73 2,7 +735,6 @@ slow_path:94 @@ -735,7 +738,6 @@ slow_path: 95 95 */ 96 96 -
trunk/target/linux/generic/patches-3.18/192-USB-qcserial-Add-support-for-Quectel-EC20-Mini-PCIe-.patch
r48225 r49096 62 62 enum qcserial_layouts { 63 63 QCSERIAL_G2K = 0, /* Gobi 2000 */ 64 @@ -1 66,6 +168,38 @@ static const struct usb_device_id id_tab64 @@ -171,6 +173,38 @@ static const struct usb_device_id id_tab 65 65 }; 66 66 MODULE_DEVICE_TABLE(usb, id_table); … … 101 101 { 102 102 struct usb_host_interface *intf = serial->interface->cur_altsetting; 103 @@ -23 4,6 +268,11 @@ static int qcprobe(struct usb_serial *se103 @@ -239,6 +273,11 @@ static int qcprobe(struct usb_serial *se 104 104 altsetting = -1; 105 105 break; -
trunk/target/linux/generic/patches-3.18/532-jffs2_eofdetect.patch
r44876 r49096 1 1 --- a/fs/jffs2/build.c 2 2 +++ b/fs/jffs2/build.c 3 @@ -11 4,6 +114,16 @@ static int jffs2_build_filesystem(struct3 @@ -116,6 +116,16 @@ static int jffs2_build_filesystem(struct 4 4 dbg_fsbuild("scanned flash completely\n"); 5 5 jffs2_dbg_dump_block_lists_nolock(c); -
trunk/target/linux/generic/patches-3.18/667-ipv6-Fixed-source-specific-default-route-handling.patch
r46992 r49096 27 27 --- a/net/ipv6/ip6_output.c 28 28 +++ b/net/ipv6/ip6_output.c 29 @@ -90 0,21 +900,45 @@ static int ip6_dst_lookup_tail(struct so29 @@ -903,21 +903,45 @@ static int ip6_dst_lookup_tail(struct so 30 30 #endif 31 31 int err;
Note: See TracChangeset
for help on using the changeset viewer.