aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2022-03-10ice: Fix race condition during interface enslaveIvan Vecera2-2/+21
2022-03-09e1000e: Print PHY register address when MDI read/write failsChen Yu1-4/+4
2022-03-09ice: Add support for outer dest MAC for ADQ tunnelsAmritha Nambiar1-4/+28
2022-03-09ice: avoid XDP checks in ice_clean_tx_irq()Maciej Fijalkowski1-6/+1
2022-03-09ice: change "can't set link" message to dbg levelJonathan Toppins1-3/+3
2022-03-09ice: Add slow path offload stats on port representor in switchdevMarcin Szycik3-3/+61
2022-03-09ice: Add support for inner etype in switchdevMartyna Szapar-Mudlaw3-12/+277
2022-03-08ice: Fix curr_link_speed advertised speedJedrzej Jagielski1-1/+1
2022-03-08ice: Don't use GFP_KERNEL in atomic contextChristophe JAILLET1-1/+1
2022-03-08ice: Fix error with handling of bonding MTUDave Ertman2-15/+15
2022-03-08ice: stop disabling VFs due to PF error responsesJacob Keller2-21/+0
2022-03-08i40e: stop disabling VFs due to PF error responsesJacob Keller3-59/+9
2022-03-08iavf: Fix adopting new combined settingMichal Maloszewski2-4/+10
2022-03-08iavf: Fix handling of vlan strip virtual channel messagesMichal Maloszewski1-0/+40
2022-03-08ixgbevf: add disable link stateSlawomir Mrozowicz5-1/+57
2022-03-08ixgbe: add improvement for MDD response functionalitySlawomir Mrozowicz3-1/+52
2022-03-08ixgbe: add the ability for the PF to disable VF link stateSlawomir Mrozowicz5-44/+182
2022-03-07ice: xsk: fix GCC version checking against pragma unroll presenceMaciej Fijalkowski1-1/+1
2022-03-04Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller13-554/+872
2022-03-03ice: convert VF storage to hash table with krefs and RCUJacob Keller8-125/+363
2022-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-83/+152
2022-03-03ice: introduce VF accessor functionsJacob Keller5-53/+115
2022-03-03ice: factor VF variables to separate structureJacob Keller7-68/+83
2022-03-03ice: convert ice_for_each_vf to include VF entry iteratorJacob Keller8-152/+163
2022-03-03ice: use ice_for_each_vf for iteration during removalJacob Keller1-5/+4
2022-03-03ice: remove checks in ice_vc_send_msg_to_vfJacob Keller1-8/+3
2022-03-03ice: move VFLR acknowledge during ice_free_vfsJacob Keller1-19/+8
2022-03-03ice: move clear_malvf call in ice_free_vfsJacob Keller1-7/+6
2022-03-03ice: pass num_vfs to ice_set_per_vf_res()Jacob Keller1-61/+26
2022-03-03ice: store VF pointer instead of VF IDJacob Keller10-95/+142
2022-03-03ice: refactor unwind cleanup in eswitch modeJacob Keller2-55/+53
2022-03-03ixgbe: xsk: change !netif_carrier_ok() handling in ixgbe_xmit_zc()Maciej Fijalkowski1-2/+4
2022-03-03ice: add TTY for GNSS module for E810T deviceKarol Kolacinski11-1/+566
2022-03-01iavf: Remove non-inclusive languageMateusz Palczewski3-4/+4
2022-03-01iavf: Fix incorrect use of assigning iavf_status to intMateusz Palczewski1-92/+68
2022-03-01iavf: stop leaking iavf_status as "errno" valuesMateusz Palczewski3-39/+157
2022-03-01iavf: remove redundant ret variableMinghao Chi1-7/+2
2022-03-01iavf: Add usage of new virtchnl format to set default MACMateusz Palczewski2-3/+25
2022-03-01iavf: refactor processing of VLAN V2 capability messageMateusz Palczewski2-30/+95
2022-03-01iavf: Add support for 50G/100G in AIM algorithmMateusz Palczewski1-15/+47
2022-02-28e1000e: Correct NVM checksum verification flowSasha Neftin1-2/+2
2022-02-28e1000e: Fix possible HW unit hang after an s0ix exitSasha Neftin4-0/+32
2022-02-28igc: igc_write_phy_reg_gpy: drop premature returnSasha Neftin1-2/+0
2022-02-28igc: igc_read_phy_reg_gpy: drop premature returnCorinna Vinschen1-2/+0
2022-02-25iavf: Fix __IAVF_RESETTING state usageSlawomir Laba1-7/+6
2022-02-25iavf: Fix missing check for running netdevSlawomir Laba1-2/+5
2022-02-25iavf: Fix deadlock in iavf_reset_taskSlawomir Laba1-0/+1
2022-02-25iavf: Fix race in init stateSlawomir Laba1-1/+2
2022-02-25iavf: Fix locking for VIRTCHNL_OP_GET_OFFLOAD_VLAN_V2_CAPSSlawomir Laba3-24/+23
2022-02-25iavf: Fix init state closure on removeSlawomir Laba2-1/+27