summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-03-05idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov1-0/+2
2024-03-04e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-03-04igc: fix LEDS_CLASS dependencyArnd Bergmann1-0/+1
2024-03-04ixgbe: Add 1000BASE-BX supportErnesto Castellotti5-5/+38
2024-03-04intel: make module parameters readable in sys filesystemJon Maxwell3-4/+4
2024-03-04ice: avoid unnecessary devm_ usageMaciej Fijalkowski2-30/+14
2024-03-04ice: do not disable Tx queues twice in ice_down()Maciej Fijalkowski3-57/+44
2024-03-04ice: cleanup line splitting for context set functionsJacob Keller2-13/+9
2024-03-04ice: use GENMASK instead of BIT(n) - 1 in pack functionsJacob Keller1-36/+8
2024-03-04ice: rename ice_write_* functions to ice_pack_ctx_*Jacob Keller1-28/+28
2024-03-04ice: remove vf->lan_vsi_num fieldJacob Keller3-15/+1
2024-03-04ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-03-04ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-03-04ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-03-04idpf: remove dealloc vector msg err in idpf_intr_relAlan Brady1-8/+1
2024-03-04idpf: fix minor controlq issuesAlan Brady1-5/+2
2024-03-04idpf: prevent deinit uninitialized virtchnl coreAlan Brady2-2/+10
2024-03-04idpf: cleanup virtchnl cruftAlan Brady4-125/+3
2024-03-04idpf: refactor idpf_recv_mb_msgAlan Brady3-222/+37
2024-03-04idpf: add async_handler for MAC filter messagesAlan Brady1-0/+70
2024-03-04idpf: refactor remaining virtchnl messagesAlan Brady1-596/+298
2024-03-04idpf: refactor queue related virtchnl messagesAlan Brady2-259/+136
2024-03-04idpf: refactor vport virtchnl messagesAlan Brady1-116/+69
2024-03-04idpf: implement virtchnl transaction managerAlan Brady7-73/+561
2024-03-04idpf: add idpf_virtchnl.hAlan Brady8-50/+77
2024-03-04eth: igc: remove unused embedded struct net_deviceJakub Kicinski1-1/+0
2024-03-04net: adopt skb_network_header_len() more broadlyEric Dumazet2-2/+2
2024-03-04net: adopt skb_network_offset() and similar helpersEric Dumazet7-7/+7
2024-03-01ice: reconfig host after changing MSI-X on VFMichal Swiatkowski1-2/+9
2024-03-01ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-03-01i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-01ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-02-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski6-41/+164
2024-02-28igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
2024-02-28net: intel: igc: Use linkmode helpers for EEEAndrew Lunn1-4/+5
2024-02-28net: intel: igb: Use linkmode helpers for EEEAndrew Lunn1-12/+23
2024-02-28net: intel: e1000e: Use linkmode helpers for EEEAndrew Lunn1-5/+12
2024-02-28net: intel: i40e/igc: Remove setting Autoneg in EEE capabilitiesAndrew Lunn2-10/+1
2024-02-28net: ethernet: ixgbe: Convert EEE to use linkmodesAndrew Lunn1-23/+25
2024-02-20ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar4-26/+83
2024-02-20ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski1-0/+3
2024-02-20ice: fix dpll periodic work data updates on PF resetArkadiusz Kubalewski1-1/+4
2024-02-20ice: fix dpll and dpll_pin data access on PF resetArkadiusz Kubalewski1-0/+38
2024-02-20ice: fix dpll input pin phase_adjust value updatesArkadiusz Kubalewski1-1/+1
2024-02-20ice: fix connection state of DPLL and out pinYochai Hagvi1-11/+32
2024-02-16i40e: Remove VEB recursionIvan Vecera3-109/+76
2024-02-16i40e: Fix broken support for floating VEBsIvan Vecera2-49/+67
2024-02-16i40e: Add helpers to find VSI and VEB by SEID and use themIvan Vecera3-86/+68
2024-02-16i40e: Introduce and use macros for iterating VSIs and VEBsIvan Vecera4-245/+264
2024-02-16i40e: Use existing helper to find flow director VSIIvan Vecera1-7/+4