index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-12-15
netfilter: nf_tables: avoid softlockup warnings in nft_chain_validate
Florian Westphal
1
-2
/
+2
2025-12-15
netfilter: nf_tables: avoid chain re-validation if possible
Florian Westphal
1
-4
/
+65
2025-12-15
xfrm: set ipv4 no_pmtu_disc flag only on output sa when direction is set
Antony Antony
1
-0
/
+1
2025-12-14
Merge tag 'ceph-for-6.19-rc1' of https://github.com/ceph/ceph-client
Linus Torvalds
2
-70
/
+56
2025-12-12
Merge tag 'nfs-for-6.19-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
2
-9
/
+34
2025-12-11
netfilter: nf_tables: remove redundant chain validation on register store
Pablo Neira Ayuso
1
-11
/
+0
2025-12-11
netfilter: nf_nat: remove bogus direction check
Florian Westphal
1
-13
/
+1
2025-12-11
net/sched: ets: Remove drr class from the active list if it changes to strict
Victor Nogueira
1
-0
/
+4
2025-12-11
caif: fix integer underflow in cffrml_receive()
Junrui Luo
1
-1
/
+8
2025-12-11
Merge tag 'linux-can-fixes-for-6.19-20251210' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
1
-1
/
+0
2025-12-10
netfilter: always set route tuple out ifindex
Lorenzo Bianconi
1
-1
/
+3
2025-12-10
ipvs: fix ipv4 null-ptr-deref in route error path
Slavin Liu
1
-0
/
+3
2025-12-10
netfilter: nf_conncount: fix leaked ct in error paths
Fernando Fernandez Mancera
1
-11
/
+14
2025-12-10
libceph: make decode_pool() more resilient against corrupted osdmaps
Ilya Dryomov
1
-64
/
+52
2025-12-10
libceph: Amend checking to fix `make W=1` build breakage
Andy Shevchenko
1
-2
/
+2
2025-12-10
libceph: fix log output race condition in OSD client
Simon Buttgereit
1
-4
/
+2
2025-12-10
netfilter: conntrack: warn when cleanup is stuck
Jakub Kicinski
1
-0
/
+3
2025-12-10
inet: frags: flush pending skbs in fqdir_pre_exit()
Jakub Kicinski
2
-5
/
+43
2025-12-10
inet: frags: add inet_frag_queue_flush()
Jakub Kicinski
2
-8
/
+13
2025-12-10
inet: frags: avoid theoretical race in ip_frag_reinit()
Jakub Kicinski
2
-4
/
+4
2025-12-10
net/handshake: restore destructor on submit failure
caoping
1
-0
/
+2
2025-12-10
net: openvswitch: fix middle attribute validation in push_nsh() action
Ilya Maximets
1
-3
/
+10
2025-12-10
can: fix build dependency
Arnd Bergmann
1
-1
/
+0
2025-12-08
mptcp: avoid deadlock on fallback while reinjecting
Paolo Abeni
1
-2
/
+5
2025-12-08
mptcp: schedule rtx timer only after pushing data
Paolo Abeni
1
-6
/
+9
2025-12-08
mptcp: pm: ignore unknown endpoint flags
Matthieu Baerts (NGI0)
1
-1
/
+2
2025-12-08
mptcp: select CRYPTO_LIB_UTILS instead of CRYPTO
Eric Biggers
1
-1
/
+1
2025-12-08
af_unix: annotate unix_gc_lock with __cacheline_aligned_in_smp
Mateusz Guzik
1
-1
/
+1
2025-12-08
svcrdma: bound check rq_pages index in inline path
Joshua Rogers
1
-0
/
+3
2025-12-08
svcrdma: return 0 on success from svc_rdma_copy_inline_range
Joshua Rogers
1
-1
/
+1
2025-12-08
svcrdma: use rc_pageoff for memcpy byte offset
Joshua Rogers
1
-1
/
+1
2025-12-08
SUNRPC: svcauth_gss: avoid NULL deref on zero length gss_token in gss_read_proxy_verf
Joshua Rogers
1
-1
/
+2
2025-12-07
Merge tag '9p-for-6.19-rc1' of https://github.com/martinetd/linux
Linus Torvalds
7
-394
/
+66
2025-12-06
Merge tag 'nfsd-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linux
Linus Torvalds
2
-21
/
+60
2025-12-05
Merge tag 'vfs-6.19-rc1.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Linus Torvalds
1
-5
/
+14
2025-12-05
Merge tag 'pull-persistency' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-15
/
+12
2025-12-05
Revert "net/socket: convert sock_map_fd() to FD_ADD()"
Christian Brauner
1
-5
/
+14
2025-12-04
net: smc: SMC_HS_CTRL_BPF should depend on BPF_JIT
Geert Uytterhoeven
1
-2
/
+2
2025-12-04
net/sched: ets: Always remove class from active list before deleting in ets_qdisc_change
Jamal Hadi Salim
1
-1
/
+1
2025-12-04
net/hsr: fix NULL pointer dereference in prp_get_untagged_frame()
Shaurya Rane
1
-0
/
+2
2025-12-04
netrom: Fix memory leak in nr_sendmsg()
Wang Liang
1
-1
/
+3
2025-12-04
xfrm: Fix inner mode lookup in tunnel mode GSO segmentation
Jianbo Liu
2
-4
/
+4
2025-12-03
Merge tag 'for-6.19/io_uring-20251201' of git://git.kernel.org/pub/scm/linux/kernel/git/axboe/linux
Linus Torvalds
3
-49
/
+23
2025-12-03
Merge tag 'net-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
315
-3312
/
+6737
2025-12-03
Merge tag 'bpf-next-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
3
-53
/
+127
2025-12-03
Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux
Linus Torvalds
1
-4
/
+2
2025-12-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2
-27
/
+33
2025-12-02
net: page_pool: sanitise allocation order
Pavel Begunkov
1
-0
/
+3
2025-12-02
net: page pool: xa init with destroy on pp init
Pavel Begunkov
1
-0
/
+1
2025-12-02
Merge tag 'core-uaccess-2025-11-30' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-13
/
+7
[prev]
[next]