]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.13-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2014 04:37:37 +0000 (20:37 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 28 Feb 2014 04:37:37 +0000 (20:37 -0800)
commitb72aa78914cf82e0e39cf561869b93f4ed0ea481
treef8f7a5f79146cc5d0f470a973384280d1d31c266
parent8c518c37a555b02fe95e119999ed7a664c67412e
3.13-stable patches

added patches:
6lowpan-fix-lockdep-splats.patch
9p-trans_virtio.c-fix-broken-zero-copy-on-vmalloc-buffers.patch
batman-adv-avoid-double-free-when-orig_node-initialization-fails.patch
batman-adv-avoid-potential-race-condition-when-adding-a-new-neighbour.patch
batman-adv-fix-potential-kernel-paging-error-for-unicast-transmissions.patch
batman-adv-fix-potential-orig_node-reference-leak.patch
batman-adv-fix-soft-interface-mtu-computation.patch
batman-adv-fix-tt-crc-computation-by-ensuring-byte-order.patch
batman-adv-fix-tt-tvlv-parsing-on-ogm-reception.patch
batman-adv-free-skb-on-tvlv-parsing-success.patch
batman-adv-properly-check-pskb_may_pull-return-value.patch
batman-adv-release-vlan-object-after-checking-the-crc.patch
bonding-802.3ad-make-aggregator_identifier-bond-private.patch
bridge-fix-netconsole-setup-over-bridge.patch
can-add-destructor-for-self-generated-skbs.patch
gre-add-link-local-route-when-local-addr-is-any.patch
hyperv-fix-the-carrier-status-setting.patch
ipv4-fix-counter-in_slow_tot.patch
ipv4-fix-runtime-warning-in-rtmsg_ifa.patch
net-add-and-use-skb_gso_transport_seglen.patch
net-asix-add-missing-flag-to-struct-driver_info.patch
net-core-introduce-netif_skb_dev_features.patch
net-fix-ip-rule-iif-oif-device-rename.patch
net-ip-ipv6-handle-gso-skbs-in-forwarding-path.patch
net-mvneta-add-missing-bit-descriptions-for-interrupt-masks-and-causes.patch
net-mvneta-do-not-schedule-in-mvneta_tx_timeout.patch
net-mvneta-increase-the-64-bit-rx-tx-stats-out-of-the-hot-path.patch
net-mvneta-replace-tx-timer-with-a-real-interrupt.patch
net-mvneta-use-per_cpu-stats-to-fix-an-smp-lock-up.patch
netpoll-fix-netconsole-ipv6-setup.patch
net-qmi_wwan-add-netgear-aircard-340u.patch
net-sctp-fix-sctp_connectx-abi-for-ia32-emulation-compat-mode.patch
net-use-__gfp_noretry-for-high-order-allocations.patch
tcp-tsq-fix-nonagle-handling.patch
tg3-fix-deadlock-in-tg3_change_mtu.patch
usbnet-remove-generic-hard_header_len-check.patch
vhost-fix-ref-cnt-checking-deadlock.patch
38 files changed:
queue-3.13/6lowpan-fix-lockdep-splats.patch [new file with mode: 0644]
queue-3.13/9p-trans_virtio.c-fix-broken-zero-copy-on-vmalloc-buffers.patch [new file with mode: 0644]
queue-3.13/batman-adv-avoid-double-free-when-orig_node-initialization-fails.patch [new file with mode: 0644]
queue-3.13/batman-adv-avoid-potential-race-condition-when-adding-a-new-neighbour.patch [new file with mode: 0644]
queue-3.13/batman-adv-fix-potential-kernel-paging-error-for-unicast-transmissions.patch [new file with mode: 0644]
queue-3.13/batman-adv-fix-potential-orig_node-reference-leak.patch [new file with mode: 0644]
queue-3.13/batman-adv-fix-soft-interface-mtu-computation.patch [new file with mode: 0644]
queue-3.13/batman-adv-fix-tt-crc-computation-by-ensuring-byte-order.patch [new file with mode: 0644]
queue-3.13/batman-adv-fix-tt-tvlv-parsing-on-ogm-reception.patch [new file with mode: 0644]
queue-3.13/batman-adv-free-skb-on-tvlv-parsing-success.patch [new file with mode: 0644]
queue-3.13/batman-adv-properly-check-pskb_may_pull-return-value.patch [new file with mode: 0644]
queue-3.13/batman-adv-release-vlan-object-after-checking-the-crc.patch [new file with mode: 0644]
queue-3.13/bonding-802.3ad-make-aggregator_identifier-bond-private.patch [new file with mode: 0644]
queue-3.13/bridge-fix-netconsole-setup-over-bridge.patch [new file with mode: 0644]
queue-3.13/can-add-destructor-for-self-generated-skbs.patch [new file with mode: 0644]
queue-3.13/gre-add-link-local-route-when-local-addr-is-any.patch [new file with mode: 0644]
queue-3.13/hyperv-fix-the-carrier-status-setting.patch [new file with mode: 0644]
queue-3.13/ipv4-fix-counter-in_slow_tot.patch [new file with mode: 0644]
queue-3.13/ipv4-fix-runtime-warning-in-rtmsg_ifa.patch [new file with mode: 0644]
queue-3.13/net-add-and-use-skb_gso_transport_seglen.patch [new file with mode: 0644]
queue-3.13/net-asix-add-missing-flag-to-struct-driver_info.patch [new file with mode: 0644]
queue-3.13/net-core-introduce-netif_skb_dev_features.patch [new file with mode: 0644]
queue-3.13/net-fix-ip-rule-iif-oif-device-rename.patch [new file with mode: 0644]
queue-3.13/net-ip-ipv6-handle-gso-skbs-in-forwarding-path.patch [new file with mode: 0644]
queue-3.13/net-mvneta-add-missing-bit-descriptions-for-interrupt-masks-and-causes.patch [new file with mode: 0644]
queue-3.13/net-mvneta-do-not-schedule-in-mvneta_tx_timeout.patch [new file with mode: 0644]
queue-3.13/net-mvneta-increase-the-64-bit-rx-tx-stats-out-of-the-hot-path.patch [new file with mode: 0644]
queue-3.13/net-mvneta-replace-tx-timer-with-a-real-interrupt.patch [new file with mode: 0644]
queue-3.13/net-mvneta-use-per_cpu-stats-to-fix-an-smp-lock-up.patch [new file with mode: 0644]
queue-3.13/net-qmi_wwan-add-netgear-aircard-340u.patch [new file with mode: 0644]
queue-3.13/net-sctp-fix-sctp_connectx-abi-for-ia32-emulation-compat-mode.patch [new file with mode: 0644]
queue-3.13/net-use-__gfp_noretry-for-high-order-allocations.patch [new file with mode: 0644]
queue-3.13/netpoll-fix-netconsole-ipv6-setup.patch [new file with mode: 0644]
queue-3.13/series
queue-3.13/tcp-tsq-fix-nonagle-handling.patch [new file with mode: 0644]
queue-3.13/tg3-fix-deadlock-in-tg3_change_mtu.patch [new file with mode: 0644]
queue-3.13/usbnet-remove-generic-hard_header_len-check.patch [new file with mode: 0644]
queue-3.13/vhost-fix-ref-cnt-checking-deadlock.patch [new file with mode: 0644]