]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.15-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Jul 2014 17:21:09 +0000 (10:21 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 26 Jul 2014 17:21:09 +0000 (10:21 -0700)
commite7bf6196e7b84fb038ecf44d0c0e041d421d1f8f
tree6358f5f4b71748c2c54c6bc433f039a8a2033cdb
parent90c252419c877830ee593b7b68776b8e46a37b5c
3.15-stable patches

added patches:
8021q-fix-a-potential-memory-leak.patch
appletalk-fix-socket-referencing-in-skb.patch
be2net-set-eq-db-clear-intr-bit-in-be_open.patch
bnx2x-fix-possible-panic-under-memory-stress.patch
bonding-fix-ad_select-module-param-check.patch
dns_resolver-assure-that-dns_query-result-is-null-terminated.patch
dns_resolver-null-terminate-the-right-string.patch
drivers-net-cpsw-fix-dual-emac-stall-when-connected-to-same-switch.patch
igmp-fix-the-problem-when-mc-leave-group.patch
ip_tunnel-fix-ip_tunnel_lookup.patch
ipv4-fix-buffer-overflow-in-ip_options_compile.patch
ipv4-fix-dst-race-in-sk_dst_get.patch
ipv4-icmp-fix-pmtu-handling-for-rare-case.patch
ipv4-irq-safe-sk_dst_set-and-ipv4_sk_update_pmtu-fix.patch
net-filter-fix-upper-bpf-instruction-limit.patch
net-fix-netdev_change-notifier-usage-causing-spurious-arp-flush.patch
net-fix-sparse-warning-in-sk_dst_set.patch
net-fix-udp-tunnel-gso-of-frag_list-gro-packets.patch
net-gre-gro-fix-a-bug-that-breaks-the-forwarding-path.patch
net-huawei_cdc_ncm-add-subclass-3-devices.patch
net-huawei_cdc_ncm-increase-command-buffer-size.patch
net-mlx4_core-fix-the-error-flow-when-probing-with-invalid-vf-configuration.patch
net-mlx4_en-don-t-configure-the-hw-vxlan-parser-when-vxlan-offloading-isn-t-set.patch
net-mvneta-fix-big-endian-issue-in-mvneta_txq_desc_csum.patch
net-mvneta-fix-operation-in-10-mbit-s-mode.patch
net-ppp-don-t-call-sk_chk_filter-twice.patch
net-ppp-fix-creating-ppp-pass-and-active-filters.patch
net-pppoe-use-correct-channel-mtu-when-using-multilink-ppp.patch
net-qmi_wwan-add-id-for-telewell-tw-lte-4g-v2.patch
net-qmi_wwan-add-two-sierra-wireless-netgear-devices.patch
net-sctp-check-proc_dointvec-result-in-proc_sctp_do_auth.patch
net-sctp-fix-information-leaks-in-ulpevent-layer.patch
net-sctp-propagate-sysctl-errors-from-proc_do-properly.patch
netlink-fix-handling-of-error-from-netlink_dump.patch
r8152-fix-r8152_csum_workaround-function.patch
slcan-port-write_wakeup-deadlock-fix-from-slip.patch
slip-fix-deadlock-in-write_wakeup.patch
sunvnet-clean-up-objects-created-in-vnet_new-on-vnet_exit.patch
tcp-fix-divide-by-zero-when-pushing-during-tcp-repair.patch
tcp-fix-false-undo-corner-cases.patch
tcp-fix-tcp_match_skb_to_sack-for-unaligned-sack-at-end-of-an-skb.patch
tipc-clear-next-pointer-of-message-fragments-before-reassembly.patch
vlan-free-percpu-stats-in-device-destructor.patch
xen-netback-fix-handling-frag_list-on-grant-op-error-path.patch
xen-netback-fix-pointer-incrementation-to-avoid-incorrect-logging.patch
xen-netback-fix-releasing-frag_list-skbs-in-error-path.patch
xen-netback-fix-releasing-header-slot-on-error-path.patch
48 files changed:
queue-3.15/8021q-fix-a-potential-memory-leak.patch [new file with mode: 0644]
queue-3.15/appletalk-fix-socket-referencing-in-skb.patch [new file with mode: 0644]
queue-3.15/be2net-set-eq-db-clear-intr-bit-in-be_open.patch [new file with mode: 0644]
queue-3.15/bnx2x-fix-possible-panic-under-memory-stress.patch [new file with mode: 0644]
queue-3.15/bonding-fix-ad_select-module-param-check.patch [new file with mode: 0644]
queue-3.15/dns_resolver-assure-that-dns_query-result-is-null-terminated.patch [new file with mode: 0644]
queue-3.15/dns_resolver-null-terminate-the-right-string.patch [new file with mode: 0644]
queue-3.15/drivers-net-cpsw-fix-dual-emac-stall-when-connected-to-same-switch.patch [new file with mode: 0644]
queue-3.15/igmp-fix-the-problem-when-mc-leave-group.patch [new file with mode: 0644]
queue-3.15/ip_tunnel-fix-ip_tunnel_lookup.patch [new file with mode: 0644]
queue-3.15/ipv4-fix-buffer-overflow-in-ip_options_compile.patch [new file with mode: 0644]
queue-3.15/ipv4-fix-dst-race-in-sk_dst_get.patch [new file with mode: 0644]
queue-3.15/ipv4-icmp-fix-pmtu-handling-for-rare-case.patch [new file with mode: 0644]
queue-3.15/ipv4-irq-safe-sk_dst_set-and-ipv4_sk_update_pmtu-fix.patch [new file with mode: 0644]
queue-3.15/net-filter-fix-upper-bpf-instruction-limit.patch [new file with mode: 0644]
queue-3.15/net-fix-netdev_change-notifier-usage-causing-spurious-arp-flush.patch [new file with mode: 0644]
queue-3.15/net-fix-sparse-warning-in-sk_dst_set.patch [new file with mode: 0644]
queue-3.15/net-fix-udp-tunnel-gso-of-frag_list-gro-packets.patch [new file with mode: 0644]
queue-3.15/net-gre-gro-fix-a-bug-that-breaks-the-forwarding-path.patch [new file with mode: 0644]
queue-3.15/net-huawei_cdc_ncm-add-subclass-3-devices.patch [new file with mode: 0644]
queue-3.15/net-huawei_cdc_ncm-increase-command-buffer-size.patch [new file with mode: 0644]
queue-3.15/net-mlx4_core-fix-the-error-flow-when-probing-with-invalid-vf-configuration.patch [new file with mode: 0644]
queue-3.15/net-mlx4_en-don-t-configure-the-hw-vxlan-parser-when-vxlan-offloading-isn-t-set.patch [new file with mode: 0644]
queue-3.15/net-mvneta-fix-big-endian-issue-in-mvneta_txq_desc_csum.patch [new file with mode: 0644]
queue-3.15/net-mvneta-fix-operation-in-10-mbit-s-mode.patch [new file with mode: 0644]
queue-3.15/net-ppp-don-t-call-sk_chk_filter-twice.patch [new file with mode: 0644]
queue-3.15/net-ppp-fix-creating-ppp-pass-and-active-filters.patch [new file with mode: 0644]
queue-3.15/net-pppoe-use-correct-channel-mtu-when-using-multilink-ppp.patch [new file with mode: 0644]
queue-3.15/net-qmi_wwan-add-id-for-telewell-tw-lte-4g-v2.patch [new file with mode: 0644]
queue-3.15/net-qmi_wwan-add-two-sierra-wireless-netgear-devices.patch [new file with mode: 0644]
queue-3.15/net-sctp-check-proc_dointvec-result-in-proc_sctp_do_auth.patch [new file with mode: 0644]
queue-3.15/net-sctp-fix-information-leaks-in-ulpevent-layer.patch [new file with mode: 0644]
queue-3.15/net-sctp-propagate-sysctl-errors-from-proc_do-properly.patch [new file with mode: 0644]
queue-3.15/netlink-fix-handling-of-error-from-netlink_dump.patch [new file with mode: 0644]
queue-3.15/r8152-fix-r8152_csum_workaround-function.patch [new file with mode: 0644]
queue-3.15/series
queue-3.15/slcan-port-write_wakeup-deadlock-fix-from-slip.patch [new file with mode: 0644]
queue-3.15/slip-fix-deadlock-in-write_wakeup.patch [new file with mode: 0644]
queue-3.15/sunvnet-clean-up-objects-created-in-vnet_new-on-vnet_exit.patch [new file with mode: 0644]
queue-3.15/tcp-fix-divide-by-zero-when-pushing-during-tcp-repair.patch [new file with mode: 0644]
queue-3.15/tcp-fix-false-undo-corner-cases.patch [new file with mode: 0644]
queue-3.15/tcp-fix-tcp_match_skb_to_sack-for-unaligned-sack-at-end-of-an-skb.patch [new file with mode: 0644]
queue-3.15/tipc-clear-next-pointer-of-message-fragments-before-reassembly.patch [new file with mode: 0644]
queue-3.15/vlan-free-percpu-stats-in-device-destructor.patch [new file with mode: 0644]
queue-3.15/xen-netback-fix-handling-frag_list-on-grant-op-error-path.patch [new file with mode: 0644]
queue-3.15/xen-netback-fix-pointer-incrementation-to-avoid-incorrect-logging.patch [new file with mode: 0644]
queue-3.15/xen-netback-fix-releasing-frag_list-skbs-in-error-path.patch [new file with mode: 0644]
queue-3.15/xen-netback-fix-releasing-header-slot-on-error-path.patch [new file with mode: 0644]