summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2021-02-02i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2-13/+1
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo1-1/+1
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo1-2/+1
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng1-1/+2
2021-01-27igc: fix link speed advertisingCorinna Vinschen1-6/+18
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann1-7/+4
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley3-12/+14
2021-01-26ice: Don't allow more channels than LAN MSI-X availableBrett Creeley1-4/+4
2021-01-26ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley1-1/+7
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley1-3/+6
2021-01-26ice: fix FDir IPv6 flexbyteHenry Tieman1-1/+7
2021-01-14i40e: fix potential NULL pointer dereferencingCristian Dumitrescu1-1/+1
2020-12-24e1000e: Export S0ix flags to ethtoolMario Limonciello3-4/+52
2020-12-24Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello1-43/+2
2020-12-24e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello1-3/+14
2020-12-24e1000e: Only run S0ix flows if shutdown succeededMario Limonciello1-6/+7
2020-12-18iavf: 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-15ice, xsk: Move Rx allocation out of while-loopBjörn Töpel1-6/+3
2020-12-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-38/+94
2020-12-11igc: Add new device IDSasha Neftin3-0/+3
2020-12-10Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller5-34/+90
2020-12-10e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits1-4/+4
2020-12-10ice: avoid premature Rx buffer reuseBjörn Töpel1-9/+22
2020-12-10ixgbe: avoid premature Rx buffer reuseBjörn Töpel1-7/+17
2020-12-10i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-10igb: avoid transmit queue timeout in xdp pathSven Auhagen1-0/+5
2020-12-10igb: use xdp_do_flushSven Auhagen1-1/+1
2020-12-10igb: skb add metasize for xdpSven Auhagen1-0/+4
2020-12-10igb: XDP extack message on errorSven Auhagen1-5/+12
2020-12-10igb: take VLAN double header into accountSven Auhagen2-4/+8
2020-12-10igb: 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-28Merge 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-24net: don't include ethtool.h from netdevice.hJakub Kicinski1-0/+1