index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
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
2025-11-25
net_sched: make room for (struct qdisc_skb_cb)->pkt_segs
Eric Dumazet
4
-9
/
+9
2025-11-25
wifi: cfg80211: include s1g_primary_2mhz when sending chandef
Lachlan Hodges
1
-0
/
+3
2025-11-24
mptcp: leverage the backlog for RX packet processing
Paolo Abeni
2
-58
/
+129
2025-11-24
mptcp: introduce mptcp-level backlog
Paolo Abeni
3
-9
/
+97
2025-11-24
mptcp: borrow forward memory from subflow
Paolo Abeni
5
-11
/
+46
2025-11-24
mptcp: handle first subflow closing consistently
Paolo Abeni
2
-6
/
+11
2025-11-24
mptcp: drop the __mptcp_data_ready() helper
Paolo Abeni
1
-12
/
+7
2025-11-24
mptcp: make mptcp_destroy_common() static
Paolo Abeni
2
-23
/
+21
2025-11-24
mptcp: do not miss early first subflow close event notification
Paolo Abeni
1
-2
/
+2
2025-11-24
mptcp: ensure the kernel PM does not take action too late
Paolo Abeni
2
-1
/
+5
2025-11-24
mptcp: cleanup fallback dummy mapping generation
Paolo Abeni
2
-1
/
+10
2025-11-24
mptcp: cleanup fallback data fin reception
Paolo Abeni
1
-1
/
+3
2025-11-24
mptcp: fix memcg accounting for passive sockets
Paolo Abeni
3
-11
/
+38
2025-11-24
mptcp: grafting MPJ subflow earlier
Paolo Abeni
1
-7
/
+23
2025-11-24
mptcp: factor-out cgroup data inherit helper
Paolo Abeni
2
-8
/
+14
2025-11-24
net: factor-out _sk_charge() helper
Paolo Abeni
2
-16
/
+19
2025-11-24
net: optimize eth_type_trans() vs CONFIG_STACKPROTECTOR_STRONG=y
Eric Dumazet
1
-8
/
+8
2025-11-24
net: sched: fix TCF_LAYER_TRANSPORT handling in tcf_get_base_ptr()
Eric Dumazet
3
-3
/
+15
2025-11-24
wifi: cfg80211: stop radar detection in cfg80211_leave()
Johannes Berg
3
-0
/
+21
2025-11-24
wifi: cfg80211: use cfg80211_leave() in iftype change
Johannes Berg
1
-22
/
+1
2025-11-24
wifi: mac80211: fix channel switching code
Johannes Berg
1
-1
/
+1
2025-11-23
SUNRPC: new helper function for stopping backchannel server
Olga Kornievskaia
1
-0
/
+16
2025-11-23
SUNRPC: cleanup common code in backchannel request
Olga Kornievskaia
2
-9
/
+18
[prev]
[next]