android_kernel_samsung_msm8976/drivers/net/ethernet/atheros/atl1c
Pavel Machek cbc3e98d4c atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation
[ Upstream commit f2a3771ae8aca879c32336c76ad05a017629bae2 ]

atl1c driver is doing order-4 allocation with GFP_ATOMIC
priority. That often breaks  networking after resume. Switch to
GFP_KERNEL. Still not ideal, but should be significantly better.

atl1c_setup_ring_resources() is called from .open() function, and
already uses GFP_KERNEL, so this change is safe.

Signed-off-by: Pavel Machek <pavel@ucw.cz>
Acked-by: Michal Hocko <mhocko@suse.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2016-01-22 19:47:54 -08:00
..
Makefile
atl1c.h
atl1c_ethtool.c
atl1c_hw.c
atl1c_hw.h
atl1c_main.c atl1c: Improve driver not to do order 4 GFP_ATOMIC allocation 2016-01-22 19:47:54 -08:00