]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
4.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Mar 2017 14:05:07 +0000 (22:05 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 18 Mar 2017 14:05:07 +0000 (22:05 +0800)
commit2ee025e9091ad90b5a2ce363dd8aedfa4946aa0c
treeef9afaf11d705173b1515a4bf0ee4257583fa4b4
parentba76e0567f7d2a329653566db1916ba8e514bbbd
4.10-stable patches

added patches:
act_connmark-avoid-crashing-on-malformed-nlattrs-with-null-parms.patch
amd-xgbe-be-sure-to-set-mdio-modes-on-device-re-start.patch
amd-xgbe-don-t-overwrite-sfp-phy-mod_absent-settings.patch
amd-xgbe-enable-irqs-only-if-napi_complete_done-is-true.patch
amd-xgbe-stop-the-phy-before-releasing-interrupts.patch
bonding-use-eth_max_mtu-as-max-mtu.patch
bridge-drop-netfilter-fake-rtable-unconditionally.patch
dccp-fix-memory-leak-during-tear-down-of-unsuccessful-connection-request.patch
dccp-fix-use-after-free-in-dccp_feat_activate_values.patch
dccp-tcp-fix-routing-redirect-race.patch
dccp-unlock-sock-before-calling-sk_free.patch
geneve-lock-rcu-on-tx-path.patch
ipv4-add-missing-initialization-for-flowi4_uid.patch
ipv4-mask-tos-for-input-route.patch
ipv6-avoid-write-to-a-possibly-cloned-skb.patch
ipv6-make-ecmp-route-replacement-less-greedy.patch
ipv6-orphan-skbs-in-reassembly-unit.patch
l2tp-avoid-use-after-free-caused-by-l2tp_ip_backlog_recv.patch
mlxsw-spectrum_router-avoid-potential-packets-loss.patch
mpls-do-not-decrement-alive-counter-for-unregister-events.patch
mpls-send-route-delete-notifications-when-router-module-is-unloaded.patch
net-bridge-allow-ipv6-when-multicast-flood-is-disabled.patch
net-don-t-call-strlen-on-the-user-buffer-in-packet_bind_spkt.patch
net-fix-socket-refcounting-in-skb_complete_tx_timestamp.patch
net-fix-socket-refcounting-in-skb_complete_wifi_ack.patch
net-mlx5e-do-not-reduce-lro-wqe-size-when-not-using-build_skb.patch
net-mlx5e-fix-broken-cqe-compression-initialization.patch
net-mlx5e-fix-wrong-cqe-decompression.patch
net-mlx5e-register-unregister-vport-representors-on-interface-attach-detach.patch
net-mlx5e-update-mpwqe-stride-size-when-modifying-cqe-compress-state.patch
net-net_enable_timestamp-can-be-called-from-irq-contexts.patch
net-sched-act_skbmod-remove-unneeded-rcu_read_unlock-in-tcf_skbmod_dump.patch
net-sched-actions-decrement-module-reference-count-after-table-flush.patch
net-tunnel-set-inner-protocol-in-network-gro-hooks.patch
net-use-net-count-to-check-whether-a-netns-is-alive-or-not.patch
sctp-deny-peeloff-operation-on-asocs-with-threads-sleeping-on-it.patch
sctp-set-sin_port-for-addr-param-when-checking-duplicate-address.patch
series
strparser-destroy-workqueue-on-module-exit.patch
tcp-dccp-block-bh-for-syn-processing.patch
tcp-fix-various-issues-for-sockets-morphing-to-listen-state.patch
team-use-eth_max_mtu-as-max-mtu.patch
tun-fix-premature-pollout-notification-on-tun-devices.patch
uapi-fix-linux-packet_diag.h-userspace-compilation-error.patch
vrf-fix-use-after-free-in-vrf_xmit.patch
vti6-return-gre_key-for-vti6.patch
vxlan-correctly-validate-vxlan-id-against-vxlan_n_vid.patch
vxlan-don-t-allow-overwrite-of-config-src-addr.patch
vxlan-lock-rcu-on-tx-path.patch
50 files changed:
queue-4.10/act_connmark-avoid-crashing-on-malformed-nlattrs-with-null-parms.patch [new file with mode: 0644]
queue-4.10/amd-xgbe-be-sure-to-set-mdio-modes-on-device-re-start.patch [new file with mode: 0644]
queue-4.10/amd-xgbe-don-t-overwrite-sfp-phy-mod_absent-settings.patch [new file with mode: 0644]
queue-4.10/amd-xgbe-enable-irqs-only-if-napi_complete_done-is-true.patch [new file with mode: 0644]
queue-4.10/amd-xgbe-stop-the-phy-before-releasing-interrupts.patch [new file with mode: 0644]
queue-4.10/bonding-use-eth_max_mtu-as-max-mtu.patch [new file with mode: 0644]
queue-4.10/bridge-drop-netfilter-fake-rtable-unconditionally.patch [new file with mode: 0644]
queue-4.10/dccp-fix-memory-leak-during-tear-down-of-unsuccessful-connection-request.patch [new file with mode: 0644]
queue-4.10/dccp-fix-use-after-free-in-dccp_feat_activate_values.patch [new file with mode: 0644]
queue-4.10/dccp-tcp-fix-routing-redirect-race.patch [new file with mode: 0644]
queue-4.10/dccp-unlock-sock-before-calling-sk_free.patch [new file with mode: 0644]
queue-4.10/geneve-lock-rcu-on-tx-path.patch [new file with mode: 0644]
queue-4.10/ipv4-add-missing-initialization-for-flowi4_uid.patch [new file with mode: 0644]
queue-4.10/ipv4-mask-tos-for-input-route.patch [new file with mode: 0644]
queue-4.10/ipv6-avoid-write-to-a-possibly-cloned-skb.patch [new file with mode: 0644]
queue-4.10/ipv6-make-ecmp-route-replacement-less-greedy.patch [new file with mode: 0644]
queue-4.10/ipv6-orphan-skbs-in-reassembly-unit.patch [new file with mode: 0644]
queue-4.10/l2tp-avoid-use-after-free-caused-by-l2tp_ip_backlog_recv.patch [new file with mode: 0644]
queue-4.10/mlxsw-spectrum_router-avoid-potential-packets-loss.patch [new file with mode: 0644]
queue-4.10/mpls-do-not-decrement-alive-counter-for-unregister-events.patch [new file with mode: 0644]
queue-4.10/mpls-send-route-delete-notifications-when-router-module-is-unloaded.patch [new file with mode: 0644]
queue-4.10/net-bridge-allow-ipv6-when-multicast-flood-is-disabled.patch [new file with mode: 0644]
queue-4.10/net-don-t-call-strlen-on-the-user-buffer-in-packet_bind_spkt.patch [new file with mode: 0644]
queue-4.10/net-fix-socket-refcounting-in-skb_complete_tx_timestamp.patch [new file with mode: 0644]
queue-4.10/net-fix-socket-refcounting-in-skb_complete_wifi_ack.patch [new file with mode: 0644]
queue-4.10/net-mlx5e-do-not-reduce-lro-wqe-size-when-not-using-build_skb.patch [new file with mode: 0644]
queue-4.10/net-mlx5e-fix-broken-cqe-compression-initialization.patch [new file with mode: 0644]
queue-4.10/net-mlx5e-fix-wrong-cqe-decompression.patch [new file with mode: 0644]
queue-4.10/net-mlx5e-register-unregister-vport-representors-on-interface-attach-detach.patch [new file with mode: 0644]
queue-4.10/net-mlx5e-update-mpwqe-stride-size-when-modifying-cqe-compress-state.patch [new file with mode: 0644]
queue-4.10/net-net_enable_timestamp-can-be-called-from-irq-contexts.patch [new file with mode: 0644]
queue-4.10/net-sched-act_skbmod-remove-unneeded-rcu_read_unlock-in-tcf_skbmod_dump.patch [new file with mode: 0644]
queue-4.10/net-sched-actions-decrement-module-reference-count-after-table-flush.patch [new file with mode: 0644]
queue-4.10/net-tunnel-set-inner-protocol-in-network-gro-hooks.patch [new file with mode: 0644]
queue-4.10/net-use-net-count-to-check-whether-a-netns-is-alive-or-not.patch [new file with mode: 0644]
queue-4.10/sctp-deny-peeloff-operation-on-asocs-with-threads-sleeping-on-it.patch [new file with mode: 0644]
queue-4.10/sctp-set-sin_port-for-addr-param-when-checking-duplicate-address.patch [new file with mode: 0644]
queue-4.10/series [new file with mode: 0644]
queue-4.10/strparser-destroy-workqueue-on-module-exit.patch [new file with mode: 0644]
queue-4.10/tcp-dccp-block-bh-for-syn-processing.patch [new file with mode: 0644]
queue-4.10/tcp-fix-various-issues-for-sockets-morphing-to-listen-state.patch [new file with mode: 0644]
queue-4.10/team-use-eth_max_mtu-as-max-mtu.patch [new file with mode: 0644]
queue-4.10/tun-fix-premature-pollout-notification-on-tun-devices.patch [new file with mode: 0644]
queue-4.10/uapi-fix-linux-packet_diag.h-userspace-compilation-error.patch [new file with mode: 0644]
queue-4.10/vrf-fix-use-after-free-in-vrf_xmit.patch [new file with mode: 0644]
queue-4.10/vti6-return-gre_key-for-vti6.patch [new file with mode: 0644]
queue-4.10/vxlan-correctly-validate-vxlan-id-against-vxlan_n_vid.patch [new file with mode: 0644]
queue-4.10/vxlan-don-t-allow-overwrite-of-config-src-addr.patch [new file with mode: 0644]
queue-4.10/vxlan-lock-rcu-on-tx-path.patch [new file with mode: 0644]
queue-4.9/series [new file with mode: 0644]