summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-03-30e1000e: Fix error handling in e1000_set_d0_lplu_state_82571Dinghao Liu1-0/+2
2021-03-30e1000e: add rtnl_lock() to e1000_reset_taskVitaly Lifshits1-1/+5
2021-03-30igc: Fix Supported Pause Frame Link SettingMuhammad Husaini Zulkifli1-0/+3
2021-03-30igc: Fix Pause Frame AdvertisingMuhammad Husaini Zulkifli1-3/+1
2021-03-30net: intel: iavf: fix error return code of iavf_init_get_resources()Jia-Ju Bai1-1/+2
2021-03-30ixgbe: Fix memleak in ixgbe_configure_clsu32Dinghao Liu1-2/+4
2021-03-17i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-03-17ixgbe: fail to create xfrm offload of IPsec tunnel mode SAAntony Antony2-0/+10
2021-03-04i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-03-04i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-03-04i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-03-04i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-03-04i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-03-04i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-10igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-02-10i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2-13/+1
2021-02-10igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-10igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-04igc: fix link speed advertisingCorinna Vinschen1-6/+18
2021-02-04i40e: acquire VSI pointer only after VF is initializedStefan Assmann1-7/+4
2021-01-12iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2021-01-12i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch3-2/+15
2020-12-30ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-30i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-30i40e: optimise prefetch page refcountLi RongQing1-1/+1
2020-12-30i40e: Refactor rx_bi accessesBjörn Töpel2-12/+23
2020-12-02i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch3-18/+31
2020-11-18igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-10-14iavf: Fix incorrect adapter get in iavf_resumeSylwester Dziedziuch1-2/+2
2020-10-14iavf: use generic power managementVaibhav Gupta1-33/+12
2020-10-01e1000: Do not perform reset in reset_task if we are already downAlexander Duyck1-4/+14
2020-10-01iavf: use tc_cls_can_offload_and_chain0() instead of chain checkJiri Pirko1-3/+5
2020-10-01ice: Fix to change Rx/Tx ring descriptor size via ethtool with DCBxUsha Ketineni1-7/+7
2020-09-23e1000e: Add support for Comet LakeSasha Neftin2-0/+12
2020-09-03scsi: fcoe: Fix I/O path allocationMike Christie1-1/+1
2020-08-26i40e: Fix crash during removing i40e driverGrzegorz Szczurek1-0/+3
2020-08-26i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2-9/+28
2020-08-19ice: Graceful error handling in HW table calloc failureSurabhi Boob1-1/+3
2020-08-19iavf: Fix updating statisticsTony Nguyen1-1/+4
2020-08-19iavf: fix error return code in iavf_init_get_resources()Wei Yongjun1-1/+3
2020-08-11igb: reinit_locked() should be called with rtnl_lockFrancesco Ruggeri1-0/+9
2020-07-16i40e: protect ring accesses with READ- and WRITE_ONCECiara Loftus1-10/+19
2020-07-16ixgbe: protect ring accesses with READ- and WRITE_ONCECiara Loftus2-9/+17
2020-06-24e1000e: Do not wake up the system via WOL if device wakeup is disabledChen Yu1-4/+10
2020-06-24iavf: fix speed reporting over virtchnlBrett Creeley4-21/+120
2020-06-22igb: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2020-06-22e1000e: Relax condition to trigger reset for ME workaroundPunit Agrawal2-8/+5
2020-06-22e1000e: Disable TSO for buffer overrun workaroundKai-Heng Feng1-0/+4
2020-06-22ixgbe: fix signed-integer-overflow warningXie XiuQi1-1/+1
2020-06-22ice: fix potential double free in probe unrollingJacob Keller1-1/+2