index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-26
net: dsa: append ethtool counters of all hidden ports to conduit
Vladimir Oltean
1
-33
/
+93
2025-11-26
net: dsa: use kernel data types for ethtool ops on conduit
Vladimir Oltean
1
-6
/
+5
2025-11-26
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
mptcp: leverage the backlog for RX packet processing
Paolo Abeni
2
-58
/
+129
2025-11-25
mptcp: introduce mptcp-level backlog
Paolo Abeni
3
-9
/
+97
2025-11-25
mptcp: borrow forward memory from subflow
Paolo Abeni
5
-11
/
+46
2025-11-25
mptcp: handle first subflow closing consistently
Paolo Abeni
2
-6
/
+11
2025-11-25
mptcp: drop the __mptcp_data_ready() helper
Paolo Abeni
1
-12
/
+7
2025-11-25
mptcp: make mptcp_destroy_common() static
Paolo Abeni
2
-23
/
+21
2025-11-25
mptcp: do not miss early first subflow close event notification
Paolo Abeni
1
-2
/
+2
2025-11-25
mptcp: ensure the kernel PM does not take action too late
Paolo Abeni
2
-1
/
+5
2025-11-25
mptcp: cleanup fallback dummy mapping generation
Paolo Abeni
2
-1
/
+10
2025-11-25
mptcp: cleanup fallback data fin reception
Paolo Abeni
1
-1
/
+3
2025-11-25
mptcp: fix memcg accounting for passive sockets
Paolo Abeni
3
-11
/
+38
2025-11-25
mptcp: grafting MPJ subflow earlier
Paolo Abeni
1
-7
/
+23
2025-11-25
mptcp: factor-out cgroup data inherit helper
Paolo Abeni
2
-8
/
+14
2025-11-25
net: factor-out _sk_charge() helper
Paolo Abeni
2
-16
/
+19
2025-11-25
net: optimize eth_type_trans() vs CONFIG_STACKPROTECTOR_STRONG=y
Eric Dumazet
1
-8
/
+8
2025-11-21
devlink: support default values for param-get and param-set
Daniel Zahka
2
-14
/
+96
2025-11-21
devlink: refactor devlink_nl_param_value_fill_one()
Daniel Zahka
1
-31
/
+39
2025-11-21
devlink: pass extack through to devlink_param::get()
Daniel Zahka
2
-9
/
+13
2025-11-21
net: ethtool: Add support for 1600Gbps speed
Yael Chemla
1
-0
/
+8
2025-11-21
tcp: add net.ipv4.tcp_rcvbuf_low_rtt
Eric Dumazet
4
-4
/
+26
2025-11-21
tcp: tcp_moderate_rcvbuf is only used in rx path
Eric Dumazet
1
-7
/
+2
2025-11-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
22
-201
/
+232
2025-11-20
Merge tag 'net-6.18-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
19
-191
/
+216
2025-11-20
vsock: Ignore signal/timeout on connect() if already established
Michal Luczaj
1
-9
/
+31
2025-11-20
l2tp: reset skb control buffer on xmit
David Bauer
1
-3
/
+3
2025-11-20
net: prefetch the next skb in napi_skb_cache_get()
Jason Xing
1
-0
/
+2
2025-11-20
net: use NAPI_SKB_CACHE_FREE to keep 32 as default to do bulk free
Jason Xing
1
-6
/
+8
2025-11-20
net: increase default NAPI_SKB_CACHE_BULK to 32
Jason Xing
1
-1
/
+1
2025-11-20
net: increase default NAPI_SKB_CACHE_SIZE to 128
Jason Xing
1
-1
/
+1
2025-11-20
mptcp: fix address removal logic in mptcp_pm_nl_rm_addr
Gang Yan
1
-1
/
+1
2025-11-20
mptcp: fix duplicate reset on fastclose
Paolo Abeni
1
-13
/
+23
2025-11-20
mptcp: decouple mptcp fastclose from tcp close
Paolo Abeni
2
-5
/
+10
2025-11-20
mptcp: do not fallback when OoO is present
Paolo Abeni
1
-0
/
+7
2025-11-20
mptcp: fix premature close in case of fallback
Paolo Abeni
1
-1
/
+2
[next]