summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | i40e: Log info when PF is entering and leaving Allmulti mode.Czeslaw Zagorski2019-08-051-0/+4
| * | i40e: Update visual effect for advertised FEC mode.Czeslaw Zagorski2019-08-051-28/+35
| * | i40e: fix code commentsJeff Kirsher2019-08-051-1/+1
| * | i40e: don't report link up for a VF who hasn't enabled queuesJacob Keller2019-08-052-1/+13
| * | i40e: Log disable-fw-lldp flag change by ethtoolSlawomir Laba2019-08-051-0/+5
| * | i40e: fix incorrect ethtool statistics veb and veb.tc_Dmitrii Golovanov2019-08-053-2/+9
* | | fm10k: fix fm10k_get_fault_pf to read correct addressJacob Keller2019-08-041-1/+1
* | | fm10k: convert NON_Q_VECTORS(hw) into NON_Q_VECTORSJacob Keller2019-08-044-18/+11
* | | fm10k: mark unused parameters with __always_unusedJacob Keller2019-08-045-21/+28
* | | fm10k: cast page_addr to u8 * when incrementing itJacob Keller2019-08-041-1/+1
* | | fm10k: explicitly return 0 on success path in functionJacob Keller2019-08-041-1/+1
* | | fm10k: remove needless initialization of size local variableJacob Keller2019-08-041-1/+1
* | | fm10k: remove needless assignment of err local variableJacob Keller2019-08-041-5/+5
* | | fm10k: remove unnecessary variable initializerJacob Keller2019-08-041-1/+1
|/ /
* | fm10k: reduce scope of the ring variableJacob Keller2019-08-011-2/+2
* | fm10k: reduce the scope of the result local variableJacob Keller2019-08-011-2/+1
* | fm10k: reduce the scope of the local msg variableJacob Keller2019-08-011-2/+4
* | fm10k: reduce the scope of the local i variableJacob Keller2019-08-011-2/+2
* | fm10k: reduce the scope of the err variableJacob Keller2019-08-011-2/+3
* | fm10k: reduce the scope of the tx_buffer variableJacob Keller2019-08-011-2/+2
* | fm10k: reduce the scope of the q_idx local variableJacob Keller2019-08-011-4/+5
* | fm10k: reduce the scope of local err variableJacob Keller2019-08-011-2/+3
* | fm10k: reduce the scope of qv local variableJacob Keller2019-08-011-2/+2
* | fm10k: reduce scope of *p local variableJacob Keller2019-08-011-3/+2
* | fm10k: reduce scope of the err variableJacob Keller2019-08-011-3/+3
* | ice: Bump version numberTony Nguyen2019-07-311-1/+1
* | ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2019-07-312-16/+0
* | ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley2019-07-314-102/+48
* | ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin2019-07-311-0/+3
* | ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley2019-07-311-11/+3
* | ice: Add stats for Rx drops at the port levelBrett Creeley2019-07-312-0/+7
* | ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin2019-07-311-5/+5
* | ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin2019-07-311-3/+3
* | ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley2019-07-311-15/+27
* | ice: Disable VFs until reset is completedAkeem G Abodunrin2019-07-311-0/+5
* | ice: Do not configure port with no mediaTony Nguyen2019-07-312-82/+158
* | ice: separate out control queue lock creationJacob Keller2019-07-313-29/+91
* | ice: Always set prefena when configuring an Rx queueBrett Creeley2019-07-312-1/+9
* | ice: Move vector base setup to PF VSITony Nguyen2019-07-311-4/+4
* | ice: track hardware stat registers past rolloverJacob Keller2019-07-315-130/+91
* | ice: add lp_advertising flow control supportPaul Greenwalt2019-07-311-32/+72
* | net: Use skb_frag_off accessorsJonathan Lemon2019-07-303-4/+4
* | Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher...David S. Miller2019-07-246-14/+22
|\ \
| * | e1000e: add workaround for possible stalled packetKai-Heng Feng2019-07-242-1/+11
| * | igc: Add more SKUs for i225 deviceSasha Neftin2019-07-243-0/+9
| * | igc: Update the MAC reset flowSasha Neftin2019-07-242-2/+2
| * | igc: Remove the unused field from a device specification structureSasha Neftin2019-07-241-5/+0
| * | igc: Remove the polarity field from a PHY information structureSasha Neftin2019-07-241-6/+0
* | | net/ixgbevf: fix a compilation error of skb_frag_tQian Cai2019-07-241-2/+5
|/ /
* | igb: Use dev_get_drvdata where possibleChuhong Yuan2019-07-231-2/+1