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
2026-02-10
tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()
Eric Dumazet
1
-23
/
+24
2026-02-10
ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6
Eric Dumazet
1
-9
/
+11
2026-02-10
ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()
Eric Dumazet
1
-10
/
+11
2026-02-10
ipv6: use np->final in inet6_sk_rebuild_header()
Eric Dumazet
1
-2
/
+2
2026-02-10
Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-next
Jakub Kicinski
6
-136
/
+415
2026-02-10
mptcp: allow overridden write_space to be invoked
Geliang Tang
2
-1
/
+2
2026-02-10
Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
1
-1
/
+1
2026-02-10
Merge tag 'bpf-next-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Linus Torvalds
12
-57
/
+127
2026-02-10
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-4
/
+4
2026-02-10
net: dsa: eliminate local type for tc policers
Vladimir Oltean
1
-3
/
+2
2026-02-10
xfrm: fix ip_rt_bug race in icmp_route_lookup reverse path
Jiayuan Chen
1
-0
/
+15
2026-02-10
hsr: Implement more robust duplicate discard for HSR
Felix Maurer
3
-143
/
+131
2026-02-10
hsr: Implement more robust duplicate discard for PRP
Felix Maurer
3
-138
/
+237
2026-02-10
net: atm: fix crash due to unvalidated vcc pointer in sigd_send()
Jiayuan Chen
1
-2
/
+54
2026-02-09
Merge tag 'kthread-for-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks
Linus Torvalds
1
-1
/
+1
2026-02-09
SUNRPC: fix gss_auth kref leak in gss_alloc_msg error path
Daniel Hodges
1
-0
/
+3
2026-02-09
SUNRPC: Change list definition method
Chenguang Zhao
1
-2
/
+1
2026-02-09
Merge tag 'audit-pr-20260203' of git://git.kernel.org/pub/scm/linux/kernel/git/pcmoore/audit
Linus Torvalds
2
-114
/
+2
2026-02-09
libceph: adapt ceph_x_challenge_blob hashing and msgr1 message signing
Ilya Dryomov
4
-23
/
+72
2026-02-09
libceph: add support for CEPH_CRYPTO_AES256KRB5
Ilya Dryomov
5
-46
/
+254
2026-02-09
libceph: introduce ceph_crypto_key_prepare()
Ilya Dryomov
3
-42
/
+56
2026-02-09
libceph: generalize ceph_x_encrypt_offset() and ceph_x_encrypt_buflen()
Ilya Dryomov
3
-15
/
+56
2026-02-09
libceph: define and enforce CEPH_MAX_KEY_LEN
Ilya Dryomov
3
-5
/
+7
2026-02-09
xfrm: always flush state and policy upon NETDEV_UNREGISTER event
Tetsuo Handa
1
-1
/
+11
2026-02-06
net/ipv6: Remove jumbo_remove step from TX path
Alice Mikityanska
2
-8
/
+3
2026-02-06
net/ipv6: Drop HBH for BIG TCP on RX side
Alice Mikityanska
2
-29
/
+1
2026-02-06
net/ipv6: Drop HBH for BIG TCP on TX side
Alice Mikityanska
1
-17
/
+3
2026-02-06
net/ipv6: Introduce payload_len helpers
Alice Mikityanska
9
-18
/
+12
2026-02-06
mptcp: fix kdoc warnings
Matthieu Baerts (NGI0)
1
-7
/
+9
2026-02-06
mptcp: pm: in-kernel: clarify mptcp_pm_remove_anno_addr()
Matthieu Baerts (NGI0)
1
-6
/
+5
2026-02-06
mptcp: pm: in-kernel: always set ID as avail when rm endp
Matthieu Baerts (NGI0)
1
-12
/
+8
2026-02-06
ipv6: do not use skb_header_pointer() in icmpv6_filter()
Eric Dumazet
1
-16
/
+16
2026-02-06
tcp: inline tcp_filter()
Eric Dumazet
1
-8
/
+0
2026-02-06
net: skb: allow up to 8 skb extension ids
Oliver Hartkopp
1
-1
/
+1
2026-02-06
net_sched: sch_fq: rework fq_gc() to avoid stack canary
Eric Dumazet
1
-13
/
+11
2026-02-06
netns: optimize netns cleaning by batching unhash_nsid calls
Qiliang Yuan
1
-13
/
+21
2026-02-06
bpf: Switch to bpf_selem_unlink_nofail in bpf_local_storage_{map_free, destroy}
Amery Hung
1
-2
/
+5
2026-02-06
bpf: Remove unused percpu counter from bpf_local_storage_map_free
Amery Hung
1
-1
/
+1
2026-02-06
bpf: Convert bpf_selem_unlink to failable
Amery Hung
1
-3
/
+1
2026-02-06
bpf: Convert bpf_selem_link_map to failable
Amery Hung
1
-1
/
+8
2026-02-06
bpf: Select bpf_local_storage_map_bucket based on bpf_local_storage
Amery Hung
1
-1
/
+1
2026-02-06
netfilter: nft_set_rbtree: validate open interval overlap
Pablo Neira Ayuso
2
-14
/
+78
2026-02-06
netfilter: nft_set_rbtree: validate element belonging to interval
Pablo Neira Ayuso
1
-4
/
+143
2026-02-06
netfilter: nft_set_rbtree: check for partial overlaps in anonymous sets
Pablo Neira Ayuso
1
-5
/
+25
2026-02-06
netfilter: nft_set_rbtree: fix bogus EEXIST with NLM_F_CREATE with null interval
Pablo Neira Ayuso
2
-0
/
+18
2026-02-06
netfilter: nft_counter: fix reset of counters on 32bit archs
Anders Grahn
1
-2
/
+2
2026-02-06
netfilter: nft_set_hash: fix get operation on big endian
Florian Westphal
1
-2
/
+7
2026-02-06
netfilter: flowtable: dedicated slab for flow entry
Qingfang Deng
1
-2
/
+10
2026-02-06
netfilter: nfnetlink_queue: do shared-unconfirmed check before segmentation
Florian Westphal
1
-49
/
+74
2026-02-06
netfilter: nft_set_rbtree: don't gc elements on insert
Florian Westphal
1
-68
/
+68
[prev]
[next]