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-11-28
netfilter: nf_conncount: make nf_conncount_gc_list() to disable BH
Fernando Fernandez Mancera
2
-13
/
+18
2025-11-28
netfilter: nf_conncount: rework API to use sk_buff directly
Fernando Fernandez Mancera
4
-94
/
+134
2025-11-28
netfilter: flowtable: Add IPIP tx sw acceleration
Lorenzo Bianconi
2
-4
/
+106
2025-11-28
netfilter: flowtable: Add IPIP rx sw acceleration
Lorenzo Bianconi
4
-13
/
+122
2025-11-28
netfilter: flowtable: use tuple address to calculate next hop
Pablo Neira Ayuso
1
-4
/
+12
2025-11-28
netfilter: flowtable: remove hw_ifidx
Pablo Neira Ayuso
3
-5
/
+1
2025-11-28
netfilter: flowtable: inline pppoe encapsulation in xmit path
Pablo Neira Ayuso
2
-7
/
+44
2025-11-28
netfilter: flowtable: inline vlan encapsulation in xmit path
Pablo Neira Ayuso
2
-3
/
+29
2025-11-27
netfilter: flowtable: consolidate xmit path
Pablo Neira Ayuso
3
-39
/
+56
2025-11-27
netfilter: flowtable: move path discovery infrastructure to its own file
Pablo Neira Ayuso
3
-259
/
+275
2025-11-27
netfilter: flowtable: check for maximum number of encapsulations in bridge vlan
Pablo Neira Ayuso
1
-1
/
+8
2025-11-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
14
-156
/
+240
2025-11-27
Merge tag 'ceph-for-6.18-rc8' of https://github.com/ceph/ceph-client
Linus Torvalds
5
-39
/
+64
2025-11-27
Merge tag 'linux-can-next-for-6.19-20251126' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-next
Paolo Abeni
1
-8
/
+46
2025-11-27
mptcp: Initialise rcv_mss before calling tcp_send_active_reset() in mptcp_do_fastclose().
Kuniyuki Iwashima
1
-0
/
+6
2025-11-27
net: mctp: unconditionally set skb->dev on dst output
Jeremy Kerr
1
-0
/
+1
2025-11-27
libceph: prevent potential out-of-bounds writes in handle_auth_session_key()
ziming zhang
1
-0
/
+2
2025-11-27
libceph: replace BUG_ON with bounds check for map->max_osd
ziming zhang
1
-7
/
+11
2025-11-27
ceph: fix crash in process_v2_sparse_read() for encrypted directories
Viacheslav Dubeyko
1
-4
/
+7
2025-11-26
Merge tag 'linux-can-fixes-for-6.18-20251126' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can
Jakub Kicinski
1
-0
/
+3
2025-11-26
mptcp: clear scheduled subflows on retransmit
Paolo Abeni
1
-2
/
+11
2025-11-26
phy: add hwtstamp_get callback to phy drivers
Vadim Fedorenko
1
-4
/
+5
2025-11-26
libceph: drop started parameter of __ceph_open_session()
Ilya Dryomov
1
-3
/
+2
2025-11-26
libceph: fix potential use-after-free in have_mon_and_osd_map()
Ilya Dryomov
2
-25
/
+42
2025-11-26
socket: Split out a getsockname helper for io_uring
Gabriel Krisman Bertazi
1
-16
/
+20
2025-11-26
socket: Unify getsockname and getpeername implementation
Gabriel Krisman Bertazi
2
-44
/
+15
2025-11-26
net/sched: em_canid: fix uninit-value in em_canid_match
Shaurya Rane
1
-0
/
+3
2025-11-26
can: raw: instantly reject unsupported CAN frames
Oliver Hartkopp
1
-8
/
+46
2025-11-26
wifi: mac80211: allow sharing identical chanctx for S1G interfaces
Lachlan Hodges
2
-3
/
+15
2025-11-25
xsk: avoid data corruption on cq descriptor number
Fernando Fernandez Mancera
1
-55
/
+88
2025-11-25
tcp: remove icsk->icsk_retransmit_timer
Eric Dumazet
3
-18
/
+11
2025-11-25
tcp: introduce icsk->icsk_keepalive_timer
Eric Dumazet
7
-18
/
+21
2025-11-25
net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx group
Eric Dumazet
1
-2
/
+2
2025-11-25
tcp: rename icsk_timeout() to tcp_timeout_expires()
Eric Dumazet
5
-10
/
+10
2025-11-25
tools: ynl-gen: add regeneration comment
Asbjørn Sloth Tønnesen
14
-0
/
+14
2025-11-25
net: dsa: append ethtool counters of all hidden ports to conduit
Vladimir Oltean
1
-33
/
+93
2025-11-25
net: dsa: use kernel data types for ethtool ops on conduit
Vladimir Oltean
1
-6
/
+5
2025-11-25
net: dsa: cpu_dp->orig_ethtool_ops might be NULL
Vladimir Oltean
1
-7
/
+7
2025-11-25
net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codel
Eric Dumazet
3
-3
/
+10
2025-11-25
net_sched: add qdisc_dequeue_drop() helper
Eric Dumazet
1
-9
/
+13
2025-11-25
net_sched: add tcf_kfree_skb_list() helper
Eric Dumazet
1
-10
/
+5
2025-11-25
net: annotate a data-race in __dev_xmit_skb()
Eric Dumazet
1
-1
/
+1
2025-11-25
net: prefech skb->priority in __dev_xmit_skb()
Eric Dumazet
1
-0
/
+1
2025-11-25
net_sched: sch_fq: prefetch one skb ahead in dequeue()
Eric Dumazet
1
-2
/
+5
2025-11-25
net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()
Eric Dumazet
1
-1
/
+1
2025-11-25
net_sched: cake: use qdisc_pkt_segs()
Eric Dumazet
1
-9
/
+3
2025-11-25
net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()
Eric Dumazet
6
-1
/
+6
2025-11-25
net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()
Eric Dumazet
1
-1
/
+1
2025-11-25
net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()
Eric Dumazet
2
-5
/
+12
2025-11-25
net: init shinfo->gso_segs from qdisc_pkt_len_init()
Eric Dumazet
1
-1
/
+2
[prev]
[next]