summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-03-23iavf: Fix hang during reboot/shutdownIvan Vecera1-0/+7
2022-03-23iavf: Fix double free in iavf_reset_taskPrzemyslaw Patynowski1-1/+7
2022-03-19ice: Fix race condition during interface enslaveIvan Vecera2-2/+21
2022-03-16ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-16ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-16ice: Fix error with handling of bonding MTUDave Ertman2-15/+15
2022-03-16ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-16i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
2022-03-16iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski1-0/+40
2022-03-08iavf: missing unlocks in iavf_watchdog_task()Dan Carpenter1-2/+2
2022-03-08iavf: do not override the adapter state in the watchdog task (again)Stefan Assmann1-1/+0
2022-03-08e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin4-0/+32
2022-03-08iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-03-08iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-03-08iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-14/+17
2022-03-08iavf: Fix init state closure on removeSlawomir Laba2-1/+27
2022-03-08iavf: Add waiting so the port is initialized in removeSlawomir Laba1-11/+16
2022-03-08iavf: Fix kernel BUG in free_msi_irqsPrzemyslaw Patynowski2-0/+56
2022-03-08iavf: Add helper function to go from pci_dev to adapterKaren Sornek1-7/+17
2022-03-08iavf: Rework mutexes for better synchronisationSlawomir Laba2-31/+36
2022-03-08iavf: Add trace while removing deviceJedrzej Jagielski1-0/+1
2022-03-08iavf: Combine init and watchdog state machinesMateusz Palczewski2-80/+57
2022-03-08iavf: Add __IAVF_INIT_FAILED stateMateusz Palczewski2-15/+21
2022-03-08iavf: Refactor iavf state machine trackingMateusz Palczewski3-18/+31
2022-03-08igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-03-08igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-03-08iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-03-08ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-08iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-03-08e1000e: Correct NVM checksum verification flowSasha Neftin1-2/+2
2022-03-02ice: fix concurrent reset and removal of VFsJacob Keller3-18/+27
2022-03-02ice: Fix race conditions between virtchnl handling and VF ndo opsBrett Creeley2-0/+30
2022-03-02ice: initialize local variable 'tlv'Tom Rix1-1/+1
2022-03-02ice: check the return of ice_ptp_gettimex64Tom Rix1-1/+4
2022-03-02Revert "i40e: Fix reset bw limit when DCB enabled with 1 TC"Mateusz Palczewski1-11/+1
2022-02-23ice: enable parsing IPSEC SPI headers for RSSJesse Brandeburg1-0/+6
2022-02-16ice: Avoid RTNL lock when re-creating auxiliary deviceDave Ertman2-1/+5
2022-02-16ice: Fix KASAN error in LAG NETDEV_UNREGISTER handlerDave Ertman1-6/+28
2022-02-16ice: fix IPIP and SIT TSO offloadJesse Brandeburg2-8/+18
2022-02-16ice: fix an error code in ice_cfg_phy_fec()Dan Carpenter1-1/+2
2022-02-16ixgbevf: Require large buffers for build_skb on 82599VFSamuel Mendoza-Jonas1-6/+7
2022-02-08e1000e: Separate ADP board type from TGPSasha Neftin3-17/+40
2022-02-05e1000e: Handshake with CSME starts from ADL platformsSasha Neftin1-2/+4
2022-02-05i40e: Fix reset path while removing the driverKaren Sornek2-1/+19
2022-02-05i40e: Fix reset bw limit when DCB enabled with 1 TCJedrzej Jagielski1-1/+11
2022-02-01i40e: fix unsigned stat widthsJoe Damato3-7/+7
2022-02-01i40e: Fix for failed to init adminq while VF resetKaren Sornek3-2/+46
2022-02-01i40e: Fix queues reservation for XDPSylwester Dziedziuch1-0/+14
2022-02-01i40e: Fix issue when maximum queues is exceededJedrzej Jagielski3-13/+61
2022-02-01i40e: Increase delay to 1 s after global EMP resetJedrzej Jagielski1-9/+3