aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-10-29net: tls: Cancel RX async resync request on rcd_delta overflowShahar Shitrit2-1/+9
2025-10-29net: tls: Change async resync helpers argumentShahar Shitrit2-15/+15
2025-10-29Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2-4/+28
2025-10-29smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release()Stefan Metzmacher1-6/+2
2025-10-29smb: client: handle lack of IPC in dfs_cache_refresh()Paulo Alcantara3-29/+66
2025-10-29net: phy: dp83869: fix STRAP_OPMODE bitmaskThanh Quan1-2/+2
2025-10-29selftests: net: use BASH for bareudp testingPo-Hsu Lin1-1/+1
2025-10-29net: mctp: Fix tx queue stallJinliang Wang1-3/+5
2025-10-29net/mlx5: Don't zero user_count when destroying FDB tablesCosmin Ratiu2-2/+0
2025-10-29net: usb: asix_devices: Check return value of usbnet_get_endpointsMiaoqian Lin1-3/+9
2025-10-29Merge branch 'mptcp-various-rare-sending-issues'Jakub Kicinski4-22/+39
2025-10-29mptcp: zero window probe mibPaolo Abeni3-0/+3
2025-10-29mptcp: restore window probePaolo Abeni1-1/+6
2025-10-29mptcp: fix MSG_PEEK stream corruptionPaolo Abeni1-13/+25
2025-10-29mptcp: drop bogus optimization in __mptcp_check_push()Paolo Abeni2-8/+5
2025-10-29netconsole: Fix race condition in between reader and writer of userdataGustavo Luiz Duarte1-8/+13
2025-10-29Documentation: netconsole: Remove obsolete contact peopleBagas Sanjaya1-3/+0
2025-10-29nfp: xsk: fix memory leak in nfp_net_alloc()Abdun Nihaal1-2/+4
2025-10-29Merge branch 'tcp-fix-receive-autotune-again'Jakub Kicinski4-17/+41
2025-10-29tcp: fix too slow tcp_rcvbuf_grow() actionEric Dumazet2-3/+18
2025-10-29tcp: add newval parameter to tcp_rcvbuf_grow()Eric Dumazet3-20/+16
2025-10-29trace: tcp: add three metrics to trace_tcp_rcvbuf_grow()Eric Dumazet1-0/+9
2025-10-29mptcp: fix subflow rcvbuf adjustPaolo Abeni1-2/+6
2025-10-29Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski7-7/+42
2025-10-29Kbuild: enable -fms-extensionsRasmus Villemoes2-1/+6
2025-10-29jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'Nathan Chancellor1-3/+3
2025-10-29fs: Make wbc_to_tag() inline and use it in fs.Julian Sun7-27/+12
2025-10-29MAINTAINERS: Update KUnit email address for Rae MoarRae Moar2-1/+2
2025-10-29drm/panel: kingdisplay-kd097d04: Disable EoTpSebastian Fleer1-1/+1
2025-10-29drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89Sebastian Reichel1-1/+6
2025-10-29Documentation: intel_pstate: fix duplicate hyperlink target errorsSwaraj Gaikwad1-0/+8
2025-10-29PM: runtime: fix typos in runtime.c commentsMalaya Kumar Rout1-3/+3
2025-10-29drm/xe: Do not wake device during a GT resetMatthew Brost1-7/+12
2025-10-29PM: sleep: Allow pm_restrict_gfp_mask() stackingRafael J. Wysocki2-9/+17
2025-10-29drm/xe: Fix uninitialized return value from xe_validation_guard()Thomas Hellström1-4/+4
2025-10-29sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()Andrea Righi1-1/+1
2025-10-29Revert "wifi: ath12k: Fix missing station power save configuration"Miaoqing Pan1-67/+55
2025-10-29mnt: Remove dead code which might prevent from buildingAndy Shevchenko1-10/+0
2025-10-29ASoC: dt-bindings: pm4125-sdw: correct number of soundwire portsSrinivas Kandagatla1-2/+2
2025-10-29ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resumeClaudiu Beznea1-13/+12
2025-10-29Merge patch series "allow file systems to increase the minimum writeback chunk size v2"Christian Brauner5-19/+42
2025-10-29xfs: set s_min_writeback_pages for zoned file systemsChristoph Hellwig1-2/+26
2025-10-29writeback: allow the file system to override MIN_WRITEBACK_PAGESChristoph Hellwig4-9/+12
2025-10-29writeback: cleanup writeback_chunk_sizeChristoph Hellwig1-9/+5
2025-10-29Merge patch series "filemap_* writeback interface cleanups v2"Christian Brauner9-137/+76
2025-10-29mm: rename filemap_fdatawrite_range_kick to filemap_flush_rangeChristoph Hellwig4-10/+9
2025-10-29mm: remove __filemap_fdatawrite_rangeChristoph Hellwig4-28/+13
2025-10-29mm: remove filemap_fdatawrite_wbcChristoph Hellwig3-41/+21
2025-10-29mm: remove __filemap_fdatawriteChristoph Hellwig1-12/+6
2025-10-29mm,btrfs: add a filemap_flush_nr helperChristoph Hellwig3-11/+25