]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.1-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2019 08:54:11 +0000 (10:54 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 26 Jul 2019 08:54:11 +0000 (10:54 +0200)
commit13c12f66f9a5a7894d049dc782d3138a2614c813
treec32bcc979b8a4cf727356a89f10b04948517cab5
parent2088c31de498e76e692d1840471324d668d39fa5
5.1-stable patches

added patches:
bnx2x-prevent-load-reordering-in-tx-completion-processing.patch
caif-hsi-fix-possible-deadlock-in-cfhsi_exit_module.patch
hv_netvsc-fix-extra-rcu_read_unlock-in-netvsc_recv_callback.patch
igmp-fix-memory-leak-in-igmpv3_del_delrec.patch
ipv4-don-t-set-ipv6-only-flags-to-ipv4-addresses.patch
ipv6-rt6_check-should-return-null-if-from-is-null.patch
ipv6-unlink-sibling-route-in-case-of-failure.patch
macsec-fix-checksumming-after-decryption.patch
macsec-fix-use-after-free-of-skb-during-rx.patch
net-bcmgenet-use-promisc-for-unsupported-filters.patch
net-bridge-don-t-cache-ether-dest-pointer-on-input.patch
net-bridge-mcast-fix-stale-ipv6-hdr-pointer-when-handling-v6-query.patch
net-bridge-mcast-fix-stale-nsrcs-pointer-in-igmp3-mld2-report-handling.patch
net-bridge-stp-don-t-cache-eth-dest-pointer-before-skb-pull.patch
net-dsa-mv88e6xxx-wait-after-reset-deactivation.patch
net-make-skb_dst_force-return-true-when-dst-is-refcounted.patch
net-mlx5e-fix-error-flow-in-tx-reporter-diagnose.patch
net-mlx5e-fix-port-tunnel-gre-entropy-control.patch
net-mlx5e-fix-return-value-from-timeout-recover-function.patch
net-mlx5e-ipoib-add-error-path-in-mlx5_rdma_setup_rn.patch
net-mlx5e-rx-fix-checksum-calculation-for-new-hardware.patch
net-neigh-fix-multiple-neigh-timer-scheduling.patch
net-openvswitch-fix-csum-updates-for-mpls-actions.patch
net-phy-sfp-hwmon-fix-scaling-of-rx-power.patch
net-stmmac-re-work-the-queue-selection-for-tso-packets.patch
net-tls-fix-poll-ignoring-partially-copied-records.patch
net-tls-make-sure-offload-also-gets-the-keys-wiped.patch
net-tls-reject-offload-of-tls-1.3.patch
net_sched-unset-tcq_f_can_bypass-when-adding-filters.patch
netrom-fix-a-memory-leak-in-nr_rx_frame.patch
netrom-hold-sock-when-setting-skb-destructor.patch
nfc-fix-potential-illegal-memory-access.patch
r8169-fix-issue-with-confused-rx-unit-after-phy-power-down-on-rtl8411b.patch
rxrpc-fix-send-on-a-connected-but-unbound-socket.patch
sctp-fix-error-handling-on-stream-scheduler-initialization.patch
sctp-not-bind-the-socket-in-sctp_connect.patch
selftests-txring_overwrite-fix-incorrect-test-of-mmap-return-value.patch
sky2-disable-msi-on-asus-p6t.patch
tcp-be-more-careful-in-tcp_fragment.patch
tcp-fix-tcp_set_congestion_control-use-from-bpf-hook.patch
tcp-reset-bytes_acked-and-bytes_received-when-disconnecting.patch
vrf-make-sure-skb-data-contains-ip-header-to-make-routing.patch
43 files changed:
queue-5.1/bnx2x-prevent-load-reordering-in-tx-completion-processing.patch [new file with mode: 0644]
queue-5.1/caif-hsi-fix-possible-deadlock-in-cfhsi_exit_module.patch [new file with mode: 0644]
queue-5.1/hv_netvsc-fix-extra-rcu_read_unlock-in-netvsc_recv_callback.patch [new file with mode: 0644]
queue-5.1/igmp-fix-memory-leak-in-igmpv3_del_delrec.patch [new file with mode: 0644]
queue-5.1/ipv4-don-t-set-ipv6-only-flags-to-ipv4-addresses.patch [new file with mode: 0644]
queue-5.1/ipv6-rt6_check-should-return-null-if-from-is-null.patch [new file with mode: 0644]
queue-5.1/ipv6-unlink-sibling-route-in-case-of-failure.patch [new file with mode: 0644]
queue-5.1/macsec-fix-checksumming-after-decryption.patch [new file with mode: 0644]
queue-5.1/macsec-fix-use-after-free-of-skb-during-rx.patch [new file with mode: 0644]
queue-5.1/net-bcmgenet-use-promisc-for-unsupported-filters.patch [new file with mode: 0644]
queue-5.1/net-bridge-don-t-cache-ether-dest-pointer-on-input.patch [new file with mode: 0644]
queue-5.1/net-bridge-mcast-fix-stale-ipv6-hdr-pointer-when-handling-v6-query.patch [new file with mode: 0644]
queue-5.1/net-bridge-mcast-fix-stale-nsrcs-pointer-in-igmp3-mld2-report-handling.patch [new file with mode: 0644]
queue-5.1/net-bridge-stp-don-t-cache-eth-dest-pointer-before-skb-pull.patch [new file with mode: 0644]
queue-5.1/net-dsa-mv88e6xxx-wait-after-reset-deactivation.patch [new file with mode: 0644]
queue-5.1/net-make-skb_dst_force-return-true-when-dst-is-refcounted.patch [new file with mode: 0644]
queue-5.1/net-mlx5e-fix-error-flow-in-tx-reporter-diagnose.patch [new file with mode: 0644]
queue-5.1/net-mlx5e-fix-port-tunnel-gre-entropy-control.patch [new file with mode: 0644]
queue-5.1/net-mlx5e-fix-return-value-from-timeout-recover-function.patch [new file with mode: 0644]
queue-5.1/net-mlx5e-ipoib-add-error-path-in-mlx5_rdma_setup_rn.patch [new file with mode: 0644]
queue-5.1/net-mlx5e-rx-fix-checksum-calculation-for-new-hardware.patch [new file with mode: 0644]
queue-5.1/net-neigh-fix-multiple-neigh-timer-scheduling.patch [new file with mode: 0644]
queue-5.1/net-openvswitch-fix-csum-updates-for-mpls-actions.patch [new file with mode: 0644]
queue-5.1/net-phy-sfp-hwmon-fix-scaling-of-rx-power.patch [new file with mode: 0644]
queue-5.1/net-stmmac-re-work-the-queue-selection-for-tso-packets.patch [new file with mode: 0644]
queue-5.1/net-tls-fix-poll-ignoring-partially-copied-records.patch [new file with mode: 0644]
queue-5.1/net-tls-make-sure-offload-also-gets-the-keys-wiped.patch [new file with mode: 0644]
queue-5.1/net-tls-reject-offload-of-tls-1.3.patch [new file with mode: 0644]
queue-5.1/net_sched-unset-tcq_f_can_bypass-when-adding-filters.patch [new file with mode: 0644]
queue-5.1/netrom-fix-a-memory-leak-in-nr_rx_frame.patch [new file with mode: 0644]
queue-5.1/netrom-hold-sock-when-setting-skb-destructor.patch [new file with mode: 0644]
queue-5.1/nfc-fix-potential-illegal-memory-access.patch [new file with mode: 0644]
queue-5.1/r8169-fix-issue-with-confused-rx-unit-after-phy-power-down-on-rtl8411b.patch [new file with mode: 0644]
queue-5.1/rxrpc-fix-send-on-a-connected-but-unbound-socket.patch [new file with mode: 0644]
queue-5.1/sctp-fix-error-handling-on-stream-scheduler-initialization.patch [new file with mode: 0644]
queue-5.1/sctp-not-bind-the-socket-in-sctp_connect.patch [new file with mode: 0644]
queue-5.1/selftests-txring_overwrite-fix-incorrect-test-of-mmap-return-value.patch [new file with mode: 0644]
queue-5.1/series [new file with mode: 0644]
queue-5.1/sky2-disable-msi-on-asus-p6t.patch [new file with mode: 0644]
queue-5.1/tcp-be-more-careful-in-tcp_fragment.patch [new file with mode: 0644]
queue-5.1/tcp-fix-tcp_set_congestion_control-use-from-bpf-hook.patch [new file with mode: 0644]
queue-5.1/tcp-reset-bytes_acked-and-bytes_received-when-disconnecting.patch [new file with mode: 0644]
queue-5.1/vrf-make-sure-skb-data-contains-ip-header-to-make-routing.patch [new file with mode: 0644]