summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_ethtool.c
AgeCommit message (Expand)AuthorFilesLines
2023-05-11i40e: use int for i40e_statusJan Sokolowski1-12/+12
2023-05-11i40e: Remove string printing for i40e_statusJan Sokolowski1-21/+20
2022-12-05i40e: Disallow ip4 and ip6 l4_4_bytesPrzemyslaw Patynowski1-10/+2
2022-10-26i40e: Fix flow-type by setting GL_HASH_INSET registersSlawomir Laba1-33/+38
2022-10-26i40e: Fix ethtool rx-flow-hash setting for X722Slawomir Laba1-8/+23
2022-10-14i40e: Fix DMA mappings leakJan Sokolowski1-3/+0
2022-09-01net: ethernet: move from strlcpy with unused retval to strscpyWolfram Sang1-3/+3
2022-08-24i40e: Fix incorrect address type for IPv6 flow rulesSylwester Dziedziuch1-1/+1
2022-07-22i40e: Refactor tc mqprio checksPrzemyslaw Patynowski1-1/+1
2022-06-30intel: remove unused macrosJesse Brandeburg1-2/+0
2022-06-21i40e: Add support for ethtool -s <interface> speed <speed in Mb>Mateusz Palczewski1-0/+90
2022-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-8/+17
2022-06-09i40e: Fix call trace in setup_tx_descriptorsAleksandr Loktionov1-8/+17
2022-06-07i40e: Add VF VLAN pruningMateusz Palczewski1-0/+9
2022-04-12i40e: Add vsi.tx_restart to i40e ethtool statsNabil S. Alramli1-0/+1
2022-04-12i40e: Add tx_stopped statJoe Damato1-0/+1
2022-02-08i40e: Add a stat for tracking busy rx pagesJoe Damato1-0/+1
2022-02-08i40e: Add a stat for tracking pages waivedJoe Damato1-0/+1
2022-02-08i40e: Add a stat tracking new RX page allocationsJoe Damato1-0/+1
2022-02-08i40e: Aggregate and export RX page reuse statJoe Damato1-0/+1
2021-11-22ethtool: extend ringparam setting/getting API with rx_buf_lenHao Chen1-2/+6
2021-08-24ethtool: extend coalesce setting uAPI with CQE modeYufeng Mo1-2/+10
2021-07-23i40e: Add additional info to PHY type errorLukasz Cieplicki1-1/+1
2021-07-23i40e: Fix firmware LLDP agent related warningArkadiusz Kubalewski1-0/+4
2021-06-24i40e: Fix autoneg disabling for non-10GBaseT linksMateusz Palczewski1-2/+1
2021-05-07i40e: Remove LLDP frame filtersArkadiusz Kubalewski1-1/+0
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski1-2/+2
2021-05-07i40e: fix the restart auto-negotiation after FEC modifiedJaroslaw Gawin1-1/+2
2021-04-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-7/+48
2021-04-08i40e: Fix parameters in aq_get_phy_register()Grzegorz Siwik1-1/+1
2021-04-01i40e: Fix display statistics for veb_tcEryk Rybak1-6/+46
2021-03-25i40e: Added Asym_Pause to supported link modesMateusz Palczewski1-0/+1
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-1/+1
2021-03-17intel: Update drivers to use ethtool_sprintfAlexander Duyck1-11/+5
2021-02-23Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski1-7/+9
2021-02-18i40e: Fix addition of RX filters after enabling FW LLDP agentMateusz Palczewski1-7/+9
2021-02-16i40e: Fix incorrect argument in call to ipv6_addr_any()Gustavo A. R. Silva1-1/+1
2021-02-11i40e: VLAN field for flow directorPrzemyslaw Patynowski1-1/+29
2021-02-11i40e: Add flow director support for IPv6Przemyslaw Patynowski1-17/+194
2021-02-11i40e: Add EEE status getting & setting implementationAleksandr Loktionov1-2/+121
2021-02-11i40e: Add init and default config of software based DCBArkadiusz Kubalewski1-15/+5
2020-10-14i40e: Allow changing FEC settings on X722 if supported by FWJaroslaw Gawin1-12/+21
2020-08-31xsk: i40e: ice: ixgbe: mlx5: Pass buffer pool to driver instead of umemMagnus Karlsson1-1/+1
2020-07-02i40e: Add support for a new feature Total Port ShutdownArkadiusz Kubalewski1-0/+9
2020-07-01ethernet/intel: Convert fallthrough code commentsJeff Kirsher1-1/+1
2020-06-26Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller1-2/+0
2020-06-26net/intel: remove driver versions from Intel driversJeff Kirsher1-2/+0
2020-06-19i40e: fix crash when Rx descriptor count is changedBjörn Töpel1-0/+3
2020-03-12net: i40e: reject unsupported coalescing paramsJakub Kicinski1-0/+5
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya1-1/+1