aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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
2019-08-01fm10k: reduce the scope of the tx_buffer variableJacob Keller1-2/+2
2019-08-01fm10k: reduce the scope of the q_idx local variableJacob Keller1-4/+5
2019-08-01fm10k: reduce the scope of local err variableJacob Keller1-2/+3
2019-08-01fm10k: reduce the scope of qv local variableJacob Keller1-2/+2
2019-08-01fm10k: reduce scope of *p local variableJacob Keller1-3/+2
2019-08-01fm10k: reduce scope of the err variableJacob Keller1-3/+3
2019-07-31ice: Bump version numberTony Nguyen1-1/+1
2019-07-31ice: Remove flag to track VF interrupt statusAkeem G Abodunrin2-16/+0
2019-07-31ice: Remove unnecessary flag ICE_FLAG_MSIX_ENABrett Creeley4-102/+48
2019-07-31ice: Don't return error for disabling LAN Tx queue that does existAkeem G Abodunrin1-0/+3
2019-07-31ice: Remove duplicate code in ice_alloc_rx_bufsBrett Creeley1-11/+3
2019-07-31ice: Add stats for Rx drops at the port levelBrett Creeley2-0/+7
2019-07-31ice: Update number of VF queue before setting VSI resourcesAkeem G Abodunrin1-5/+5
2019-07-31ice: Set up Tx scheduling tree based on alloc VSI Tx queuesAkeem G Abodunrin1-3/+3
2019-07-31ice: Only bump Rx tail and release buffers once per napi_pollBrett Creeley1-15/+27
2019-07-31ice: Disable VFs until reset is completedAkeem G Abodunrin1-0/+5
2019-07-31ice: Do not configure port with no mediaTony Nguyen2-82/+158
2019-07-31ice: separate out control queue lock creationJacob Keller3-29/+91
2019-07-31ice: Always set prefena when configuring an Rx queueBrett Creeley2-1/+9
2019-07-31ice: Move vector base setup to PF VSITony Nguyen1-4/+4
2019-07-31ice: track hardware stat registers past rolloverJacob Keller5-130/+91
2019-07-31ice: add lp_advertising flow control supportPaul Greenwalt1-32/+72
2019-07-30net: Use skb_frag_off accessorsJonathan Lemon3-4/+4
2019-07-24Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller6-14/+22
2019-07-24net/ixgbevf: fix a compilation error of skb_frag_tQian Cai1-2/+5
2019-07-24e1000e: add workaround for possible stalled packetKai-Heng Feng2-1/+11
2019-07-24igc: Add more SKUs for i225 deviceSasha Neftin3-0/+9
2019-07-24igc: Update the MAC reset flowSasha Neftin2-2/+2
2019-07-24igc: Remove the unused field from a device specification structureSasha Neftin1-5/+0
2019-07-24igc: Remove the polarity field from a PHY information structureSasha Neftin1-6/+0
2019-07-23igb: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2019-07-23i40e: Use dev_get_drvdataChuhong Yuan1-5/+3
2019-07-23fm10k: Use dev_get_drvdataChuhong Yuan1-2/+2
2019-07-23e1000e: Use dev_get_drvdata where possibleChuhong Yuan1-4/+3
2019-07-22net: Use skb accessors in network driversMatthew Wilcox (Oracle)14-28/+28
2019-07-21igc: Prefer pcie_capability_read_word()Frederick Lawler1-8/+4
2019-07-15docs: driver-model: move it to the driver-api bookMauro Carvalho Chehab1-1/+1
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2019-07-09net: flow_offload: rename tc_cls_flower_offload to flow_cls_offloadPablo Neira Ayuso3-30/+30