summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller2024-03-069-22/+15
|\
| * intel: legacy: Partial revert of field get conversionSasha Neftin2024-03-051-1/+1
| * igc: avoid returning frame twice in XDP_REDIRECTFlorian Kauer2024-03-051-7/+6
| * i40e: Fix firmware version comparison functionIvan Vecera2024-03-051-2/+1
| * ice: fix typo in assignmentJesse Brandeburg2024-03-051-1/+1
| * ice: fix uninitialized dplls mutex usageMichal Schmidt2024-03-051-1/+1
| * net: ice: Fix potential NULL pointer dereference in ice_bridge_setlink()Rand Deeb2024-03-051-0/+2
| * ice: virtchnl: stop pretending to support RSS over AQ or registersJacob Keller2024-03-052-10/+1
| * idpf: disable local BH when scheduling napi for marker packetsEmil Tantilov2024-03-051-0/+2
* | dpll: move all dpll<>netdev helpers to dpll codeJakub Kicinski2024-03-051-2/+2
|/
* ice: reconfig host after changing MSI-X on VFMichal Swiatkowski2024-03-011-2/+9
* ice: reorder disabling IRQ and NAPI in ice_qp_disMaciej Fijalkowski2024-03-011-4/+5
* i40e: disable NAPI right after disabling irqs when handling xsk_poolMaciej Fijalkowski2024-03-011-1/+1
* ixgbe: {dis, en}able irqs in ixgbe_txrx_ring_{dis, en}ableMaciej Fijalkowski2024-03-011-7/+49
* 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
* 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
* | i40e: Do not allow untrusted VF to remove administratively set MACIvan Vecera2024-02-121-5/+33
|/
* net: intel: fix old compiler regressionsJesse Brandeburg2024-02-073-3/+3
* idpf: avoid compiler padding in virtchnl2_ptype structPavan Kumar Linga2024-02-011-1/+1
* ixgbe: Fix an error handling path in ixgbe_read_iosf_sb_reg_x550()Christophe JAILLET2024-01-291-1/+2
* e1000e: correct maximum frequency adjustment valuesJacob Keller2024-01-292-7/+35
* i40e: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-241-0/+7
* i40e: set xdp_rxq_info::frag_sizeMaciej Fijalkowski2024-01-242-25/+24
* ice: update xdp_rxq_info::frag_size for ZC enabled Rx queueMaciej Fijalkowski2024-01-241-14/+23
* intel: xsk: initialize skb_frag_t::bv_offset in ZC driversMaciej Fijalkowski2024-01-242-2/+4
* ice: remove redundant xdp_rxq_info registrationMaciej Fijalkowski2024-01-241-5/+0
* i40e: handle multi-buffer packets that are shrunk by xdp progTirthendu Sarkar2024-01-241-17/+23
* ice: work on pre-XDP prog frag countMaciej Fijalkowski2024-01-243-14/+32
* xsk: make xsk_buff_pool responsible for clearing xdp_buff::flagsMaciej Fijalkowski2024-01-242-2/+0
* idpf: distinguish vports by the dev_port attributeMichal Schmidt2024-01-211-0/+2
* i40e: Include types.h to some headersTony Nguyen2024-01-182-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-01-0412-21/+100
|\
| * Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/n...Jakub Kicinski2024-01-045-3/+42
| |\
| | * igc: Fix hicredit calculationRodrigo Cataldo2024-01-031-1/+1
| | * ice: fix Get link status data lengthPaul Greenwalt2024-01-031-1/+2
| | * i40e: Restore VF MSI-X state during PCI resetAndrii Staikov2024-01-033-0/+32