summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2024-09-14Merge tag 'linux-can-fixes-for-6.11-20240912' of git://git.kernel.org/pub/scm...Jakub Kicinski3-12/+11
2024-09-14enic: Report some per queue statistics in ethtoolNelson Escobar1-2/+81
2024-09-14enic: Report per queue statistics in netdev qstatsNelson Escobar1-0/+56
2024-09-14enic: Collect per queue statisticsNelson Escobar2-18/+121
2024-09-14enic: Use macro instead of static const variables for array sizesNelson Escobar1-10/+13
2024-09-14net: macb: Use predefined PCI vendor ID constantAndy Shevchenko1-3/+2
2024-09-14net: enetc: Replace ifdef with IS_ENABLEDMartyn Welch3-23/+20
2024-09-14fbnic: Set napi irq value after calling netif_napi_addBrett Creeley1-4/+4
2024-09-14r8169: disable ALDPS per default for RTL8125Heiner Kallweit1-0/+2
2024-09-14net: ag71xx: remove dead code pathQianqiang Liu1-9/+4
2024-09-14netkit: Assign missing bpf_net_contextBreno Leitao1-0/+3
2024-09-13net: ethernet: ti: am65-cpsw: setup priority to flow mappingRoger Quadros1-0/+3
2024-09-13net: ethernet: ti: cpsw_ale: add policer/classifier helpers and setup defaultsRoger Quadros2-0/+95
2024-09-13net: ethernet: ti: cpsw_ale: add Policer and Thread control register fieldsRoger Quadros2-0/+127
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for number of Entries and PolicersRoger Quadros2-6/+22
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for ALE registersRoger Quadros2-22/+79
2024-09-13net: ethernet: ti: am65-cpsw: Introduce multi queue RxRoger Quadros3-230/+269
2024-09-13RDMA/mlx5: Use IB set_netdev and get_netdev functionsChiara Meiohas1-35/+41
2024-09-13net/mlx5: Handle memory scheme ODP capabilitiesMichael Guralnik1-4/+18
2024-09-13net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu1-12/+13
2024-09-13net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data splitDragos Tatulea3-0/+13
2024-09-13net/mlx5: Add NOT_READY command return statusShay Drory1-1/+6
2024-09-13net/mlx5: Allow users to configure affinity for SFsShay Drory1-1/+1
2024-09-13net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh1-5/+8
2024-09-13net/mlx5: Add support for sync reset using hot resetMoshe Shemesh2-16/+69
2024-09-13net/mlx5: fs, add support for no append at software levelMark Bloch4-16/+242
2024-09-13net/mlx5: fs, separate action and destination into distinct structMark Bloch5-98/+104
2024-09-13net/mlx5: fs, remove unused memberMark Bloch1-1/+0
2024-09-13net/mlx5: fs, move hardware fte deletion function resetMark Bloch1-2/+2
2024-09-13net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh1-8/+8
2024-09-13net/mlx5: fs, move steering common function to fs_cmd.hMoshe Shemesh2-16/+16
2024-09-13net/mlx5: HWS, fixed error flow return values of some functionsYevgeny Kliteynik3-6/+6
2024-09-13net/mlx5: HWS, updated API functions comments to kernel docYevgeny Kliteynik1-392/+364
2024-09-13nfp: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-3/+2
2024-09-13net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-13net: apple: bmac: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan1-2/+1
2024-09-13bareudp: Pull inner IP header on xmit.Guillaume Nault1-0/+6
2024-09-13bareudp: Pull inner IP header in bareudp_udp_encap_recv().Guillaume Nault1-2/+18
2024-09-13Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2024-09-13net: ena: Extend customer metrics reporting supportDavid Arinzon5-78/+344
2024-09-13net: ena: Add ENA Express metrics supportDavid Arinzon6-34/+137
2024-09-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-122/+209
2024-09-12net: cirrus: add DT support for Cirrus EP93xxNikita Shubin1-31/+32
2024-09-12can: m_can: m_can_close(): stop clocks after device has been shut downMarc Kleine-Budde1-1/+1
2024-09-12can: m_can: enable NAPI before enabling interruptsJake Hamby1-6/+6
2024-09-12can: kvaser_pciefd: Enable 64-bit DMA addressingMartin Jocic1-0/+3
2024-09-12can: esd_usb: Remove CAN_CTRLMODE_3_SAMPLES for CAN-USB/3-FDStefan Mätje1-5/+1
2024-09-12microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran5-0/+456
2024-09-12net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran1-0/+24
2024-09-12net: ethernet: oa_tc6: implement mac-phy interruptParthiban Veerasooran1-1/+51