summaryrefslogtreecommitdiffstats
path: root/drivers/char/scx200_gpio.c (unfollow)
Commit message (Expand)AuthorFilesLines
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-13memory-provider: fix compilation issue without SYSFSMina Almasry1-2/+0
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 Tatulea4-0/+29
2024-09-13net/mlx5: Add NOT_READY command return statusShay Drory2-1/+7
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: Add device cap for supporting hot reset in sync reset flowMoshe Shemesh1-2/+9
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 Shemesh2-8/+11
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-13net: caif: remove unused nameJakub Kicinski1-2/+0
2024-09-13uapi: libc-compat: remove ipx leftoversJakub Kicinski1-36/+0
2024-09-13selftests/net: packetdrill: import tcp/slow_startWillem de Bruijn11-0/+427
2024-09-13selftests/net: packetdrill: import tcp/zerocopyWillem de Bruijn13-0/+674
2024-09-13selftests/net: packetdrill: run in netns and expand configWillem de Bruijn2-2/+7
2024-09-13net: ena: Extend customer metrics reporting supportDavid Arinzon5-78/+344
2024-09-13net: ena: Add ENA Express metrics supportDavid Arinzon7-34/+142
2024-09-12mm: avoid leaving partial pfn mappings around in error caseLinus Torvalds1-5/+22
2024-09-12net: netfilter: move nf flowtable bpf initialization in nf_flow_table_module_...Lorenzo Bianconi2-1/+7
2024-09-12dt-bindings: net: add Microchip's LAN865X 10BASE-T1S MACPHYParthiban Veerasooran2-0/+75
2024-09-12microchip: lan865x: add driver support for Microchip's LAN865X MAC-PHYParthiban Veerasooran6-0/+462
2024-09-12net: ethernet: oa_tc6: add helper function to enable zero align rx frameParthiban Veerasooran2-0/+25
2024-09-12net: ethernet: oa_tc6: implement mac-phy interruptParthiban Veerasooran1-1/+51
2024-09-12net: ethernet: oa_tc6: implement receive path to receive rx ethernet framesParthiban Veerasooran1-8/+233
2024-09-12net: ethernet: oa_tc6: implement transmit path to transfer tx ethernet framesParthiban Veerasooran2-2/+398
2024-09-12net: ethernet: oa_tc6: enable open alliance tc6 data communicationParthiban Veerasooran1-0/+30
2024-09-12net: phy: microchip_t1s: add c45 direct access in LAN865x internal PHYParthiban Veerasooran1-0/+30
2024-09-12net: ethernet: oa_tc6: implement internal PHY initializationParthiban Veerasooran3-2/+233
2024-09-12net: ethernet: oa_tc6: implement error interrupts unmaskingParthiban Veerasooran1-0/+31
2024-09-12net: ethernet: oa_tc6: implement software resetParthiban Veerasooran1-0/+56
2024-09-12net: ethernet: oa_tc6: implement register read operationParthiban Veerasooran2-2/+85
2024-09-12net: ethernet: oa_tc6: implement register write operationParthiban Veerasooran5-0/+273
2024-09-12Documentation: networking: add OPEN Alliance 10BASE-T1x MAC-PHY serial interfaceParthiban Veerasooran3-0/+504
2024-09-12netdev: add dmabuf introspectionMina Almasry5-0/+26
2024-09-12selftests: add ncdevmem, netcat for devmem TCPMina Almasry4-0/+581
2024-09-12net: add devmem TCP documentationMina Almasry2-0/+270
2024-09-12net: add SO_DEVMEM_DONTNEED setsockopt to release RX fragsMina Almasry7-0/+78
2024-09-12tcp: RX path for devmem TCPMina Almasry12-5/+333
2024-09-12net: add support for skbs with unreadable fragsMina Almasry9-11/+89