]> git.ipfire.org Git - thirdparty/kernel/stable-queue.git/commit
3.19-stable patches
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2015 12:45:28 +0000 (13:45 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 11 Mar 2015 12:45:28 +0000 (13:45 +0100)
commit373f9370ea9e84e640fea92ccf2faeb231ab76dc
treed4267adc1c42924c9ae34efacb7f3e570759d16b
parent3ee990c1230825be053df549cb774dea802c775a
3.19-stable patches

added patches:
ematch-fix-auto-loading-of-ematch-modules.patch
flowcache-fix-kernel-panic-in-flow_cache_flush_task.patch
gen_stats.c-duplicate-xstats-buffer-for-later-use.patch
ipv4-ip_check_defrag-should-correctly-check-return-value-of-skb_copy_bits.patch
ipv4-ip_check_defrag-should-not-assume-that-skb_network_offset-is-zero.patch
ipv6-addrconf-add-missing-validate_link_af-handler.patch
ipv6-fix-fragment-id-assignment-on-le-arches.patch
ipv6-fix-ipv6_cow_metrics-for-non-dst_host-case.patch
ipv6-make-__ipv6_select_ident-static.patch
macvtap-make-sure-neighbour-code-can-push-ethernet-header.patch
net-bcmgenet-fix-software-maintained-statistics.patch
net-bcmgenet-fix-throughtput-regression.patch
net-compat-ignore-msg_cmsg_compat-in-compat_sys_-send-recv-msg.patch
net-do-not-use-rcu-in-rtnl_dump_ifinfo.patch
net-phy-fix-verification-of-eee-support-in-phy_init_eee.patch
net-ping-return-eafnosupport-when-appropriate.patch
net-pktgen-disable-xmit_clone-on-virtual-devices.patch
net-reject-creation-of-netdev-names-with-colons.patch
openvswitch-fix-net-exit.patch
pktgen-fix-udp-checksum-computation.patch
revert-r8169-add-support-for-byte-queue-limits.patch
rtnetlink-call-dellink-on-failure-when-newlink-exists.patch
rtnetlink-ifla_vf_policy-fix-misuses-of-nla_binary.patch
sh_eth-fix-lost-mac-address-on-kexec.patch
sock-sock_dequeue_err_skb-needs-hard-irq-safety.patch
tcp-make-sure-skb-is-not-shared-before-using-skb_get.patch
team-don-t-traverse-port-list-using-rcu-in-team_set_mac_address.patch
team-fix-possible-null-pointer-dereference-in-team_handle_frame.patch
udp-only-allow-ufo-for-packets-from-sock_dgram-sockets.patch
usb-plusb-add-support-for-national-instruments-host-to-host-cable.patch
30 files changed:
queue-3.19/ematch-fix-auto-loading-of-ematch-modules.patch [new file with mode: 0644]
queue-3.19/flowcache-fix-kernel-panic-in-flow_cache_flush_task.patch [new file with mode: 0644]
queue-3.19/gen_stats.c-duplicate-xstats-buffer-for-later-use.patch [new file with mode: 0644]
queue-3.19/ipv4-ip_check_defrag-should-correctly-check-return-value-of-skb_copy_bits.patch [new file with mode: 0644]
queue-3.19/ipv4-ip_check_defrag-should-not-assume-that-skb_network_offset-is-zero.patch [new file with mode: 0644]
queue-3.19/ipv6-addrconf-add-missing-validate_link_af-handler.patch [new file with mode: 0644]
queue-3.19/ipv6-fix-fragment-id-assignment-on-le-arches.patch [new file with mode: 0644]
queue-3.19/ipv6-fix-ipv6_cow_metrics-for-non-dst_host-case.patch [new file with mode: 0644]
queue-3.19/ipv6-make-__ipv6_select_ident-static.patch [new file with mode: 0644]
queue-3.19/macvtap-make-sure-neighbour-code-can-push-ethernet-header.patch [new file with mode: 0644]
queue-3.19/net-bcmgenet-fix-software-maintained-statistics.patch [new file with mode: 0644]
queue-3.19/net-bcmgenet-fix-throughtput-regression.patch [new file with mode: 0644]
queue-3.19/net-compat-ignore-msg_cmsg_compat-in-compat_sys_-send-recv-msg.patch [new file with mode: 0644]
queue-3.19/net-do-not-use-rcu-in-rtnl_dump_ifinfo.patch [new file with mode: 0644]
queue-3.19/net-phy-fix-verification-of-eee-support-in-phy_init_eee.patch [new file with mode: 0644]
queue-3.19/net-ping-return-eafnosupport-when-appropriate.patch [new file with mode: 0644]
queue-3.19/net-pktgen-disable-xmit_clone-on-virtual-devices.patch [new file with mode: 0644]
queue-3.19/net-reject-creation-of-netdev-names-with-colons.patch [new file with mode: 0644]
queue-3.19/openvswitch-fix-net-exit.patch [new file with mode: 0644]
queue-3.19/pktgen-fix-udp-checksum-computation.patch [new file with mode: 0644]
queue-3.19/revert-r8169-add-support-for-byte-queue-limits.patch [new file with mode: 0644]
queue-3.19/rtnetlink-call-dellink-on-failure-when-newlink-exists.patch [new file with mode: 0644]
queue-3.19/rtnetlink-ifla_vf_policy-fix-misuses-of-nla_binary.patch [new file with mode: 0644]
queue-3.19/sh_eth-fix-lost-mac-address-on-kexec.patch [new file with mode: 0644]
queue-3.19/sock-sock_dequeue_err_skb-needs-hard-irq-safety.patch [new file with mode: 0644]
queue-3.19/tcp-make-sure-skb-is-not-shared-before-using-skb_get.patch [new file with mode: 0644]
queue-3.19/team-don-t-traverse-port-list-using-rcu-in-team_set_mac_address.patch [new file with mode: 0644]
queue-3.19/team-fix-possible-null-pointer-dereference-in-team_handle_frame.patch [new file with mode: 0644]
queue-3.19/udp-only-allow-ufo-for-packets-from-sock_dgram-sockets.patch [new file with mode: 0644]
queue-3.19/usb-plusb-add-support-for-national-instruments-host-to-host-cable.patch [new file with mode: 0644]