summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* ice: Wait for VF to be reset/ready before configurationBrett Creeley2020-02-192-61/+76
* ice: Don't tell the OS that link is going downMichal Swiatkowski2020-02-191-7/+0
* ice: Don't reject odd values of usecs set by userBrett Creeley2020-02-192-12/+39
* ice: Trivial fixesTony Nguyen2020-02-1211-29/+31
* ice: Use correct netif error functionBen Shelton2020-02-121-1/+1
* ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan2020-02-121-8/+3
* ice: Make print statements more compactAnirudh Venkataramanan2020-02-128-227/+123
* ice: Use ice_pf_to_devAnirudh Venkataramanan2020-02-126-27/+27
* ice: Remove possible null dereferenceTony Nguyen2020-02-121-2/+0
* ice: update Unit Load Status bitmask to check after resetBruce Allan2020-02-122-5/+18
* ice: fix and consolidate logging of NVM/firmware version informationBruce Allan2020-02-124-28/+13
* ice: Modify link message loggingAkeem G Abodunrin2020-02-121-1/+1
* ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan2020-02-121-2/+0
* ice: Remove ice_dev_onetime_setup()Brett Creeley2020-02-124-20/+0
* ice: Don't allow same value for Rx tail to be written twiceBrett Creeley2020-02-121-1/+1
* ice: display supported and advertised link modesPaul Greenwalt2020-02-121-280/+2
* ice: Fix switch between FW and SW LLDPDave Ertman2020-02-121-5/+5
* ice: Fix DCB rebuild after resetDave Ertman2020-02-122-53/+36
* i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley2020-02-111-2/+2
* i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski2020-02-051-1/+1
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller2020-01-2617-43/+4723
|\
| * ice: Bump versionTony Nguyen2020-01-251-1/+1
| * ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash2020-01-253-0/+273
| * ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash2020-01-254-1/+225
| * ice: Optimize table usageTony Nguyen2020-01-255-1/+773
| * ice: Enable writing filtering tablesTony Nguyen2020-01-253-0/+651
| * ice: Populate TCAM filter software structuresTony Nguyen2020-01-258-10/+1459
| * ice: Allocate flow profileTony Nguyen2020-01-2412-40/+864
| * ice: Enable writing hardware filtering tablesTony Nguyen2020-01-247-4/+491
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-261-1/+1
|\ \ | |/ |/|
| * i40e: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-01-1911-62/+98
|\|
| * e1000e: Revert "e1000e: Make watchdog use delayed work"Jeff Kirsher2020-01-092-32/+27
| * i40e: Set PHY Access flag on X722Adam Ludkiewicz2020-01-091-0/+5
| * iavf: remove current MAC address filter on VF resetStefan Assmann2020-01-093-4/+18
| * igb: Fix SGMII SFP module discovery for 100FX/LX.Manfred Rudigier2020-01-092-7/+3
| * ixgbe: Fix calculation of queue with VFs and flow director on interface flapCambda Zhu2020-01-091-10/+27
| * ixgbevf: Remove limit of 10 entries for unicast filter listRadoslaw Tyl2020-01-091-5/+0
| * i40e: Fix virtchnl_queue_select bitmap validationBrett Creeley2020-01-091-4/+18
* | ice: remove redundant assignment to variable xmit_doneColin Ian King2020-01-171-1/+1
* | ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco2020-01-171-30/+11
* | i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco2020-01-171-30/+11
* | fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller2020-01-171-7/+10
* | igc: Add PHY power management controlSasha Neftin2020-01-173-1/+17
* | igc: Add support for TSOSasha Neftin2020-01-172-1/+116
* | igc: Add SKU for i225 deviceSasha Neftin2020-01-173-0/+3
* | igc: Remove unused definitionSasha Neftin2020-01-171-2/+0
* | igc: Fix typo in a commentSasha Neftin2020-01-171-1/+1
* | igc: Use Start of Packet signal from PHY for timestampingVinicius Costa Gomes2020-01-062-1/+6
* | igc: Add support for ethtool GET_TS_INFO commandVinicius Costa Gomes2020-01-061-0/+34