summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
...
| * | ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2024-03-042-7/+11
| * | ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller2024-03-041-3/+0
| * | ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller2024-03-041-12/+10
* | | Merge branch '200GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-0610-1374/+1182
|\ \ \
| * | | idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady2024-03-041-8/+1
| * | | idpf: fix minor controlq issuesAlan Brady2024-03-041-5/+2
| * | | idpf: prevent deinit uninitialized virtchnl coreAlan Brady2024-03-042-2/+10
| * | | idpf: cleanup virtchnl cruftAlan Brady2024-03-044-125/+3
| * | | idpf: refactor idpf_recv_mb_msgAlan Brady2024-03-043-222/+37
| * | | idpf: add async_handler for MAC filter messagesAlan Brady2024-03-041-0/+70
| * | | idpf: refactor remaining virtchnl messagesAlan Brady2024-03-041-596/+298
| * | | idpf: refactor queue related virtchnl messagesAlan Brady2024-03-042-259/+136
| * | | idpf: refactor vport virtchnl messagesAlan Brady2024-03-041-116/+69
| * | | idpf: implement virtchnl transaction managerAlan Brady2024-03-047-73/+561
| * | | idpf: add idpf_virtchnl.hAlan Brady2024-03-048-50/+77
| |/ /
* | | e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits2024-03-041-4/+4
* | | igc: fix LEDS_CLASS dependencyArnd Bergmann2024-03-041-0/+1
* | | ixgbe: Add 1000BASE-BX supportErnesto Castellotti2024-03-045-5/+38
* | | intel: make module parameters readable in sys filesystemJon Maxwell2024-03-043-4/+4
|/ /
* | eth: igc: remove unused embedded struct net_deviceJakub Kicinski2024-03-041-1/+0
* | net: adopt skb_network_header_len() more broadlyEric Dumazet2024-03-042-2/+2
* | net: adopt skb_network_offset() and similar helpersEric Dumazet2024-03-047-7/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-296-41/+164
|\|
| * igb: extend PTP timestamp adjustments to i211Oleksij Rempel2024-02-281-2/+3
| * ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar2024-02-204-26/+83
| * ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski2024-02-201-0/+3
| * ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski2024-02-201-1/+4
| * ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski2024-02-201-0/+38
| * ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski2024-02-201-1/+1
| * ice: fix connection state of DPLL and out pinYochai Hagvi2024-02-201-11/+32
* | net: intel: igc: Use linkmode helpers for EEEAndrew Lunn2024-02-281-4/+5
* | net: intel: igb: Use linkmode helpers for EEEAndrew Lunn2024-02-281-12/+23
* | net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn2024-02-281-5/+12
* | net: intel: i40e/igc: Remove setting Autoneg in EEE capabilitiesAndrew Lunn2024-02-282-10/+1
* | net: ethernet: ixgbe: Convert EEE to use linkmodesAndrew Lunn2024-02-281-23/+25
* | i40e: Remove VEB recursionIvan Vecera2024-02-163-109/+76
* | i40e: Fix broken support for floating VEBsIvan Vecera2024-02-162-49/+67
* | i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera2024-02-163-86/+68
* | i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera2024-02-164-245/+264
* | i40e: Use existing helper to find flow director VSIIvan Vecera2024-02-161-7/+4
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-158-45/+90
|\|
| * Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...Jakub Kicinski2024-02-153-23/+20
| |\
| | * igc: Remove temporary workaroundSasha Neftin2024-02-141-5/+1
| | * igb: Fix string truncation warnings in igb_set_fw_versionKunwu Chan2024-02-142-18/+19
| * | ice: Add check for lport extraction to LAG initDave Ertman2024-02-142-2/+26
| |/
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...David S. Miller2024-02-142-15/+11
| |\
| | * i40e: take into account XDP Tx queues when stopping ringsMaciej Fijalkowski2024-02-121-6/+8
| | * i40e: avoid double calling i40e_pf_rxq_wait()Maciej Fijalkowski2024-02-121-9/+3
| | * i40e: Fix wrong mask used during DCB configIvan Vecera2024-02-121-1/+1
| | * i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera2024-02-121-1/+1