summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2019-08-17xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson
2019-08-10ixgbe: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10i40e: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-10fm10k: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2019-08-09ixgbe: fix possible deadlock in ixgbe_service_task()Taehee Yoo
2019-08-06Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller
2019-08-05i40e: Remove unicast log when VF is leaving multicast mode.Czeslaw Zagorski
2019-08-05i40e: verify string count matches even on early returnJacob Keller
2019-08-05i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski
2019-08-05i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski
2019-08-05i40e: fix code commentsJeff Kirsher
2019-08-05i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller
2019-08-05i40e: Log disable-fw-lldp flag change by ethtoolSlawomir Laba
2019-08-05i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov
2019-08-04fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller
2019-08-04fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller
2019-08-04fm10k: mark unused parameters with __always_unusedJacob Keller
2019-08-04fm10k: cast page_addr to u8 * when incrementing itJacob Keller
2019-08-04fm10k: explicitly return 0 on success path in functionJacob Keller
2019-08-04fm10k: remove needless initialization of size local variableJacob Keller
2019-08-04fm10k: remove needless assignment of err local variableJacob Keller
2019-08-04fm10k: remove unnecessary variable initializerJacob Keller
2019-08-01fm10k: reduce scope of the ring variableJacob Keller
2019-08-01fm10k: reduce the scope of the result local variableJacob Keller
2019-08-01fm10k: reduce the scope of the local msg variableJacob Keller
2019-08-01fm10k: reduce the scope of the local i variableJacob Keller
2019-08-01fm10k: reduce the scope of the err variableJacob Keller
2019-08-01fm10k: reduce the scope of the tx_buffer variableJacob Keller
2019-08-01fm10k: reduce the scope of the q_idx local variableJacob Keller
2019-08-01fm10k: reduce the scope of local err variableJacob Keller
2019-08-01fm10k: reduce the scope of qv local variableJacob Keller
2019-08-01fm10k: reduce scope of *p local variableJacob Keller
2019-08-01fm10k: reduce scope of the err variableJacob Keller
2019-07-31ice: Bump version numberTony Nguyen
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin
2019-07-31ice: Do not configure port with no mediaTony Nguyen
2019-07-31ice: separate out control queue lock creationJacob Keller
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley
2019-07-31ice: Move vector base setup to PF VSITony Nguyen
2019-07-31ice: track hardware stat registers past rolloverJacob Keller
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon