linux/drivers/net/ethernet/intel/ice
Anirudh Venkataramanan c7f2c42b80 ice: Fix a few null pointer dereference issues
1) When ice_ena_msix_range() fails to reserve vectors, a devm_kfree()
   warning was seen in the error flow path. So check pf->irq_tracker
   before use in ice_clear_interrupt_scheme().

2) In ice_vsi_cfg(), check vsi->netdev before use.

3) In ice_get_link_status, check link_up before use.

Signed-off-by: Anirudh Venkataramanan <anirudh.venkataramanan@intel.com>
Tested-by: Tony Brelinski <tonyx.brelinski@intel.com>
Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
2018-08-23 11:28:56 -07:00
..
ice_adminq_cmd.h ice: Set VLAN flags correctly 2018-08-23 10:02:15 -07:00
ice_common.c ice: Fix a few null pointer dereference issues 2018-08-23 11:28:56 -07:00
ice_common.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_controlq.c ice: Fix bugs in control queue processing 2018-08-23 09:54:24 -07:00
ice_controlq.h ice: Initialize PF and setup miscellaneous interrupt 2018-03-26 10:34:49 -07:00
ice_devids.h
ice_ethtool.c ice: Report stats for allocated queues via ethtool stats 2018-08-23 09:49:16 -07:00
ice_hw_autogen.h ice: Update to interrupts enabled in OICR 2018-08-23 11:26:47 -07:00
ice_lan_tx_rx.h ice: Cleanup magic number 2018-08-23 09:46:17 -07:00
ice_main.c ice: Fix a few null pointer dereference issues 2018-08-23 11:28:56 -07:00
ice_nvm.c ice: Update NVM AQ command functions 2018-05-17 09:14:09 -07:00
ice_osdep.h ice: Start hardware initialization 2018-03-26 09:59:08 -07:00
ice_sched.c ice: Remove unnecessary node owner check 2018-08-23 09:24:27 -07:00
ice_sched.h ice: Update Tx scheduler tree for VSI multi-Tx queue support 2018-03-26 12:21:42 -07:00
ice_status.h ice: Configure VSIs for Tx/Rx 2018-03-26 11:18:36 -07:00
ice_switch.c ice: Fix multiple static analyser warnings 2018-08-23 09:20:36 -07:00
ice_switch.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice_txrx.c ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_txrx.h ice: Add support for VLANs and offloads 2018-03-26 11:54:49 -07:00
ice_type.h ice: Implement filter sync, NDO operations and bump version 2018-03-26 12:41:38 -07:00
ice.h ice: Report stats for allocated queues via ethtool stats 2018-08-23 09:49:16 -07:00
Makefile ice: Add stats and ethtool support 2018-03-26 12:11:19 -07:00