summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/i40e/i40e_common.c
Commit message (Expand)AuthorAgeFilesLines
* i40e: field get conversionJesse Brandeburg2023-12-181-35/+21
* i40e: field prep conversionJesse Brandeburg2023-12-181-47/+36
* intel: add bit macro includes where neededJesse Brandeburg2023-12-181-0/+1
* i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera2023-11-271-4/+4
* i40e: Use helpers to check running FW and AQ API versionsIvan Vecera2023-11-141-13/+12
* i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera2023-11-141-19/+4
* i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera2023-11-141-10/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-10-191-2/+2
|\
| * i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt2023-10-131-2/+2
* | i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera2023-10-151-24/+34
* | i40e: Remove circular header dependencies and fix headersIvan Vecera2023-10-051-4/+7
|/
* i40e: remove i40e_statusJan Sokolowski2023-07-311-58/+58
* i40e: use int for i40e_statusJan Sokolowski2023-02-091-439/+451
* i40e: Remove string printing for i40e_statusJan Sokolowski2023-02-091-78/+0
* i40e: Remove unused i40e status codesJan Sokolowski2023-02-091-70/+0
* i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar2022-12-121-0/+26
* i40e: Add basic support for I710 devicesStanislaw Grzeszczak2022-09-061-0/+3
* i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski2022-04-121-0/+1
* i40e: Add new version of i40e_aq_add_macvlan functionJedrzej Jagielski2022-02-031-20/+72
* i40e: Add new versions of send ASQ command functionsJedrzej Jagielski2022-02-031-0/+46
* i40e: Add sending commands in atomic contextJedrzej Jagielski2022-02-031-9/+12
* i40e: remove variables set but not usedYang Li2022-01-071-5/+0
* i40e: Remove non-inclusive languageMateusz Palczewski2022-01-071-2/+2
* i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski2022-01-071-2/+4
* i40e: clean up packet type lookup tableJesse Brandeburg2021-06-181-118/+6
* i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski2021-05-071-2/+2
* intel: clean up mismatched header commentsJesse Brandeburg2021-03-231-3/+3
* i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski2021-02-101-1/+64
* intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg2020-09-251-2/+2
* i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski2020-08-141-8/+27
* i40e: Add support for 5Gbps cardsAleksandr Loktionov2020-06-251-0/+3
* i40e: remove unused definesJesse Brandeburg2020-06-251-4/+0
* i40e: fix spelling mistake "to" -> "too"Colin Ian King2020-01-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-11-091-1/+2
|\
| * i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski2019-11-081-1/+2
* | i40e: enable X710 supportAlice Michael2019-11-041-0/+2
* | i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek2019-10-251-3/+26
* | i40e: Extend PHY access with page change flagPiotr Azarewicz2019-10-251-13/+57
* | i40e: Extract detection of HW flags into a functionPiotr Azarewicz2019-10-251-4/+0
* | i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin2019-10-251-3/+10
|/
* i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues2019-09-091-0/+1
* i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela2019-08-221-7/+10
* i40e: allow reset in recovery modePiotr Kwapulinski2019-08-221-1/+1
* i40e: reduce stack usage in i40e_set_fcArnd Bergmann2019-08-221-40/+51
* i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar2019-06-261-2/+1
* i40e: Improve AQ log granularityDoug Dziggel2019-06-141-19/+21
* i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov2019-05-041-0/+5
* i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov2019-05-041-0/+2
* i40e: Further implementation of LLDPAleksandr Loktionov2019-05-031-2/+60
* i40e: Fix for 10G ports LED not blinkingPiotr Marczak2019-04-161-33/+0