]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.4-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Mar 2013 21:19:37 +0000 (14:19 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 22 Mar 2013 21:19:37 +0000 (14:19 -0700)
commit41b4b2f0eb55bc5dd4425bbc4110627108568b67
treefb93f2b88a9f9100d3c0d25c310c182e39da9799
parentd6e9c606b7171c5e2d87e0856ccd5b632ed43de1
3.4-stable patches

added patches:
bnx2x-fix-occasional-statistics-off-by-4gb-error.patch
bonding-don-t-call-update_speed_duplex-under-spinlocks.patch
inet-limit-length-of-fragment-queue-hash-table-bucket-lists.patch
ipv4-fix-definition-of-fib_table_hashsz.patch
netconsole-don-t-call-__netpoll_cleanup-while-atomic.patch
net-ipv4-ensure-that-location-of-timestamp-option-is-stored.patch
rtnetlink-mask-the-rta_type-when-range-checking.patch
sctp-don-t-break-the-loop-while-meeting-the-active_path-so-as-to-find-the-matched-transport.patch
sctp-use-correct-sideffect-command-in-duplicate-cookie-handling.patch
sfc-add-parentheses-around-use-of-bitfield-macro-arguments.patch
sfc-avoid-generating-over-length-mc_cmd_flush_rx_queues-request.patch
sfc-convert-firmware-subtypes-to-native-byte-order-in-efx_mcdi_get_board_cfg.patch
sfc-correctly-initialise-reset_method-in-siena_test_chip.patch
sfc-detach-net-device-when-stopping-queues-for-reconfiguration.patch
sfc-disable-soft-interrupt-handling-during-efx_device_detach_sync.patch
sfc-disable-vf-queues-during-register-self-test.patch
sfc-do-not-attempt-to-flush-queues-if-dma-is-disabled.patch
sfc-fix-efx_rx_buf_offset-in-the-presence-of-swiotlb.patch
sfc-fix-mcdi-structure-field-lookup.patch
sfc-fix-timekeeping-in-efx_mcdi_poll.patch
sfc-lock-tx-queues-when-calling-netif_device_detach.patch
sfc-only-use-tx-push-if-a-single-descriptor-is-to-be-written.patch
sfc-properly-sync-rx-dma-buffer-when-it-is-not-the-last-in-the-page.patch
sfc-really-disable-flow-control-while-flushing.patch
sfc-work-around-flush-timeout-when-flushes-have-completed.patch
tcp-fix-skb_availroom.patch
tg3-5715-does-not-link-up-when-autoneg-off.patch
vhost-net-fix-heads-usage-of-ubuf_info.patch
29 files changed:
queue-3.4/bnx2x-fix-occasional-statistics-off-by-4gb-error.patch [new file with mode: 0644]
queue-3.4/bonding-don-t-call-update_speed_duplex-under-spinlocks.patch [new file with mode: 0644]
queue-3.4/inet-limit-length-of-fragment-queue-hash-table-bucket-lists.patch [new file with mode: 0644]
queue-3.4/ipv4-fix-definition-of-fib_table_hashsz.patch [new file with mode: 0644]
queue-3.4/net-ipv4-ensure-that-location-of-timestamp-option-is-stored.patch [new file with mode: 0644]
queue-3.4/netconsole-don-t-call-__netpoll_cleanup-while-atomic.patch [new file with mode: 0644]
queue-3.4/rtnetlink-mask-the-rta_type-when-range-checking.patch [new file with mode: 0644]
queue-3.4/sctp-don-t-break-the-loop-while-meeting-the-active_path-so-as-to-find-the-matched-transport.patch [new file with mode: 0644]
queue-3.4/sctp-use-correct-sideffect-command-in-duplicate-cookie-handling.patch [new file with mode: 0644]
queue-3.4/series
queue-3.4/sfc-add-parentheses-around-use-of-bitfield-macro-arguments.patch [new file with mode: 0644]
queue-3.4/sfc-avoid-generating-over-length-mc_cmd_flush_rx_queues-request.patch [new file with mode: 0644]
queue-3.4/sfc-convert-firmware-subtypes-to-native-byte-order-in-efx_mcdi_get_board_cfg.patch [new file with mode: 0644]
queue-3.4/sfc-correctly-initialise-reset_method-in-siena_test_chip.patch [new file with mode: 0644]
queue-3.4/sfc-detach-net-device-when-stopping-queues-for-reconfiguration.patch [new file with mode: 0644]
queue-3.4/sfc-disable-soft-interrupt-handling-during-efx_device_detach_sync.patch [new file with mode: 0644]
queue-3.4/sfc-disable-vf-queues-during-register-self-test.patch [new file with mode: 0644]
queue-3.4/sfc-do-not-attempt-to-flush-queues-if-dma-is-disabled.patch [new file with mode: 0644]
queue-3.4/sfc-fix-efx_rx_buf_offset-in-the-presence-of-swiotlb.patch [new file with mode: 0644]
queue-3.4/sfc-fix-mcdi-structure-field-lookup.patch [new file with mode: 0644]
queue-3.4/sfc-fix-timekeeping-in-efx_mcdi_poll.patch [new file with mode: 0644]
queue-3.4/sfc-lock-tx-queues-when-calling-netif_device_detach.patch [new file with mode: 0644]
queue-3.4/sfc-only-use-tx-push-if-a-single-descriptor-is-to-be-written.patch [new file with mode: 0644]
queue-3.4/sfc-properly-sync-rx-dma-buffer-when-it-is-not-the-last-in-the-page.patch [new file with mode: 0644]
queue-3.4/sfc-really-disable-flow-control-while-flushing.patch [new file with mode: 0644]
queue-3.4/sfc-work-around-flush-timeout-when-flushes-have-completed.patch [new file with mode: 0644]
queue-3.4/tcp-fix-skb_availroom.patch [new file with mode: 0644]
queue-3.4/tg3-5715-does-not-link-up-when-autoneg-off.patch [new file with mode: 0644]
queue-3.4/vhost-net-fix-heads-usage-of-ubuf_info.patch [new file with mode: 0644]