dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/net/ixgbe
Mallikarjuna R Chilakala f9ed88549e ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters
While setting up the ring parameters using ethtool the driver can
panic or leak memory as ixgbe_open tries to setup tx & rx resources.
The updated logic will use ixgbe_down/up after successful allocation of
tx & rx resources

Signed-off-by: Mallikarjuna R Chilakala <mallikarjuna.chilakala@intel.com>
Signed-off-by: Peter P Waskiewicz Jr <peter.p.waskiewicz.jr@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
CC: stable@kernel.org
Signed-off-by: David S. Miller <davem@davemloft.net>
2009-04-02 01:02:33 -07:00
..
Makefile
ixgbe.h
ixgbe_82598.c ixgbe: fix ethtool -A|a behavior 2009-04-02 01:02:32 -07:00
ixgbe_82599.c
ixgbe_common.c ixgbe: fix ethtool -A|a behavior 2009-04-02 01:02:32 -07:00
ixgbe_common.h ixgbe: fix build when DEBUG is defined 2009-04-02 01:02:27 -07:00
ixgbe_dcb.c
ixgbe_dcb.h
ixgbe_dcb_82598.c
ixgbe_dcb_82598.h
ixgbe_dcb_82599.c
ixgbe_dcb_82599.h
ixgbe_dcb_nl.c ixgbe: Fix DCB netlink layer for 82599 to enable Priority Flow Control 2009-04-02 01:02:28 -07:00
ixgbe_ethtool.c ixgbe: Fix potential memory leak/driver panic issue while setting up Tx & Rx ring parameters 2009-04-02 01:02:33 -07:00
ixgbe_main.c ixgbe: fix ethtool -A|a behavior 2009-04-02 01:02:32 -07:00
ixgbe_phy.c
ixgbe_phy.h
ixgbe_type.h ixgbe: fix ethtool -A|a behavior 2009-04-02 01:02:32 -07:00