summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-05-30idpf: don't skip over ethtool tcp-data-split settingMichal Schmidt1-1/+2
2024-05-30overflow: Change DEFINE_FLEX to take __counted_by memberKees Cook6-18/+18
2024-05-30ice: make ice_vsi_cfg_txq() staticMaciej Fijalkowski5-100/+82
2024-05-30ice: make ice_vsi_cfg_rxq() staticMaciej Fijalkowski5-63/+60
2024-05-30ice: Fix package download algorithmDan Nowlin1-4/+4
2024-05-25ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-05-25ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-05-17e1000e: change usleep_range to udelay in PHY mdic accessVitaly Lifshits1-4/+4
2024-05-17ice: ensure the copied buf is NUL terminatedBui Quang Minh1-4/+4
2024-05-02ice: fix LAG and VF lock dependency in ice_reset_vf()Jacob Keller1-8/+8
2024-05-02iavf: Fix TC config comparison with existing adapter TC configSudheer Mogilappagari1-1/+29
2024-05-02i40e: Report MFS in decimal base instead of hexErwan Velu1-2/+2
2024-05-02i40e: Do not use WQ_MEM_RECLAIM flag for workqueueSindhu Devale1-1/+1
2024-04-27ice: Fix checking for unsupported keys on non-tunnel deviceMarcin Szycik1-1/+4
2024-04-27ice: tc: allow zero flags in parsing tc flowerMichal Swiatkowski1-1/+1
2024-04-27ice: tc: check src_vsi in case of traffic from VFMichal Swiatkowski1-0/+8
2024-04-13ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-04-10e1000e: move force SMBUS from enable ulp function to avoid PHY loss issueVitaly Lifshits2-19/+18
2024-04-10e1000e: Minor flow correction in e1000_shutdown functionVitaly Lifshits1-4/+4
2024-04-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-10e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits4-69/+150
2024-04-10i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-04-10ice: fix enabling RX VLAN filteringPetr Oros1-10/+8
2024-04-10idpf: fix kernel panic on unknown packet typesJoshua Hay1-2/+2
2024-04-10igc: Remove stale comment about Tx timestampingKurt Kanzenbach1-4/+0
2024-04-10ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-04-10ice: fix memory corruption bug with suspend and rebuildJesse Brandeburg1-9/+9
2024-04-10ice: Refactor FW data type and fix bitmap casting issueSteven Zou4-15/+20
2024-03-27ice: fix stats being updated by way too large valuesPrzemek Kitszel1-13/+11
2024-03-27igb: Fix missing time sync eventsVinicius Costa Gomes1-18/+5
2024-03-27igc: Fix missing time sync eventsVinicius Costa Gomes1-11/+1
2024-03-06Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-22/+15
2024-03-06dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski1-2/+2
2024-03-05intel: legacy: Partial revert of field get conversionSasha Neftin1-1/+1
2024-03-05igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer1-7/+6
2024-03-05i40e: Fix firmware version comparison functionIvan Vecera1-2/+1
2024-03-05ice: fix typo in assignmentJesse Brandeburg1-1/+1
2024-03-05ice: fix uninitialized dplls mutex usageMichal Schmidt1-1/+1
2024-03-05net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-05ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-05idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov1-0/+2
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-29igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
2024-02-21ice: Fix ASSERT_RTNL() warning during certain scenariosAmritha Nambiar4-26/+83
2024-02-20ice: fix pin phase adjust updates on PF resetArkadiusz Kubalewski1-0/+3