]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.10-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2014 04:03:31 +0000 (21:03 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 29 May 2014 04:03:31 +0000 (21:03 -0700)
commit87faf53de504557bd0218a05725296adb13a5ed0
tree8282e3ff6a49767fae8969fba47dde22905a483f
parent01c49ea33fe7ac13c8fcbb5d968a93dd6634a04b
3.10-stable patches

added patches:
bonding-remove-debug_fs-files-when-module-init-fails.patch
bridge-fix-double-free-and-memory-leak-around-br_allowed_ingress.patch
bridge-handle-ifla_address-correctly-when-creating-bridge-device.patch
filter-prevent-nla-extensions-to-peek-beyond-the-end-of-the-message.patch
gre-don-t-allow-to-add-the-same-tunnel-twice.patch
ip6_gre-don-t-allow-to-remove-the-fb_tunnel_dev.patch
ip6_tunnel-fix-potential-null-pointer-dereference.patch
ipv4-fib_semantics-increment-fib_info_cnt-after-fib_info-allocation.patch
ipv4-initialise-the-itag-variable-in-__mkroute_input.patch
ipv4-return-valid-rta_iif-on-ip-route-get.patch
ipv6-fib-fix-fib-dump-restart.patch
ipv6-limit-mtu-to-65575-bytes.patch
l2tp-take-pmtu-from-tunnel-udp-socket.patch
list-introduce-list_next_entry-and-list_prev_entry.patch
macvlan-don-t-propagate-iff_allmulti-changes-on-down-interfaces.patch
net-cdc_mbim-handle-unaccelerated-vlan-tagged-frames.patch
net-core-don-t-account-for-udp-header-size-when-computing-seglen.patch
net-fix-ns_capable-check-in-sock_diag_put_filterinfo.patch
net-gro-reset-skb-truesize-in-napi_reuse_skb.patch
net-ipv4-current-group_info-should-be-put-after-using.patch
net-ipv4-ip_forward-fix-inverted-local_df-test.patch
net-ipv6-send-pkttoobig-immediately-if-orig-frag-size-mtu.patch
net-qmi_wwan-add-alcatel-l800ma.patch
net-qmi_wwan-add-a-number-of-cmotech-devices.patch
net-qmi_wwan-add-a-number-of-dell-devices.patch
net-qmi_wwan-add-olivetti-olicard-500.patch
net-qmi_wwan-add-option-gtm681w.patch
net-qmi_wwan-add-sierra-wireless-em7355.patch
net-qmi_wwan-add-sierra-wireless-mc7305-mc7355.patch
net-qmi_wwan-add-sierra-wireless-mc73xx.patch
net-qmi_wwan-add-support-for-cinterion-pxs8-and-phs8.patch
net-qmi_wwan-add-telit-le920-newer-firmware-support.patch
net-qmi_wwan-add-tp-link-ma260.patch
net-qmi_wwan-add-zte-mf667.patch
net-qmi_wwan-fix-cinterion-plxx-product-id.patch
net-qmi_wwan-fixup-sierra-wireless-mc8305-entry.patch
net-qmi_wwan-olivetti-olicard-200-support.patch
net-sctp-cache-auth_enable-per-endpoint.patch
net-sctp-test-if-association-is-dead-in-sctp_wake_up_waiters.patch
net-sctp-wake-up-all-assocs-if-sndbuf-policy-is-per-socket.patch
qmi_wwan-add-onda-mt689dc-device-id-fwd.patch
revert-macvlan-fix-checksums-error-when-we-are-in-bridge-mode.patch
rtnetlink-only-supply-ifla_vf_ports-information-when-rtext_filter_vf-is-set.patch
rtnetlink-warn-when-interface-s-information-won-t-fit-in-our-packet.patch
sctp-reset-flowi4_oif-parameter-on-route-lookup.patch
tcp_cubic-fix-the-range-of-delayed_ack.patch
tg3-update-rx_jumbo_pending-ring-param-only-when-jumbo-frames-are-enabled.patch
vlan-fix-lockdep-warning-when-vlan-dev-handle-notification.patch
vti-don-t-allow-to-add-the-same-tunnel-twice.patch
50 files changed:
queue-3.10/bonding-remove-debug_fs-files-when-module-init-fails.patch [new file with mode: 0644]
queue-3.10/bridge-fix-double-free-and-memory-leak-around-br_allowed_ingress.patch [new file with mode: 0644]
queue-3.10/bridge-handle-ifla_address-correctly-when-creating-bridge-device.patch [new file with mode: 0644]
queue-3.10/filter-prevent-nla-extensions-to-peek-beyond-the-end-of-the-message.patch [new file with mode: 0644]
queue-3.10/gre-don-t-allow-to-add-the-same-tunnel-twice.patch [new file with mode: 0644]
queue-3.10/ip6_gre-don-t-allow-to-remove-the-fb_tunnel_dev.patch [new file with mode: 0644]
queue-3.10/ip6_tunnel-fix-potential-null-pointer-dereference.patch [new file with mode: 0644]
queue-3.10/ipv4-fib_semantics-increment-fib_info_cnt-after-fib_info-allocation.patch [new file with mode: 0644]
queue-3.10/ipv4-initialise-the-itag-variable-in-__mkroute_input.patch [new file with mode: 0644]
queue-3.10/ipv4-return-valid-rta_iif-on-ip-route-get.patch [new file with mode: 0644]
queue-3.10/ipv6-fib-fix-fib-dump-restart.patch [new file with mode: 0644]
queue-3.10/ipv6-limit-mtu-to-65575-bytes.patch [new file with mode: 0644]
queue-3.10/l2tp-take-pmtu-from-tunnel-udp-socket.patch [new file with mode: 0644]
queue-3.10/list-introduce-list_next_entry-and-list_prev_entry.patch [new file with mode: 0644]
queue-3.10/macvlan-don-t-propagate-iff_allmulti-changes-on-down-interfaces.patch [new file with mode: 0644]
queue-3.10/net-cdc_mbim-handle-unaccelerated-vlan-tagged-frames.patch [new file with mode: 0644]
queue-3.10/net-core-don-t-account-for-udp-header-size-when-computing-seglen.patch [new file with mode: 0644]
queue-3.10/net-fix-ns_capable-check-in-sock_diag_put_filterinfo.patch [new file with mode: 0644]
queue-3.10/net-gro-reset-skb-truesize-in-napi_reuse_skb.patch [new file with mode: 0644]
queue-3.10/net-ipv4-current-group_info-should-be-put-after-using.patch [new file with mode: 0644]
queue-3.10/net-ipv4-ip_forward-fix-inverted-local_df-test.patch [new file with mode: 0644]
queue-3.10/net-ipv6-send-pkttoobig-immediately-if-orig-frag-size-mtu.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-a-number-of-cmotech-devices.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-a-number-of-dell-devices.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-alcatel-l800ma.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-olivetti-olicard-500.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-option-gtm681w.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-sierra-wireless-em7355.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-sierra-wireless-mc7305-mc7355.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-sierra-wireless-mc73xx.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-support-for-cinterion-pxs8-and-phs8.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-telit-le920-newer-firmware-support.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-tp-link-ma260.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-add-zte-mf667.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-fix-cinterion-plxx-product-id.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-fixup-sierra-wireless-mc8305-entry.patch [new file with mode: 0644]
queue-3.10/net-qmi_wwan-olivetti-olicard-200-support.patch [new file with mode: 0644]
queue-3.10/net-sctp-cache-auth_enable-per-endpoint.patch [new file with mode: 0644]
queue-3.10/net-sctp-test-if-association-is-dead-in-sctp_wake_up_waiters.patch [new file with mode: 0644]
queue-3.10/net-sctp-wake-up-all-assocs-if-sndbuf-policy-is-per-socket.patch [new file with mode: 0644]
queue-3.10/qmi_wwan-add-onda-mt689dc-device-id-fwd.patch [new file with mode: 0644]
queue-3.10/revert-macvlan-fix-checksums-error-when-we-are-in-bridge-mode.patch [new file with mode: 0644]
queue-3.10/rtnetlink-only-supply-ifla_vf_ports-information-when-rtext_filter_vf-is-set.patch [new file with mode: 0644]
queue-3.10/rtnetlink-warn-when-interface-s-information-won-t-fit-in-our-packet.patch [new file with mode: 0644]
queue-3.10/sctp-reset-flowi4_oif-parameter-on-route-lookup.patch [new file with mode: 0644]
queue-3.10/series
queue-3.10/tcp_cubic-fix-the-range-of-delayed_ack.patch [new file with mode: 0644]
queue-3.10/tg3-update-rx_jumbo_pending-ring-param-only-when-jumbo-frames-are-enabled.patch [new file with mode: 0644]
queue-3.10/vlan-fix-lockdep-warning-when-vlan-dev-handle-notification.patch [new file with mode: 0644]
queue-3.10/vti-don-t-allow-to-add-the-same-tunnel-twice.patch [new file with mode: 0644]