summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e
AgeCommit message (Expand)AuthorFilesLines
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg12-18/+18
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-11/+5
2021-03-15i40e: optimize for XDP_REDIRECT in xsk pathMagnus Karlsson1-4/+7
2021-02-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski4-54/+39
2021-02-19i40e: Fix endianness conversionsNorbert Ciosek3-8/+8
2021-02-19i40e: Fix add TC filter for IPv6Mateusz Palczewski1-2/+3
2021-02-18i40e: Fix VFs not createdSylwester Dziedziuch1-2/+1
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski2-12/+13
2021-02-18i40e: Fix overwriting flow control settings during driver loadingMateusz Palczewski1-27/+0
2021-02-18i40e: Add zero-initialization of AQ command structuresMateusz Palczewski1-0/+6
2021-02-18i40e: Fix memory leak in i40e_probeKeita Suzuki1-0/+2
2021-02-18i40e: Fix flow for IPv6 next header (extension header)Slawomir Laba1-3/+6
2021-02-16i40e: Fix uninitialized variable mfs_maxColin Ian King1-1/+1
2021-02-16i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva1-1/+1
2021-02-12i40e: store the result of i40e_rx_offset() onto i40e_ringMaciej Fijalkowski2-17/+19
2021-02-12i40e: Simplify the do-while allocation loopBjörn Töpel1-3/+1
2021-02-12i40e: adjust i40e_is_non_eopMaciej Fijalkowski1-17/+6
2021-02-12i40e: drop misleading function commentsMaciej Fijalkowski1-27/+6
2021-02-12i40e: drop redundant check when setting xdp progMaciej Fijalkowski1-3/+0
2021-02-11i40e: remove the useless value assignment in i40e_clean_adminq_subtaskKaixu Xia1-1/+1
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski4-292/+289
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski4-119/+551
2021-02-11i40e: Add EEE status getting & setting implementationAleksandr Loktionov2-2/+123
2021-02-11i40e: Add netlink callbacks support for software based DCBArkadiusz Kubalewski1-7/+745
2021-02-11i40e: Add init and default config of software based DCBArkadiusz Kubalewski3-58/+497
2021-02-11i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski7-13/+1365
2021-02-09i40e: Log error for oversized MTU on deviceEryk Rybak1-4/+7
2021-02-09i40e: consolidate handling of XDP program actionsCristian Dumitrescu1-37/+61
2021-02-09i40e: remove the redundant buffer info updatesCristian Dumitrescu1-19/+14
2021-02-09i40e: remove unnecessary cleaned_count updatesCristian Dumitrescu1-3/+1
2021-02-09i40e: remove unnecessary memory writes of the next to clean pointerCristian Dumitrescu1-19/+11
2021-02-05net: use the new dev_page_is_reusable() instead of private versionsAlexander Lobakin1-14/+1
2021-02-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-13/+1
2021-02-02i40e: Revert "i40e: don't report link up for a VF who hasn't enabled queues"Aleksandr Loktionov2-13/+1
2021-01-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+4
2021-01-26i40e: acquire VSI pointer only after VF is initializedStefan Assmann1-7/+4
2021-01-16Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski1-9/+9
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2021-01-14i40e: fix potential NULL pointer dereferencingCristian Dumitrescu1-1/+1
2021-01-09net, xdp: Introduce xdp_prepare_buff utility routineLorenzo Bianconi1-6/+6
2021-01-09net, xdp: Introduce xdp_init_buff utility routineLorenzo Bianconi1-3/+3
2021-01-07net: remove ndo_udp_tunnel_* callbacksJakub Kicinski1-2/+0
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-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+20
2020-12-10i40e: avoid premature Rx buffer reuseBjörn Töpel1-7/+20
2020-12-04Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski4-40/+113
2020-12-01xsk: Propagate napi_id to XDP socket Rx pathBjörn Töpel1-1/+1
2020-11-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-18/+31
2020-11-24i40e: report correct VF link speed when link state is set to enableStefan Assmann1-2/+3