summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2025-11-26virtio_net: enhance wake/stop tx queue statistics accountingLiming Wu1-18/+26
2025-11-26Merge branch 'tcp-provide-better-locality-for-retransmit-timer'Jakub Kicinski13-69/+74
2025-11-26tcp: remove icsk->icsk_retransmit_timerEric Dumazet8-30/+25
2025-11-26tcp: introduce icsk->icsk_keepalive_timerEric Dumazet11-24/+35
2025-11-26net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet2-4/+4
2025-11-26tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet6-13/+12
2025-11-26ice: fix broken Rx on VFsAlexander Lobakin1-0/+3
2025-11-26chtls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva1-7/+1
2025-11-26Merge branch 'tools-ynl-gen-regeneration-comment-function-prefix'Jakub Kicinski41-9/+57
2025-11-26tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen41-0/+41
2025-11-26tools: ynl-gen: add function prefix argumentAsbjørn Sloth Tønnesen1-9/+16
2025-11-26Merge branch 'ptp-ocp-a-fix-and-refactoring'Jakub Kicinski1-28/+18
2025-11-26ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko1-3/+2
2025-11-26ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko1-2/+1
2025-11-26ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko1-14/+10
2025-11-26ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko1-9/+5
2025-11-26vsock/test: Extend transport change null-ptr-deref testMichal Luczaj1-1/+6
2025-11-26r8169: improve MAC EEE handlingHeiner Kallweit1-37/+36
2025-11-26net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle1-2/+89
2025-11-26net: phy: mxl-gpy: add support for MxL86211CChad Monroe1-0/+24
2025-11-26net: mdio: remove redundant fwnode cleanupBuday Csaba2-7/+1
2025-11-26net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba2-7/+55
2025-11-26Merge branch 'net-enetc-add-port-mdio-support-for-both-i-mx94-and-i-mx95'Jakub Kicinski3-3/+215
2025-11-26net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang2-2/+18
2025-11-26net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang1-0/+57
2025-11-26net: enetc: set the external PHY address in IERB for port MDIO usageWei Fang1-1/+140
2025-11-26Merge branch 'improvements-over-dsa-conduit-ethtool-ops'Jakub Kicinski1-43/+102
2025-11-26net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean1-33/+93
2025-11-26net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean1-6/+5
2025-11-26net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean1-7/+7
2025-11-26cxgb4: Rename sched_class to avoid type clashAlan Maguire5-32/+32
2025-11-26r8169: add support for RTL9151AJaven Xu1-0/+3
2025-11-25Merge branch 'net_sched-speedup-qdisc-dequeue'Paolo Abeni15-80/+147
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet3-3/+10
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet3-14/+43
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet2-10/+16
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet1-1/+1
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet1-0/+1
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet1-2/+5
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet1-1/+1
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet1-11/+18
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet1-9/+3
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet7-4/+16
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet1-1/+1
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet2-5/+12
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet1-1/+2
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet5-18/+18
2025-11-25dt-bindings: net: aspeed: add AST2700 MDIO compatibleJacky Chou1-1/+6
2025-11-25Merge branch 'mptcp-memcg-accounting-for-passive-sockets-backlog-processing'Jakub Kicinski12-153/+414
2025-11-25mptcp: leverage the backlog for RX packet processingPaolo Abeni2-58/+129