index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-10-29
net: tls: Cancel RX async resync request on rcd_delta overflow
Shahar Shitrit
2
-1
/
+9
2025-10-29
net: tls: Change async resync helpers argument
Shahar Shitrit
2
-15
/
+15
2025-10-29
Merge tag 'nf-25-10-29' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf
Jakub Kicinski
2
-4
/
+28
2025-10-29
smb: client: call smbd_destroy() in the same splace as kernel_sock_shutdown()/sock_release()
Stefan Metzmacher
1
-6
/
+2
2025-10-29
smb: client: handle lack of IPC in dfs_cache_refresh()
Paulo Alcantara
3
-29
/
+66
2025-10-29
net: phy: dp83869: fix STRAP_OPMODE bitmask
Thanh Quan
1
-2
/
+2
2025-10-29
selftests: net: use BASH for bareudp testing
Po-Hsu Lin
1
-1
/
+1
2025-10-29
net: mctp: Fix tx queue stall
Jinliang Wang
1
-3
/
+5
2025-10-29
net/mlx5: Don't zero user_count when destroying FDB tables
Cosmin Ratiu
2
-2
/
+0
2025-10-29
net: usb: asix_devices: Check return value of usbnet_get_endpoints
Miaoqian Lin
1
-3
/
+9
2025-10-29
Merge branch 'mptcp-various-rare-sending-issues'
Jakub Kicinski
4
-22
/
+39
2025-10-29
mptcp: zero window probe mib
Paolo Abeni
3
-0
/
+3
2025-10-29
mptcp: restore window probe
Paolo Abeni
1
-1
/
+6
2025-10-29
mptcp: fix MSG_PEEK stream corruption
Paolo Abeni
1
-13
/
+25
2025-10-29
mptcp: drop bogus optimization in __mptcp_check_push()
Paolo Abeni
2
-8
/
+5
2025-10-29
netconsole: Fix race condition in between reader and writer of userdata
Gustavo Luiz Duarte
1
-8
/
+13
2025-10-29
Documentation: netconsole: Remove obsolete contact people
Bagas Sanjaya
1
-3
/
+0
2025-10-29
nfp: xsk: fix memory leak in nfp_net_alloc()
Abdun Nihaal
1
-2
/
+4
2025-10-29
Merge branch 'tcp-fix-receive-autotune-again'
Jakub Kicinski
4
-17
/
+41
2025-10-29
tcp: fix too slow tcp_rcvbuf_grow() action
Eric Dumazet
2
-3
/
+18
2025-10-29
tcp: add newval parameter to tcp_rcvbuf_grow()
Eric Dumazet
3
-20
/
+16
2025-10-29
trace: tcp: add three metrics to trace_tcp_rcvbuf_grow()
Eric Dumazet
1
-0
/
+9
2025-10-29
mptcp: fix subflow rcvbuf adjust
Paolo Abeni
1
-2
/
+6
2025-10-29
Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queue
Jakub Kicinski
7
-7
/
+42
2025-10-29
Kbuild: enable -fms-extensions
Rasmus Villemoes
2
-1
/
+6
2025-10-29
jfs: Rename _inline to avoid conflict with clang's '-fms-extensions'
Nathan Chancellor
1
-3
/
+3
2025-10-29
fs: Make wbc_to_tag() inline and use it in fs.
Julian Sun
7
-27
/
+12
2025-10-29
MAINTAINERS: Update KUnit email address for Rae Moar
Rae Moar
2
-1
/
+2
2025-10-29
drm/panel: kingdisplay-kd097d04: Disable EoTp
Sebastian Fleer
1
-1
/
+1
2025-10-29
drm/panel: sitronix-st7789v: fix sync flags for t28cp45tn89
Sebastian Reichel
1
-1
/
+6
2025-10-29
Documentation: intel_pstate: fix duplicate hyperlink target errors
Swaraj Gaikwad
1
-0
/
+8
2025-10-29
PM: runtime: fix typos in runtime.c comments
Malaya Kumar Rout
1
-3
/
+3
2025-10-29
drm/xe: Do not wake device during a GT reset
Matthew Brost
1
-7
/
+12
2025-10-29
PM: sleep: Allow pm_restrict_gfp_mask() stacking
Rafael J. Wysocki
2
-9
/
+17
2025-10-29
drm/xe: Fix uninitialized return value from xe_validation_guard()
Thomas Hellström
1
-4
/
+4
2025-10-29
sched_ext: Fix use of uninitialized variable in scx_bpf_cpuperf_set()
Andrea Righi
1
-1
/
+1
2025-10-29
Revert "wifi: ath12k: Fix missing station power save configuration"
Miaoqing Pan
1
-67
/
+55
2025-10-29
mnt: Remove dead code which might prevent from building
Andy Shevchenko
1
-10
/
+0
2025-10-29
ASoC: dt-bindings: pm4125-sdw: correct number of soundwire ports
Srinivas Kandagatla
1
-2
/
+2
2025-10-29
ASoC: renesas: rz-ssi: Use proper dma_buffer_pos after resume
Claudiu Beznea
1
-13
/
+12
2025-10-29
Merge patch series "allow file systems to increase the minimum writeback chunk size v2"
Christian Brauner
5
-19
/
+42
2025-10-29
xfs: set s_min_writeback_pages for zoned file systems
Christoph Hellwig
1
-2
/
+26
2025-10-29
writeback: allow the file system to override MIN_WRITEBACK_PAGES
Christoph Hellwig
4
-9
/
+12
2025-10-29
writeback: cleanup writeback_chunk_size
Christoph Hellwig
1
-9
/
+5
2025-10-29
Merge patch series "filemap_* writeback interface cleanups v2"
Christian Brauner
9
-137
/
+76
2025-10-29
mm: rename filemap_fdatawrite_range_kick to filemap_flush_range
Christoph Hellwig
4
-10
/
+9
2025-10-29
mm: remove __filemap_fdatawrite_range
Christoph Hellwig
4
-28
/
+13
2025-10-29
mm: remove filemap_fdatawrite_wbc
Christoph Hellwig
3
-41
/
+21
2025-10-29
mm: remove __filemap_fdatawrite
Christoph Hellwig
1
-12
/
+6
2025-10-29
mm,btrfs: add a filemap_flush_nr helper
Christoph Hellwig
3
-11
/
+25
[prev]
[next]