aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-06-05net/mlx5e: SHAMPO, Use KSMs instead of KLMsYoray Zack5-67/+70
2024-06-05net/mlx5e: SHAMPO, Add header-only ethtool counters for header data splitTariq Toukan3-0/+11
2024-06-05net/mlx5e: SHAMPO, Drop rx_gro_match_packets counterDragos Tatulea3-7/+0
2024-06-05net/mlx5e: SHAMPO, Make GRO counters more preciseDragos Tatulea1-5/+8
2024-06-05net/mlx5e: SHAMPO, Skipping on duplicate flush of the same SHAMPO SKBYoray Zack1-1/+1
2024-06-05net/mlx5e: SHAMPO, Specialize mlx5e_fill_skb_data()Dragos Tatulea1-14/+11
2024-06-05net/mlx5e: SHAMPO, Simplify header page release in teardownDragos Tatulea3-58/+17
2024-06-05net/mlx5e: SHAMPO, Disable gso_size for non GRO packetsDragos Tatulea1-0/+2
2024-06-05net/mlx5e: SHAMPO, Fix FCS config when HW GRO onDragos Tatulea1-3/+9
2024-06-05net/mlx5e: SHAMPO, Fix invalid WQ linked list unlinkDragos Tatulea1-0/+3
2024-06-05net/mlx5e: SHAMPO, Fix incorrect page releaseDragos Tatulea1-1/+2
2024-06-05net/mlx5e: SHAMPO, Use net_prefetch APITariq Toukan1-3/+3
2024-06-05igc: Fix Energy Efficient Ethernet support declarationSasha Neftin2-2/+11
2024-06-05ice: map XDP queues to vectors in ice_vsi_map_rings_to_vectors()Larysa Zaremba4-46/+68
2024-06-05ice: add flag to distinguish reset from .ndo_bpf in XDP rings configLarysa Zaremba3-14/+24
2024-06-05ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-05ice: fix reads from NVM Shadow RAM on E830 and E825-C devicesJacob Keller2-9/+93
2024-06-05ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-06-05ionic: advertise 52-bit addressing limitation for MSI-XDavid Christensen1-0/+5
2024-06-05bnxt_en: fix atomic counter for ptp packetsVadim Fedorenko1-1/+1
2024-06-05net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-06-05net/mlx5: Always stop health timer during driver removalShay Drory1-0/+3
2024-06-05net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh3-0/+16
2024-06-05net: ethernet: mtk_eth_soc: handle dma buffer size soc specificFrank Wunderlich2-36/+77
2024-06-05octeontx2-af: Add debugfs support to dump NIX TM topologyAnshumali Gaur3-0/+373
2024-06-05ionic: fix kernel panic in XDP_TX actionTaehee Yoo1-0/+1
2024-06-05mlxsw: spectrum_router: Constify struct devlink_dpipe_table_opsChristophe JAILLET1-4/+4
2024-06-05octeontx2-af: Always allocate PF entries from low prioriy zoneSubbaraya Sundeep1-11/+22
2024-06-04Revert "ethernet: octeontx2: avoid linking objects into multiple modules"Jakub Kicinski3-25/+6
2024-06-03ice/ptp: Remove convert_art_to_tsc()Thomas Gleixner1-1/+2
2024-06-03stmmac: intel: 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-01net: ethernet: cortina: Implement .set_pauseparam()Linus Walleij1-0/+14
2024-06-01net: ethernet: cortina: Use negotiated TX/RX pauseLinus Walleij1-10/+5
2024-06-01net: ethernet: cortina: Rename adjust link callbackLinus Walleij1-2/+2
2024-06-01bnxt_en: add timestamping statistics supportVadim Fedorenko4-5/+43
2024-06-01ice: Adjust PTP init for 2x50G E825C devicesGrzegorz Nitka4-0/+40
2024-06-01ice: Add NAC Topology device capability parserGrzegorz Nitka3-0/+42
2024-06-01ice: Add support for E825-C TS PLL handlingMichal Michalik6-19/+429
2024-06-01ice: Change CGU regs struct to anonymousKarol Kolacinski2-28/+28
2024-06-01ice: Introduce ETH56G PHY model for E825C productsSergey Temerkhanov9-154/+2613
2024-06-01ice: Introduce ice_get_base_incval() helperJacob Keller2-8/+19
2024-06-01ice: Move CGU blockSergey Temerkhanov2-287/+290
2024-06-01ice: Add PHY OFFSET_READY register clearingKarol Kolacinski3-4/+42
2024-06-01ice: Implement Tx interrupt enablement functionsSergey Temerkhanov3-35/+66
2024-06-01ice: Introduce helper to get tmr_cmd_reg valuesJacob Keller2-53/+89
2024-06-01ice: Introduce ice_ptp_hw structKarol Kolacinski6-76/+126
2024-06-01net: smc91x: Fix pointer typesThorsten Blum1-2/+2
2024-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-189/+278