summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)Author
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson
2021-02-22Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba
2021-02-15i40e: Fix uninitialized variable mfs_maxColin Ian King
2021-02-15i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski
2021-02-12i40e: Simplify the do-while allocation loopBjörn Töpel
2021-02-12i40e: adjust i40e_is_non_eopMaciej Fijalkowski
2021-02-12i40e: drop misleading function commentsMaciej Fijalkowski
2021-02-12i40e: drop redundant check when setting xdp progMaciej Fijalkowski
2021-02-10i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia
2021-02-10i40e: VLAN field for flow directorPrzemyslaw Patynowski
2021-02-10i40e: Add flow director support for IPv6Przemyslaw Patynowski
2021-02-10i40e: Add EEE status getting & setting implementationAleksandr Loktionov
2021-02-10i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski
2021-02-10i40e: Add init and default config of software based DCBArkadiusz Kubalewski
2021-02-10i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski
2021-02-08i40e: Log error for oversized MTU on deviceEryk Rybak
2021-02-08i40e: consolidate handling of XDP program actionsCristian Dumitrescu
2021-02-08i40e: remove the redundant buffer info updatesCristian Dumitrescu
2021-02-08i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu
2021-02-08i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu
2021-02-04net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin
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-01-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann
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-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
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-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-12-09i40e: avoid premature Rx buffer reuseBjörn Töpel
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel
2020-11-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-11-24i40e: report correct VF link speed when link state is set to enableStefan Assmann
2020-11-24i40e: remove redundant assignmentMarek Majtyka