summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-23e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-17iavf: fix double-release of rtnl_lockJakub Kicinski1-3/+1
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch3-2/+15
2020-12-16i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel1-1/+4
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-38/+94
2020-12-10igc: Add new device IDSasha Neftin3-0/+3
2020-12-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-34/+90
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-09ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-09igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-09igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-09igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-09igb: take VLAN double header into accountSven Auhagen2-4/+8
2020-12-09igb: XDP xmit back fix error codeSven Auhagen1-1/+1
2020-12-09ice: Add space to unknown speedSimon Perron Caissy1-1/+1
2020-12-09ice: join format strings to same line as ice_debugJacob Keller7-160/+80
2020-12-09ice: silence static analysis warningBruce Allan1-1/+1
2020-12-09ice: cleanup misleading commentBruce Allan1-3/+3
2020-12-09ice: Remove vlan_ena from vsi structureNick Nunley2-8/+4
2020-12-09ice: Remove gate to OROM initJeb Cramer1-26/+0
2020-12-09ice: Enable Support for FW Override (E82X)Jeb Cramer1-4/+0
2020-12-09ice: don't always return an error for Get PHY Abilities AQ commandPaul M Stillwell Jr1-1/+2
2020-12-09ice: cleanup stack hogBruce Allan1-18/+26
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-46/+119
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel6-7/+7
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+31
2020-11-24igbvf: Refactor tracesKaren Sornek1-2/+2
2020-11-24i40e: report correct VF link speed when link state is set to enableStefan Assmann1-2/+3
2020-11-24i40e: remove redundant assignmentMarek Majtyka1-1/+0
2020-11-23net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1
2020-11-23i40e: Fix removing driver while bare-metal VFs pass trafficSylwester Dziedziuch3-18/+31
2020-11-19devlink: move flash end and begin to core devlinkJacob Keller1-4/+1
2020-11-19devlink: move request_firmware out of driverJacob Keller1-13/+1
2020-11-17i40e: Use batched xsk Tx interfaces to increase performanceMagnus Karlsson4-35/+112
2020-11-17i40e: Remove unnecessary sw_ring access from xsk TxMagnus Karlsson1-5/+1
2020-11-10igc: Fix returning wrong statisticsVinicius Costa Gomes1-6/+8
2020-11-10i40e, xsk: uninitialized variable in i40e_clean_rx_irq_zc()Dan Carpenter1-1/+1
2020-11-10i40e: Fix MAC address setting for a VF via Host/VMSlawomir Laba1-2/+24
2020-10-20net: remove unneeded breakTom Rix1-1/+0
2020-10-18ixgbe: fix probing of multi-port devices with one MDIOJakub Kicinski1-9/+14
2020-10-13e1000: remove unused and incorrect codeJesse Brandeburg1-9/+1
2020-10-13i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin5-12/+49