summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/i40e/i40e_common.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-18i40e: field get conversionJesse Brandeburg1-35/+21
2023-12-18i40e: field prep conversionJesse Brandeburg1-47/+36
2023-12-18intel: add bit macro includes where neededJesse Brandeburg1-0/+1
2023-11-27i40e: Remove queue tracking fields from i40e_adminq_ringIvan Vecera1-4/+4
2023-11-14i40e: Use helpers to check running FW and AQ API versionsIvan Vecera1-13/+12
2023-11-14i40e: Move i40e_is_aq_api_ver_ge helperIvan Vecera1-19/+4
2023-11-14i40e: Use DECLARE_BITMAP for flags field in i40e_hwIvan Vecera1-10/+10
2023-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2023-10-15i40e: Refactor and rename i40e_read_pba_string()Ivan Vecera1-24/+34
2023-10-13i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-05i40e: Remove circular header dependencies and fix headersIvan Vecera1-4/+7
2023-07-31i40e: remove i40e_statusJan Sokolowski1-58/+58
2023-02-09i40e: use int for i40e_statusJan Sokolowski1-439/+451
2023-02-09i40e: Remove string printing for i40e_statusJan Sokolowski1-78/+0
2023-02-09i40e: Remove unused i40e status codesJan Sokolowski1-70/+0
2022-12-12i40e: allow toggling loopback mode via ndo_set_features callbackTirthendu Sarkar1-0/+26
2022-09-06i40e: Add basic support for I710 devicesStanislaw Grzeszczak1-0/+3
2022-04-12i40e: Add Ethernet Connection X722 for 10GbE SFP+ supportMateusz Palczewski1-0/+1
2022-02-03i40e: Add new version of i40e_aq_add_macvlan functionJedrzej Jagielski1-20/+72
2022-02-03i40e: Add new versions of send ASQ command functionsJedrzej Jagielski1-0/+46
2022-02-03i40e: Add sending commands in atomic contextJedrzej Jagielski1-9/+12
2022-01-07i40e: remove variables set but not usedYang Li1-5/+0
2022-01-07i40e: Remove non-inclusive languageMateusz Palczewski1-2/+2
2022-01-07i40e: Minimize amount of busy-waiting during AQ sendJedrzej Jagielski1-2/+4
2021-06-18i40e: clean up packet type lookup tableJesse Brandeburg1-118/+6
2021-05-07i40e: Fix PHY type identifiers for 2.5G and 5G adaptersMateusz Palczewski1-2/+2
2021-03-23intel: clean up mismatched header commentsJesse Brandeburg1-3/+3
2021-02-10i40e: Add hardware configuration for software based DCBArkadiusz Kubalewski1-1/+64
2020-09-25intel-ethernet: clean up W=1 warnings in kdocJesse Brandeburg1-2/+2
2020-08-14i40e: Set RX_ONLY mode for unicast promiscuous on VLANPrzemyslaw Patynowski1-8/+27
2020-06-25i40e: Add support for 5Gbps cardsAleksandr Loktionov1-0/+3
2020-06-25i40e: remove unused definesJesse Brandeburg1-4/+0
2020-01-24i40e: fix spelling mistake "to" -> "too"Colin Ian King1-1/+1
2019-11-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+2
2019-11-08i40e: Fix for ethtool -m issue on X722 NICArkadiusz Kubalewski1-1/+2
2019-11-04i40e: enable X710 supportAlice Michael1-0/+2
2019-10-25i40e: Fix LED blinking flow for X710T*L devicesDamian Milosek1-3/+26
2019-10-25i40e: Extend PHY access with page change flagPiotr Azarewicz1-13/+57
2019-10-25i40e: Extract detection of HW flags into a functionPiotr Azarewicz1-4/+0
2019-10-25i40e: Wrong 'Advertised FEC modes' after set FEC to AUTOJaroslaw Gawin1-3/+10
2019-09-09i40e: Implement debug macro hw_dbg using dev_dbgMauro S. M. Rodrigues1-0/+1
2019-08-22i40e: fix retrying in i40e_aq_get_phy_capabilitiesMarcin Formela1-7/+10
2019-08-22i40e: allow reset in recovery modePiotr Kwapulinski1-1/+1
2019-08-22i40e: reduce stack usage in i40e_set_fcArnd Bergmann1-40/+51
2019-06-26i40e: Fix for missing "link modes" info in ethtoolMartyna Szapar1-2/+1
2019-06-14i40e: Improve AQ log granularityDoug Dziggel1-19/+21
2019-05-04i40e: Add support for X710 B/P & SFP+ cardsAleksandr Loktionov1-0/+5
2019-05-04i40e: add new pci id for X710/XXV710 N3000 cardsAleksandr Loktionov1-0/+2
2019-05-03i40e: Further implementation of LLDPAleksandr Loktionov1-2/+60
2019-04-16i40e: Fix for 10G ports LED not blinkingPiotr Marczak1-33/+0