aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-22i40e: Fix crash caused by stress setting of VF MAC addressesSlawomir Laba1-1/+6
2019-08-22i40e: reset veb.tc_stats when resetting veb.statsJacob Keller1-0/+4
2019-08-22i40e: Update FW API version to 1.9Piotr Azarewicz1-2/+2
2019-08-22i40e: check_recovery_mode had wrong if statementAdrian Podlawski2-3/+20
2019-08-22i40e: Add drop mode parameter to set mac configSylwia Wnuczko3-15/+19
2019-08-22i40e: fix shifts of signed valuesBeilei Xing1-12/+12
2019-08-22i40e: add check on i40e_configure_tx_ring() return valuehuhai1-1/+1
2019-08-22i40e: Check if transceiver implements DDM before accessMauro S. M. Rodrigues2-0/+7
2019-08-22i40e: reduce stack usage in i40e_set_fcArnd Bergmann1-40/+51
2019-08-20ice: improve print for VF's when adding/deleting MAC filtersBrett Creeley1-2/+2
2019-08-20ice: Change type for queue countsPawel Kaminski1-12/+13
2019-08-20ice: Move VF resources definition to SR-IOV specific fileAkeem G Abodunrin2-10/+13
2019-08-20ice: Increase size of Mailbox receive queue for many VFsBrett Creeley2-3/+4
2019-08-20ice: Reduce wait times during VF bringup/resetBrett Creeley2-11/+19
2019-08-20ice: update GLINT_DYN_CTL and GLINT_VECT2FUNC register accessPaul Greenwalt2-11/+16
2019-08-20ice: Do not always bring up PF VSI in ice_ena_vsi()Tony Nguyen1-2/+0
2019-08-20ice: allow empty Rx descriptorsMitch Williams1-3/+12
2019-08-20ice: Fix kernel hang with DCB reset in CEE modeUsha Ketineni1-61/+88
2019-08-20ice: Set WB_ON_ITR when we don't re-enable interruptsBrett Creeley3-0/+70
2019-08-20ice: fix set pause param autoneg checkPaul Greenwalt1-1/+26
2019-08-20ice: Restructure VFs initialization flowsAkeem G Abodunrin2-22/+48
2019-08-20ice: Assume that more than one Rx queue is rare in ice_napi_pollBrett Creeley1-5/+10
2019-08-20ice: Use the software based tail when checking for hung Tx ringBrett Creeley1-3/+3
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-4/+1
2019-08-10ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-17/+5
2019-08-10i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-18/+4
2019-08-10fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+0
2019-08-09ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo1-4/+1
2019-08-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller5-51/+90
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski1-18/+21
2019-08-05i40e: verify string count matches even on early returnJacob Keller1-1/+2
2019-08-05i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski1-0/+4
2019-08-05i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski1-28/+35
2019-08-05i40e: fix code commentsJeff Kirsher1-1/+1
2019-08-05i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller2-1/+13
2019-08-05i40e: Log disable-fw-lldp flag change by ethtoolSlawomir Laba1-0/+5
2019-08-05i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov3-2/+9
2019-08-04fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller1-1/+1
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller4-18/+11
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller5-21/+28
2019-08-04fm10k: cast page_addr to u8 * when incrementing itJacob Keller1-1/+1
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller1-1/+1
2019-08-04fm10k: remove needless initialization of size local variableJacob Keller1-1/+1
2019-08-04fm10k: remove needless assignment of err local variableJacob Keller1-5/+5
2019-08-04fm10k: remove unnecessary variable initializerJacob Keller1-1/+1
2019-08-01fm10k: reduce scope of the ring variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the result local variableJacob Keller1-2/+1
2019-08-01fm10k: reduce the scope of the local msg variableJacob Keller1-2/+4
2019-08-01fm10k: reduce the scope of the local i variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the err variableJacob Keller1-2/+3