summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-02-15ice: use true/false for bool typesBruce Allan1-1/+1
2020-02-15ice: add function argument description to function header commentBruce Allan1-0/+1
2020-02-15ice: use proper format for function pointer as a function parameterBruce Allan1-1/+1
2020-02-15ice: replace "fallthrough" comments with fallthrough reserved wordBruce Allan5-9/+9
2020-02-15ice: remove unnecessary fallthrough commentsBruce Allan6-10/+0
2020-02-15ice: Fix virtchnl_queue_select bitmap validationBrett Creeley1-8/+18
2020-02-15ice: Fix and refactor Rx queue disable for VFsBrett Creeley2-10/+27
2020-02-15ice: Handle LAN overflow event for VF queuesBrett Creeley5-0/+86
2020-02-15ice: Fix implicit queue mapping mode in ice_vsi_get_qsBrett Creeley1-9/+12
2020-02-15ice: Add support to enable/disable all Rx queues before waitingBrett Creeley8-34/+67
2020-02-15ice: Only allow tagged bcast/mcast traffic for VF in port VLANBrett Creeley1-18/+31
2020-02-15ice: Fix Port VLAN priority bitsBrett Creeley2-19/+13
2020-02-15ice: Add helper to determine if VF link is upBrett Creeley1-17/+25
2020-02-15ice: Refactor port vlan configuration for the VFBrett Creeley2-51/+37
2020-02-15ice: Add initial support for QinQBrett Creeley4-17/+63
2020-02-12ice: Trivial fixesTony Nguyen11-29/+31
2020-02-12ice: Use correct netif error functionBen Shelton1-1/+1
2020-02-12ice: Cleanup ice_vsi_alloc_q_vectorsAnirudh Venkataramanan1-8/+3
2020-02-12ice: Make print statements more compactAnirudh Venkataramanan8-227/+123
2020-02-12ice: Use ice_pf_to_devAnirudh Venkataramanan6-27/+27
2020-02-12ice: Remove possible null dereferenceTony Nguyen1-2/+0
2020-02-12ice: update Unit Load Status bitmask to check after resetBruce Allan2-5/+18
2020-02-12ice: fix and consolidate logging of NVM/firmware version informationBruce Allan4-28/+13
2020-02-12ice: Modify link message loggingAkeem G Abodunrin1-1/+1
2020-02-12ice: Remove CONFIG_PCI_IOV wrap in ice_set_pf_capsAnirudh Venkataramanan1-2/+0
2020-02-12ice: Remove ice_dev_onetime_setup()Brett Creeley4-20/+0
2020-02-12ice: Don't allow same value for Rx tail to be written twiceBrett Creeley1-1/+1
2020-02-12ice: display supported and advertised link modesPaul Greenwalt1-280/+2
2020-02-12ice: Fix switch between FW and SW LLDPDave Ertman1-5/+5
2020-02-12ice: Fix DCB rebuild after resetDave Ertman2-53/+36
2020-02-11i40e: Fix the conditional for i40e_vc_validate_vqs_bitmapsBrett Creeley1-2/+2
2020-02-05i40e: Relax i40e_xsk_wakeup's return value when PF is busyMaciej Fijalkowski1-1/+1
2020-01-26Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller17-43/+4723
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+1
2020-01-25ice: Bump versionTony Nguyen1-1/+1
2020-01-25ice: Implement ethtool get/set rx-flow-hashMd Fahad Iqbal Polash3-0/+273
2020-01-25ice: Initilialize VF RSS tablesMd Fahad Iqbal Polash4-1/+225
2020-01-25ice: Optimize table usageTony Nguyen5-1/+773
2020-01-25ice: Enable writing filtering tablesTony Nguyen3-0/+651
2020-01-25ice: Populate TCAM filter software structuresTony Nguyen8-10/+1459
2020-01-24ice: Allocate flow profileTony Nguyen12-40/+864
2020-01-24ice: Enable writing hardware filtering tablesTony Nguyen7-4/+491
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller11-62/+98
2020-01-17ice: remove redundant assignment to variable xmit_doneColin Ian King1-1/+1
2020-01-17ice: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-17i40e: Removing hung_queue variable to use txqueue function parameterJulio Faracco1-30/+11
2020-01-17fm10k: use txqueue parameter in fm10k_tx_timeoutJacob Keller1-7/+10
2020-01-17igc: Add PHY power management controlSasha Neftin3-1/+17
2020-01-17igc: Add support for TSOSasha Neftin2-1/+116