]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2018 12:05:34 +0000 (14:05 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Sep 2018 12:05:34 +0000 (14:05 +0200)
commita94424f6657eff3a98b646c2083ea80d53643f84
treebeb1628a3944052f608af707f0d28019f70e38df
parent260a072f73478eb91c9f5d0a22a8fe84c7b190c5
4.14-stable patches

added patches:
autofs-fix-autofs_sbi-does-not-check-super-block-type.patch
drm-i915-set-dp-main-stream-attribute-for-color-range-on-ddi-platforms.patch
inet-frags-add-a-pointer-to-struct-netns_frags.patch
inet-frags-break-the-2gb-limit-for-frags-storage.patch
inet-frags-change-inet_frags_init_net-return-value.patch
inet-frags-convert-timers-to-use-timer_setup.patch
inet-frags-do-not-clone-skb-in-ip_expire.patch
inet-frags-fix-ip6frag_low_thresh-boundary.patch
inet-frags-get-rid-of-ipfrag_skb_cb-frag_cb.patch
inet-frags-get-rif-of-inet_frag_evicting.patch
inet-frags-refactor-ipfrag_init.patch
inet-frags-refactor-ipv6_frag_init.patch
inet-frags-refactor-lowpan_net_frag_init.patch
inet-frags-remove-inet_frag_maybe_warn_overflow.patch
inet-frags-remove-some-helpers.patch
inet-frags-reorganize-struct-netns_frags.patch
inet-frags-use-rhashtables-for-reassembly-units.patch
ip-add-helpers-to-process-in-order-fragments-faster.patch
ip-discard-ipv4-datagrams-with-overlapping-segments.patch
ip-frags-fix-crash-in-ip_do_fragment.patch
ip-process-in-order-fragments-efficiently.patch
ipv4-frags-precedence-bug-in-ip_expire.patch
ipv6-defrag-drop-non-last-frags-smaller-than-min-mtu.patch
ipv6-export-ip6-fragments-sysctl-to-unprivileged-users.patch
ipv6-frags-rewrite-ip6_expire_frag_queue.patch
mtd-ubi-wl-fix-error-return-code-in-ubi_wl_init.patch
net-add-rb_to_skb-and-other-rb-tree-helpers.patch
net-modify-skb_rbtree_purge-to-return-the-truesize-of-all-purged-skbs.patch
net-pskb_trim_rcsum-and-checksum_complete-are-friends.patch
net-sk_buff-rbnode-reorg.patch
net-speed-up-skb_rbtree_purge.patch
rhashtable-add-schedule-points.patch
rhashtable-reorganize-struct-rhashtable-layout.patch
tun-fix-use-after-free-for-ptr_ring.patch
tuntap-fix-use-after-free-during-release.patch
36 files changed:
queue-4.14/autofs-fix-autofs_sbi-does-not-check-super-block-type.patch [new file with mode: 0644]
queue-4.14/drm-i915-set-dp-main-stream-attribute-for-color-range-on-ddi-platforms.patch [new file with mode: 0644]
queue-4.14/inet-frags-add-a-pointer-to-struct-netns_frags.patch [new file with mode: 0644]
queue-4.14/inet-frags-break-the-2gb-limit-for-frags-storage.patch [new file with mode: 0644]
queue-4.14/inet-frags-change-inet_frags_init_net-return-value.patch [new file with mode: 0644]
queue-4.14/inet-frags-convert-timers-to-use-timer_setup.patch [new file with mode: 0644]
queue-4.14/inet-frags-do-not-clone-skb-in-ip_expire.patch [new file with mode: 0644]
queue-4.14/inet-frags-fix-ip6frag_low_thresh-boundary.patch [new file with mode: 0644]
queue-4.14/inet-frags-get-rid-of-ipfrag_skb_cb-frag_cb.patch [new file with mode: 0644]
queue-4.14/inet-frags-get-rif-of-inet_frag_evicting.patch [new file with mode: 0644]
queue-4.14/inet-frags-refactor-ipfrag_init.patch [new file with mode: 0644]
queue-4.14/inet-frags-refactor-ipv6_frag_init.patch [new file with mode: 0644]
queue-4.14/inet-frags-refactor-lowpan_net_frag_init.patch [new file with mode: 0644]
queue-4.14/inet-frags-remove-inet_frag_maybe_warn_overflow.patch [new file with mode: 0644]
queue-4.14/inet-frags-remove-some-helpers.patch [new file with mode: 0644]
queue-4.14/inet-frags-reorganize-struct-netns_frags.patch [new file with mode: 0644]
queue-4.14/inet-frags-use-rhashtables-for-reassembly-units.patch [new file with mode: 0644]
queue-4.14/ip-add-helpers-to-process-in-order-fragments-faster.patch [new file with mode: 0644]
queue-4.14/ip-discard-ipv4-datagrams-with-overlapping-segments.patch [new file with mode: 0644]
queue-4.14/ip-frags-fix-crash-in-ip_do_fragment.patch [new file with mode: 0644]
queue-4.14/ip-process-in-order-fragments-efficiently.patch [new file with mode: 0644]
queue-4.14/ipv4-frags-precedence-bug-in-ip_expire.patch [new file with mode: 0644]
queue-4.14/ipv6-defrag-drop-non-last-frags-smaller-than-min-mtu.patch [new file with mode: 0644]
queue-4.14/ipv6-export-ip6-fragments-sysctl-to-unprivileged-users.patch [new file with mode: 0644]
queue-4.14/ipv6-frags-rewrite-ip6_expire_frag_queue.patch [new file with mode: 0644]
queue-4.14/mtd-ubi-wl-fix-error-return-code-in-ubi_wl_init.patch [new file with mode: 0644]
queue-4.14/net-add-rb_to_skb-and-other-rb-tree-helpers.patch [new file with mode: 0644]
queue-4.14/net-modify-skb_rbtree_purge-to-return-the-truesize-of-all-purged-skbs.patch [new file with mode: 0644]
queue-4.14/net-pskb_trim_rcsum-and-checksum_complete-are-friends.patch [new file with mode: 0644]
queue-4.14/net-sk_buff-rbnode-reorg.patch [new file with mode: 0644]
queue-4.14/net-speed-up-skb_rbtree_purge.patch [new file with mode: 0644]
queue-4.14/rhashtable-add-schedule-points.patch [new file with mode: 0644]
queue-4.14/rhashtable-reorganize-struct-rhashtable-layout.patch [new file with mode: 0644]
queue-4.14/series
queue-4.14/tun-fix-use-after-free-for-ptr_ring.patch [new file with mode: 0644]
queue-4.14/tuntap-fix-use-after-free-during-release.patch [new file with mode: 0644]