]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
5.2-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 13:28:56 +0000 (15:28 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 1 Oct 2019 13:28:56 +0000 (15:28 +0200)
commitcaec0e4ffad8a6378b7374a9325029ad7a48a255
tree79f6d5701645c919d9c8d4d2aa95b8d2a5734866
parentba2540d84f71338989ac293948d3bebf6f5f83ef
5.2-stable patches

added patches:
appletalk-enforce-cap_net_raw-for-raw-sockets.patch
arcnet-provide-a-buffer-big-enough-to-actually-receive-packets.patch
ax25-enforce-cap_net_raw-for-raw-sockets.patch
cdc_ncm-fix-divide-by-zero-caused-by-invalid-wmaxpacketsize.patch
ieee802154-enforce-cap_net_raw-for-raw-sockets.patch
ipv4-revert-removal-of-rt_uses_gateway.patch
ipv6-do-not-free-rt-if-fib_lookup_noref-is-set-on-suppress-rule.patch
macsec-drop-skb-sk-before-calling-gro_cells_receive.patch
misdn-enforce-cap_net_raw-for-raw-sockets.patch
net-mlx5-add-device-id-of-upcoming-bluefield-2.patch
net-mlx5e-fix-traffic-duplication-in-ethtool-steering.patch
net-phy-fix-dp83865-10-mbps-hdx-loopback-disable-function.patch
net-phy-micrel-add-asym-pause-workaround-for-ksz9021.patch
net-qrtr-stop-rx_worker-before-freeing-node.patch
net-sched-act_sample-don-t-push-mac-header-on-ip6gre-ingress.patch
net-sched-cbs-fix-not-adding-cbs-instance-to-list.patch
net-sched-fix-possible-crash-in-tcf_action_destroy.patch
net_sched-add-max-len-check-for-tca_kind.patch
net_sched-add-policy-validation-for-action-attributes.patch
nfc-enforce-cap_net_raw-for-raw-sockets.patch
nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_reprs.patch
nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_phy_reprs.patch
openvswitch-change-type-of-upcall_pid-attribute-to-nla_unspec.patch
ppp-fix-memory-leak-in-ppp_write.patch
sch_netem-fix-a-divide-by-zero-in-tabledist.patch
selftests-update-fib_tests-to-handle-missing-ping6.patch
skge-fix-checksum-byte-order.patch
tcp-better-handle-tcp_user_timeout-in-syn_sent-state.patch
tcp_bbr-fix-quantization-code-to-not-raise-cwnd-if-not-probing-bandwidth.patch
usbnet-ignore-endpoints-with-invalid-wmaxpacketsize.patch
usbnet-sanity-checking-of-packet-sizes-and-device-mtu.patch
vrf-do-not-attempt-to-create-ipv6-mcast-rule-if-ipv6-is-disabled.patch
33 files changed:
queue-5.2/appletalk-enforce-cap_net_raw-for-raw-sockets.patch [new file with mode: 0644]
queue-5.2/arcnet-provide-a-buffer-big-enough-to-actually-receive-packets.patch [new file with mode: 0644]
queue-5.2/ax25-enforce-cap_net_raw-for-raw-sockets.patch [new file with mode: 0644]
queue-5.2/cdc_ncm-fix-divide-by-zero-caused-by-invalid-wmaxpacketsize.patch [new file with mode: 0644]
queue-5.2/ieee802154-enforce-cap_net_raw-for-raw-sockets.patch [new file with mode: 0644]
queue-5.2/ipv4-revert-removal-of-rt_uses_gateway.patch [new file with mode: 0644]
queue-5.2/ipv6-do-not-free-rt-if-fib_lookup_noref-is-set-on-suppress-rule.patch [new file with mode: 0644]
queue-5.2/macsec-drop-skb-sk-before-calling-gro_cells_receive.patch [new file with mode: 0644]
queue-5.2/misdn-enforce-cap_net_raw-for-raw-sockets.patch [new file with mode: 0644]
queue-5.2/net-mlx5-add-device-id-of-upcoming-bluefield-2.patch [new file with mode: 0644]
queue-5.2/net-mlx5e-fix-traffic-duplication-in-ethtool-steering.patch [new file with mode: 0644]
queue-5.2/net-phy-fix-dp83865-10-mbps-hdx-loopback-disable-function.patch [new file with mode: 0644]
queue-5.2/net-phy-micrel-add-asym-pause-workaround-for-ksz9021.patch [new file with mode: 0644]
queue-5.2/net-qrtr-stop-rx_worker-before-freeing-node.patch [new file with mode: 0644]
queue-5.2/net-sched-act_sample-don-t-push-mac-header-on-ip6gre-ingress.patch [new file with mode: 0644]
queue-5.2/net-sched-cbs-fix-not-adding-cbs-instance-to-list.patch [new file with mode: 0644]
queue-5.2/net-sched-fix-possible-crash-in-tcf_action_destroy.patch [new file with mode: 0644]
queue-5.2/net_sched-add-max-len-check-for-tca_kind.patch [new file with mode: 0644]
queue-5.2/net_sched-add-policy-validation-for-action-attributes.patch [new file with mode: 0644]
queue-5.2/nfc-enforce-cap_net_raw-for-raw-sockets.patch [new file with mode: 0644]
queue-5.2/nfp-flower-fix-memory-leak-in-nfp_flower_spawn_vnic_reprs.patch [new file with mode: 0644]
queue-5.2/nfp-flower-prevent-memory-leak-in-nfp_flower_spawn_phy_reprs.patch [new file with mode: 0644]
queue-5.2/openvswitch-change-type-of-upcall_pid-attribute-to-nla_unspec.patch [new file with mode: 0644]
queue-5.2/ppp-fix-memory-leak-in-ppp_write.patch [new file with mode: 0644]
queue-5.2/sch_netem-fix-a-divide-by-zero-in-tabledist.patch [new file with mode: 0644]
queue-5.2/selftests-update-fib_tests-to-handle-missing-ping6.patch [new file with mode: 0644]
queue-5.2/series [new file with mode: 0644]
queue-5.2/skge-fix-checksum-byte-order.patch [new file with mode: 0644]
queue-5.2/tcp-better-handle-tcp_user_timeout-in-syn_sent-state.patch [new file with mode: 0644]
queue-5.2/tcp_bbr-fix-quantization-code-to-not-raise-cwnd-if-not-probing-bandwidth.patch [new file with mode: 0644]
queue-5.2/usbnet-ignore-endpoints-with-invalid-wmaxpacketsize.patch [new file with mode: 0644]
queue-5.2/usbnet-sanity-checking-of-packet-sizes-and-device-mtu.patch [new file with mode: 0644]
queue-5.2/vrf-do-not-attempt-to-create-ipv6-mcast-rule-if-ipv6-is-disabled.patch [new file with mode: 0644]