summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
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-10e1000e: Workaround for sporadic MDI error on Meteor Lake systemsVitaly Lifshits4-69/+150
2024-04-10intel: legacy: field get conversionJesse Brandeburg25-162/+118
2024-04-10intel: add bit macro includes where neededJesse Brandeburg16-23/+36
2024-04-10i40e: Remove circular header dependencies and fix headersIvan Vecera27-81/+72
2024-04-10i40e: Split i40e_osdep.hIvan Vecera8-71/+68
2024-04-10i40e: Move memory allocation structures to i40e_alloc.hIvan Vecera3-12/+15
2024-04-10i40e: Simplify memory allocation functionsIvan Vecera5-43/+14
2024-04-10i40e: Refactor I40E_MDIO_CLAUSE* macrosIvan Vecera2-15/+10
2024-04-10i40e: Remove back pointer from i40e_hw structureIvan Vecera4-11/+31
2024-04-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-04-10i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
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-10i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-04-10ice: fix enabling RX VLAN filteringPetr Oros1-10/+8
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: realloc VSI stats arraysMichal Swiatkowski1-19/+39
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-15igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer1-7/+6
2024-03-15net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb1-0/+2
2024-03-15ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2-10/+1
2024-03-15ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski1-4/+5
2024-03-15i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski1-1/+1
2024-03-15ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski1-7/+49
2024-03-06igb: extend PTP timestamp adjustments to i211Oleksij Rempel1-2/+3
2024-02-23i40e: Fix waiting for queues of all VSIs to be disabledIvan Vecera1-1/+1
2024-02-23i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera1-5/+33
2024-02-05ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET1-1/+2
2024-02-05ixgbe: Refactor overtemp event handlingJedrzej Jagielski5-41/+43
2024-02-05ixgbe: Refactor returning internal error codesJedrzej Jagielski12-317/+264
2024-02-05e1000e: correct maximum frequency adjustment valuesJacob Keller2-7/+35
2024-02-05i40e: Fix VF disable behavior to block all trafficAndrii Staikov2-0/+33
2024-02-05ice: fix pre-shifted bit usageJesse Brandeburg3-11/+18
2024-02-05ice: fix ICE_AQ_VSI_Q_OPT_RSS_* register valuesAhmed Zaki3-13/+11
2024-02-01i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-0/+7
2024-02-01i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2-25/+24
2024-02-01ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski1-14/+23
2024-02-01intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2-2/+4
2024-02-01ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski1-5/+0
2024-02-01i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar1-17/+23
2024-02-01ice: work on pre-XDP prog frag countMaciej Fijalkowski3-14/+32
2024-02-01xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2-2/+0
2024-01-10igc: Fix hicredit calculationRodrigo Cataldo1-1/+1