summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for number of Entries and PolicersRoger Quadros-6/+22
2024-09-13net: ethernet: ti: cpsw_ale: use regfields for ALE registersRoger Quadros-22/+79
2024-09-13net: ethernet: ti: am65-cpsw: Introduce multi queue RxRoger Quadros-230/+269
2024-09-12memory-provider: fix compilation issue without SYSFSMina Almasry-2/+0
2024-09-12Merge branch 'mlx5-updates-2024-09-11'Jakub Kicinski-573/+878
2024-09-12net/mlx5e: Match cleanup order in mlx5e_free_rq in reverse of mlx5e_alloc_rqRahul Rameshbabu-12/+13
2024-09-12net/mlx5e: SHAMPO, Add no-split ethtool counters for header/data splitDragos Tatulea-0/+29
2024-09-12net/mlx5: Add NOT_READY command return statusShay Drory-1/+7
2024-09-12net/mlx5: Allow users to configure affinity for SFsShay Drory-1/+1
2024-09-12net/mlx5: Skip HotPlug check on sync reset using hot resetMoshe Shemesh-5/+8
2024-09-12net/mlx5: Add support for sync reset using hot resetMoshe Shemesh-16/+69
2024-09-12net/mlx5: Add device cap for supporting hot reset in sync reset flowMoshe Shemesh-2/+9
2024-09-12net/mlx5: fs, add support for no append at software levelMark Bloch-16/+242
2024-09-12net/mlx5: fs, separate action and destination into distinct structMark Bloch-98/+104
2024-09-12net/mlx5: fs, remove unused memberMark Bloch-1/+0
2024-09-12net/mlx5: fs, move hardware fte deletion function resetMark Bloch-2/+2
2024-09-12net/mlx5: fs, make get_root_namespace API functionMoshe Shemesh-8/+11
2024-09-12net/mlx5: fs, move steering common function to fs_cmd.hMoshe Shemesh-16/+16
2024-09-12net/mlx5: HWS, fixed error flow return values of some functionsYevgeny Kliteynik-6/+6
2024-09-12net/mlx5: HWS, updated API functions comments to kernel docYevgeny Kliteynik-392/+364
2024-09-12Merge branch 'net-use-irqf_no_autoen-flag-in-request_irq'Jakub Kicinski-7/+4
2024-09-12nfp: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-3/+2
2024-09-12net: enetc: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-2/+1
2024-09-12net: apple: bmac: Use IRQF_NO_AUTOEN flag in request_irq()Jinjie Ruan-2/+1
2024-09-12net: caif: remove unused nameJakub Kicinski-2/+0
2024-09-12uapi: libc-compat: remove ipx leftoversJakub Kicinski-36/+0
2024-09-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski-30/+228
2024-09-12Merge branch 'selftests-net-packetdrill-netns-and-two-imports'Jakub Kicinski-2/+1108
2024-09-12selftests/net: packetdrill: import tcp/slow_startWillem de Bruijn-0/+427
2024-09-12selftests/net: packetdrill: import tcp/zerocopyWillem de Bruijn-0/+674
2024-09-12selftests/net: packetdrill: run in netns and expand configWillem de Bruijn-2/+7
2024-09-12Merge branch 'ena-driver-metrics-changes'Jakub Kicinski-68/+442
2024-09-12net: ena: Extend customer metrics reporting supportDavid Arinzon-78/+344
2024-09-12net: ena: Add ENA Express metrics supportDavid Arinzon-34/+142
2024-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-1138/+2470
2024-09-12Merge tag 'net-6.11-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-190/+364
2024-09-12Merge tag 'platform-drivers-x86-v6.11-7' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-11/+58
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds-5/+22
2024-09-12net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi-1/+7
2024-09-12Merge tag 'nf-24-09-12' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni-6/+42
2024-09-11Merge branch 'add-support-for-open-alliance-10base-t1x-macphy-serial-interface'Jakub Kicinski-0/+2471
2024-09-11dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHYParthiban Veerasooran-0/+75
2024-09-11microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran-0/+462
2024-09-11net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran-0/+25
2024-09-11net: ethernet: oa_tc6: implement mac-phy interruptParthiban Veerasooran-1/+51
2024-09-11net: ethernet: oa_tc6: implement receive path to receive rx ethernet framesParthiban Veerasooran-8/+233
2024-09-11net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet framesParthiban Veerasooran-2/+398
2024-09-11net: ethernet: oa_tc6: enable open alliance tc6 data communicationParthiban Veerasooran-0/+30
2024-09-11net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHYParthiban Veerasooran-0/+30
2024-09-11net: ethernet: oa_tc6: implement internal PHY initializationParthiban Veerasooran-2/+233