summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel
AgeCommit message (Expand)AuthorFilesLines
2024-07-10idpf: stop using macros for accessing queue descriptorsAlexander Lobakin5-50/+52
2024-07-10i40e: Fix XDP program unloading while removing the driverMichal Kubiak1-5/+4
2024-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-97/+177
2024-07-04ice: use proper macro for testing bitPetr Oros1-1/+1
2024-07-04ice: Reject pin requests with unsupported flagsJacob Keller2-16/+23
2024-07-04ice: Don't process extts if PTP is disabledJacob Keller1-0/+4
2024-07-04ice: Fix improper extts handlingMilena Olech2-22/+91
2024-07-02e1000e: Fix S0ix residency on corporate systemsDima Ruinskiy1-66/+66
2024-06-28ice: do not init struct ice_adapter more times than neededPrzemek Kitszel1-32/+28
2024-06-28ice: Distinguish driver reset and removal for AQ shutdownPiotr Gardocki3-12/+15
2024-06-28ice: Allow different FW API versions based on MAC typePaul Greenwalt2-7/+19
2024-06-28ice: Check all ice_vsi_rebuild() errors in functionEric Joyner1-2/+11
2024-06-28ice: Add get/set hw address for VFs using devlink commandsKarthik Sundaravel3-10/+91
2024-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski1-1/+9
2024-06-21ice: update representor when VSI is readyMichal Swiatkowski3-10/+17
2024-06-21ice: move VSI configuration outside repr setupMichal Swiatkowski3-15/+57
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski4-8/+9
2024-06-21ice: store representor ID in bridge portMichal Swiatkowski4-8/+7
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski3-5/+34
2024-06-20igb: Add MII write supportJackie Jone1-0/+4
2024-06-20ice: Fix VSI list rule with ICE_SW_LKUP_LAST typeMarcin Szycik1-2/+4
2024-06-17Merge tag 'v6.10-rc4' into driver-core-nextGreg Kroah-Hartman9-107/+246
2024-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+2
2024-06-13ice: implement AQ download pkg retryWojciech Drewek1-2/+21
2024-06-13ice: fix 200G link speed message logPaul Greenwalt1-0/+3
2024-06-13ice: avoid IRQ collision to fix init failure on ACPI S3 resumeEn-Wei Wu1-1/+6
2024-06-13auxbus: make to_auxiliary_drv accept and return a constant pointerGreg Kroah-Hartman1-1/+1
2024-06-13Revert "igc: fix a log entry using uninitialized netdev"Sasha Neftin1-3/+2
2024-06-13ice: flower: validate encapsulation control flagsAsbjørn Sloth Tønnesen1-0/+4
2024-06-11ice: use irq_update_affinity_hint()Michal Schmidt2-4/+4
2024-06-11ice: add and use roundup_u64 instead of open coding equivalentJacob Keller1-2/+1
2024-06-11net: intel: Use *-y instead of *-objs in MakefileAndy Shevchenko11-31/+21
2024-06-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski9-104/+244
2024-06-06igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2-2/+11
2024-06-06ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba4-46/+68
2024-06-06ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba3-14/+24
2024-06-06ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-06ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2-9/+93
2024-06-06ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-06-03ice/ptp: Remove convert_art_to_tsc()Thomas Gleixner1-1/+2
2024-06-03igc: Remove convert_art_ns_to_tsc()Thomas Gleixner1-1/+5
2024-06-03e1000e: Replace convert_art_to_tsc()Thomas Gleixner1-1/+2
2024-06-02ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka4-0/+40
2024-06-02ice: Add NAC Topology device capability parserGrzegorz Nitka3-0/+42
2024-06-02ice: Add support for E825-C TS PLL handlingMichal Michalik6-19/+429
2024-06-02ice: Change CGU regs struct to anonymousKarol Kolacinski2-28/+28
2024-06-02ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov9-154/+2613
2024-06-02ice: Introduce ice_get_base_incval() helperJacob Keller2-8/+19
2024-06-02ice: Move CGU blockSergey Temerkhanov2-287/+290