summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)Author
2021-02-03igc: Expose the NVM versionSasha Neftin
2021-02-03igc: Add Host Good Packets Transmitted CountSasha Neftin
2021-02-03igc: Remove MULR mask defineSasha Neftin
2021-02-03igc: Remove igc_set_fw_version commentSasha Neftin
2021-02-03igc: Clean up nvm_operations structureSasha Neftin
2021-02-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-02-01i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov
2021-02-01igc: check return value of ret_val in igc_config_fc_after_link_upKevin Lo
2021-02-01igc: set the default return value to -IGC_ERR_NVM in igc_write_nvm_srwrKevin Lo
2021-02-01igc: Report speed and duplex as unknown when device is runtime suspendedKai-Heng Feng
2021-01-28e100: switch from 'pci_' to 'dma_' APIChristophe JAILLET
2021-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-26igc: fix link speed advertisingCorinna Vinschen
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann
2021-01-26ice: Fix MSI-X vector fallback logicBrett Creeley
2021-01-26ice: Don't allow more channels than LAN MSI-X availableBrett Creeley
2021-01-26ice: update dev_addr in ice_set_mac_address even if HW filter existsNick Nunley
2021-01-26ice: Implement flow for IPv6 next header (extension header)Nick Nunley
2021-01-26ice: fix FDir IPv6 flexbyteHenry Tieman
2021-01-19net: ixgbevf: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: ixgbe: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igc: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igbvf: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-19net: igb: use skb_csum_is_sctp instead of protocol checkXin Long
2021-01-15Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-13i40e: fix potential NULL pointer dereferencingCristian Dumitrescu
2021-01-09ice: drop dead code in ice_receive_skb()Eric Dumazet
2021-01-08net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi
2021-01-08net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski
2021-01-05iavf: Use kzalloc for allocating only one thingZheng Yongjun
2020-12-23e1000e: Export S0ix flags to ethtoolMario Limonciello
2020-12-23Revert "e1000e: disable s0ix entry and exit flows for ME systems"Mario Limonciello
2020-12-23e1000e: bump up timeout to wait when ME un-configures ULP modeMario Limonciello
2020-12-23e1000e: Only run S0ix flows if shutdown succeededMario Limonciello
2020-12-17iavf: fix double-release of rtnl_lockJakub Kicinski
2020-12-17i40e: Fix Error I40E_AQ_RC_EINVAL when removing VFsSylwester Dziedziuch
2020-12-16i40e, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel
2020-12-16ice, xsk: clear the status bits for the next_to_use descriptorBjörn Töpel
2020-12-14ice, xsk: Move Rx allocation out of while-loopBjörn Töpel
2020-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-10igc: Add new device IDSasha Neftin
2020-12-09Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2020-12-09e1000e: fix S0ix flow to allow S0i3.2 subset entryVitaly Lifshits
2020-12-09ice: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09ixgbe: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel
2020-12-09igb: avoid transmit queue timeout in xdp pathSven Auhagen
2020-12-09igb: use xdp_do_flushSven Auhagen