]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.9-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 21:08:33 +0000 (14:08 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 24 Jun 2013 21:08:33 +0000 (14:08 -0700)
commit6c7aacf6eb3956b8b3e54d4b5c00e5cab06e033a
tree9c4f7ebd242d6bc1db61c4e3977fd25976338e8e
parentc0884bda4ac3a1da2c805dcd9387b20855ab17d7
3.9-stable patches

added patches:
8139cp-reset-bql-when-ring-tx-ring-cleared.patch
gianfar-add-missing-iounmap-on-error-in-gianfar_ptp_probe.patch
ip_tunnel-fix-kernel-panic-with-icmp_dest_unreach.patch
ipv4-fix-redirect-handling-for-tcp-packets.patch
ipv6-assign-rt6_info-to-inet6_ifaddr-in-init_loopback.patch
ipv6-fix-possible-crashes-in-ip6_cork_release.patch
l2tp-fix-ppp-header-erasure-and-memory-leak.patch
l2tp-fix-sendmsg-return-value.patch
macvtap-set-transport-header-before-passing-skb-to-lower-device.patch
net-802-mrp-fix-lockdep-splat.patch
netback-set-transport-header-before-passing-it-to-kernel.patch
net-block-msg_cmsg_compat-in-send-m-msg-and-recv-m-msg.patch
net-core-sock.c-add-missing-vsock-string-in-af_family_-_key_strings.patch
net-fec-fix-kernel-oops-when-plug-unplug-cable-many-times.patch
net-force-a-reload-of-first-item-in-hlist_nulls_for_each_entry_rcu.patch
netlabel-improve-domain-mapping-validation.patch
net-phy-fix-a-bug-when-verify-the-eee-support.patch
net_sched-better-precise-estimation-on-packet-length-for-untrusted-packets.patch
net_sched-htb-do-not-mix-1ns-and-64ns-time-units.patch
net_sched-restore-overhead-xxx-handling.patch
net-sctp-fix-null-pointer-dereference-in-socket-destruction.patch
net-sh_eth-fix-incorrect-rx-length-error-if-r8a7740.patch
packet-packet_getname_spkt-make-sure-string-is-always-0-terminated.patch
packet-set-transport-header-before-doing-xmit.patch
r8169-fix-offloaded-tx-checksum-for-small-packets.patch
sctp-fully-initialize-sctp_outq-in-sctp_outq_init.patch
tcp-bug-fix-in-proportional-rate-reduction.patch
tcp-fix-tcp_md5_hash_skb_data.patch
tcp-xps-fix-reordering-issues.patch
team-check-return-value-of-team_get_port_by_index_rcu-for-null.patch
team-move-add-to-port-list-before-port-enablement.patch
tuntap-correct-the-return-value-in-tun_set_iff.patch
tuntap-forbid-changing-mq-flag-for-persistent-device.patch
tuntap-set-sock_zerocopy-flag-during-open.patch
tuntap-set-transport-header-before-passing-it-to-kernel.patch
udp6-fix-udp-fragmentation-for-tunnel-traffic.patch
vhost_net-clear-msg.control-for-non-zerocopy-case-during-tx.patch
vxlan-update-vxlan-fdb-used-field-after-each-usage.patch
xfrm-properly-handle-invalid-states-as-an-error.patch
40 files changed:
queue-3.9/8139cp-reset-bql-when-ring-tx-ring-cleared.patch [new file with mode: 0644]
queue-3.9/gianfar-add-missing-iounmap-on-error-in-gianfar_ptp_probe.patch [new file with mode: 0644]
queue-3.9/ip_tunnel-fix-kernel-panic-with-icmp_dest_unreach.patch [new file with mode: 0644]
queue-3.9/ipv4-fix-redirect-handling-for-tcp-packets.patch [new file with mode: 0644]
queue-3.9/ipv6-assign-rt6_info-to-inet6_ifaddr-in-init_loopback.patch [new file with mode: 0644]
queue-3.9/ipv6-fix-possible-crashes-in-ip6_cork_release.patch [new file with mode: 0644]
queue-3.9/l2tp-fix-ppp-header-erasure-and-memory-leak.patch [new file with mode: 0644]
queue-3.9/l2tp-fix-sendmsg-return-value.patch [new file with mode: 0644]
queue-3.9/macvtap-set-transport-header-before-passing-skb-to-lower-device.patch [new file with mode: 0644]
queue-3.9/net-802-mrp-fix-lockdep-splat.patch [new file with mode: 0644]
queue-3.9/net-block-msg_cmsg_compat-in-send-m-msg-and-recv-m-msg.patch [new file with mode: 0644]
queue-3.9/net-core-sock.c-add-missing-vsock-string-in-af_family_-_key_strings.patch [new file with mode: 0644]
queue-3.9/net-fec-fix-kernel-oops-when-plug-unplug-cable-many-times.patch [new file with mode: 0644]
queue-3.9/net-force-a-reload-of-first-item-in-hlist_nulls_for_each_entry_rcu.patch [new file with mode: 0644]
queue-3.9/net-phy-fix-a-bug-when-verify-the-eee-support.patch [new file with mode: 0644]
queue-3.9/net-sctp-fix-null-pointer-dereference-in-socket-destruction.patch [new file with mode: 0644]
queue-3.9/net-sh_eth-fix-incorrect-rx-length-error-if-r8a7740.patch [new file with mode: 0644]
queue-3.9/net_sched-better-precise-estimation-on-packet-length-for-untrusted-packets.patch [new file with mode: 0644]
queue-3.9/net_sched-htb-do-not-mix-1ns-and-64ns-time-units.patch [new file with mode: 0644]
queue-3.9/net_sched-restore-overhead-xxx-handling.patch [new file with mode: 0644]
queue-3.9/netback-set-transport-header-before-passing-it-to-kernel.patch [new file with mode: 0644]
queue-3.9/netlabel-improve-domain-mapping-validation.patch [new file with mode: 0644]
queue-3.9/packet-packet_getname_spkt-make-sure-string-is-always-0-terminated.patch [new file with mode: 0644]
queue-3.9/packet-set-transport-header-before-doing-xmit.patch [new file with mode: 0644]
queue-3.9/r8169-fix-offloaded-tx-checksum-for-small-packets.patch [new file with mode: 0644]
queue-3.9/sctp-fully-initialize-sctp_outq-in-sctp_outq_init.patch [new file with mode: 0644]
queue-3.9/series
queue-3.9/tcp-bug-fix-in-proportional-rate-reduction.patch [new file with mode: 0644]
queue-3.9/tcp-fix-tcp_md5_hash_skb_data.patch [new file with mode: 0644]
queue-3.9/tcp-xps-fix-reordering-issues.patch [new file with mode: 0644]
queue-3.9/team-check-return-value-of-team_get_port_by_index_rcu-for-null.patch [new file with mode: 0644]
queue-3.9/team-move-add-to-port-list-before-port-enablement.patch [new file with mode: 0644]
queue-3.9/tuntap-correct-the-return-value-in-tun_set_iff.patch [new file with mode: 0644]
queue-3.9/tuntap-forbid-changing-mq-flag-for-persistent-device.patch [new file with mode: 0644]
queue-3.9/tuntap-set-sock_zerocopy-flag-during-open.patch [new file with mode: 0644]
queue-3.9/tuntap-set-transport-header-before-passing-it-to-kernel.patch [new file with mode: 0644]
queue-3.9/udp6-fix-udp-fragmentation-for-tunnel-traffic.patch [new file with mode: 0644]
queue-3.9/vhost_net-clear-msg.control-for-non-zerocopy-case-during-tx.patch [new file with mode: 0644]
queue-3.9/vxlan-update-vxlan-fdb-used-field-after-each-usage.patch [new file with mode: 0644]
queue-3.9/xfrm-properly-handle-invalid-states-as-an-error.patch [new file with mode: 0644]