]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.14-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 18:12:36 +0000 (20:12 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 22 May 2018 18:12:36 +0000 (20:12 +0200)
commit684f36d1927b5c79cb4a285aef67e5ca2823374d
tree4b1900d3ca31c3a5388608975e5a7848a7b3a154
parentcfc0e9bf9365c2588bb4f0e5100304df24cded58
4.14-stable patches

added patches:
hv_netvsc-add-initialization-of-tx_table-in-netvsc_device_add.patch
hv_netvsc-avoid-retry-on-send-during-shutdown.patch
hv_netvsc-cancel-subchannel-setup-before-halting-device.patch
hv_netvsc-change-gpad-teardown-order-on-older-versions.patch
hv_netvsc-common-detach-logic.patch
hv_netvsc-defer-queue-selection-to-vf.patch
hv_netvsc-disable-napi-before-channel-close.patch
hv_netvsc-empty-current-transmit-aggregation-if-flow-blocked.patch
hv_netvsc-ensure-correct-teardown-message-sequence-order.patch
hv_netvsc-fix-error-unwind-handling-if-vmbus_open-fails.patch
hv_netvsc-fix-net-device-attach-on-older-windows-hosts.patch
hv_netvsc-fix-race-in-napi-poll-when-rescheduling.patch
hv_netvsc-fix-the-real-number-of-queues-of-non-vrss-cases.patch
hv_netvsc-netvsc_teardown_gpadl-split.patch
hv_netvsc-only-wake-transmit-queue-if-link-is-up.patch
hv_netvsc-preserve-hw_features-on-mtu-channels-ringparam-changes.patch
hv_netvsc-rename-ind_table-to-rx_table.patch
hv_netvsc-rename-tx_send_table-to-tx_table.patch
hv_netvsc-set-tx_table-to-equal-weight-after-subchannels-open.patch
hv_netvsc-split-netvsc_revoke_buf-and-netvsc_teardown_gpadl.patch
hv_netvsc-use-rcu-to-fix-concurrent-rx-and-queue-changes.patch
hv_netvsc-use-the-num_online_cpus-for-channel-limit.patch
hv_netvsc-use-windows-version-instead-of-nvsp-version-on-gpad-teardown.patch
net-fix-a-bug-in-removing-queues-from-xps-map.patch
net-mlx4_core-fix-error-handling-in-mlx4_init_port_info.patch
net-sched-fix-refcnt-leak-in-the-error-path-of-tcf_vlan_init.patch
net-sched-red-avoid-hashing-null-child.patch
net-smc-check-for-missing-nlattrs-in-smc_pnetid-messages.patch
net-test-tailroom-before-appending-to-linear-skb.patch
packet-in-packet_snd-start-writing-at-link-layer-allocation.patch
sock_diag-fix-use-after-free-read-in-__sk_free.patch
sparc-vio-use-put_device-instead-of-kfree.patch
tcp-purge-write-queue-in-tcp_connect_init.patch
vmxnet3-set-the-dma-mask-before-the-first-dma-map-operation.patch
vmxnet3-use-dma-memory-barriers-where-required.patch
36 files changed:
queue-4.14/hv_netvsc-add-initialization-of-tx_table-in-netvsc_device_add.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-avoid-retry-on-send-during-shutdown.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-cancel-subchannel-setup-before-halting-device.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-change-gpad-teardown-order-on-older-versions.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-common-detach-logic.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-defer-queue-selection-to-vf.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-disable-napi-before-channel-close.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-empty-current-transmit-aggregation-if-flow-blocked.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-ensure-correct-teardown-message-sequence-order.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-fix-error-unwind-handling-if-vmbus_open-fails.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-fix-net-device-attach-on-older-windows-hosts.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-fix-race-in-napi-poll-when-rescheduling.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-fix-the-real-number-of-queues-of-non-vrss-cases.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-netvsc_teardown_gpadl-split.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-only-wake-transmit-queue-if-link-is-up.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-preserve-hw_features-on-mtu-channels-ringparam-changes.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-rename-ind_table-to-rx_table.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-rename-tx_send_table-to-tx_table.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-set-tx_table-to-equal-weight-after-subchannels-open.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-split-netvsc_revoke_buf-and-netvsc_teardown_gpadl.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-use-rcu-to-fix-concurrent-rx-and-queue-changes.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-use-the-num_online_cpus-for-channel-limit.patch [new file with mode: 0644]
queue-4.14/hv_netvsc-use-windows-version-instead-of-nvsp-version-on-gpad-teardown.patch [new file with mode: 0644]
queue-4.14/net-fix-a-bug-in-removing-queues-from-xps-map.patch [new file with mode: 0644]
queue-4.14/net-mlx4_core-fix-error-handling-in-mlx4_init_port_info.patch [new file with mode: 0644]
queue-4.14/net-sched-fix-refcnt-leak-in-the-error-path-of-tcf_vlan_init.patch [new file with mode: 0644]
queue-4.14/net-sched-red-avoid-hashing-null-child.patch [new file with mode: 0644]
queue-4.14/net-smc-check-for-missing-nlattrs-in-smc_pnetid-messages.patch [new file with mode: 0644]
queue-4.14/net-test-tailroom-before-appending-to-linear-skb.patch [new file with mode: 0644]
queue-4.14/packet-in-packet_snd-start-writing-at-link-layer-allocation.patch [new file with mode: 0644]
queue-4.14/series [new file with mode: 0644]
queue-4.14/sock_diag-fix-use-after-free-read-in-__sk_free.patch [new file with mode: 0644]
queue-4.14/sparc-vio-use-put_device-instead-of-kfree.patch [new file with mode: 0644]
queue-4.14/tcp-purge-write-queue-in-tcp_connect_init.patch [new file with mode: 0644]
queue-4.14/vmxnet3-set-the-dma-mask-before-the-first-dma-map-operation.patch [new file with mode: 0644]
queue-4.14/vmxnet3-use-dma-memory-barriers-where-required.patch [new file with mode: 0644]