summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-25virtio_net: enhance wake/stop tx queue statistics accountingLiming Wu
2025-11-25Merge branch 'tcp-provide-better-locality-for-retransmit-timer'Jakub Kicinski
2025-11-25tcp: remove icsk->icsk_retransmit_timerEric Dumazet
2025-11-25tcp: introduce icsk->icsk_keepalive_timerEric Dumazet
2025-11-25net: move sk_dst_pending_confirm and sk_pacing_status to sock_read_tx groupEric Dumazet
2025-11-25tcp: rename icsk_timeout() to tcp_timeout_expires()Eric Dumazet
2025-11-25ice: fix broken Rx on VFsAlexander Lobakin
2025-11-25chtls: Avoid -Wflex-array-member-not-at-end warningGustavo A. R. Silva
2025-11-25Merge branch 'tools-ynl-gen-regeneration-comment-function-prefix'Jakub Kicinski
2025-11-25tools: ynl-gen: add regeneration commentAsbjørn Sloth Tønnesen
2025-11-25tools: ynl-gen: add function prefix argumentAsbjørn Sloth Tønnesen
2025-11-25Merge branch 'ptp-ocp-a-fix-and-refactoring'Jakub Kicinski
2025-11-25ptp: ocp: Reuse META's PCI vendor IDAndy Shevchenko
2025-11-25ptp: ocp: Apply standard pattern for cleaning up loopAndy Shevchenko
2025-11-25ptp: ocp: Make ptp_ocp_unregister_ext() NULL-awareAndy Shevchenko
2025-11-25ptp: ocp: Refactor signal_show() and fix %ptT misuseAndy Shevchenko
2025-11-25vsock/test: Extend transport change null-ptr-deref testMichal Luczaj
2025-11-25r8169: improve MAC EEE handlingHeiner Kallweit
2025-11-25net: phy: mxl-gpy: add support for MxL86252 and MxL86282Daniel Golle
2025-11-25net: phy: mxl-gpy: add support for MxL86211CChad Monroe
2025-11-25net: mdio: remove redundant fwnode cleanupBuday Csaba
2025-11-25net: mdio: eliminate kdoc warnings in mdio_device.c and mdio_bus.cBuday Csaba
2025-11-25Merge branch 'net-enetc-add-port-mdio-support-for-both-i-mx94-and-i-mx95'Jakub Kicinski
2025-11-25net: enetc: update the base address of port MDIO registers for ENETC v4Wei Fang
2025-11-25net: enetc: set external PHY address in IERB for i.MX94 ENETCWei Fang
2025-11-25net: enetc: set the external PHY address in IERB for port MDIO usageWei Fang
2025-11-25Merge branch 'improvements-over-dsa-conduit-ethtool-ops'Jakub Kicinski
2025-11-25net: dsa: append ethtool counters of all hidden ports to conduitVladimir Oltean
2025-11-25net: dsa: use kernel data types for ethtool ops on conduitVladimir Oltean
2025-11-25net: dsa: cpu_dp->orig_ethtool_ops might be NULLVladimir Oltean
2025-11-25cxgb4: Rename sched_class to avoid type clashAlan Maguire
2025-11-25r8169: add support for RTL9151AJaven Xu
2025-11-25Merge branch 'net_sched-speedup-qdisc-dequeue'Paolo Abeni
2025-11-25net_sched: use qdisc_dequeue_drop() in cake, codel, fq_codelEric Dumazet
2025-11-25net_sched: add qdisc_dequeue_drop() helperEric Dumazet
2025-11-25net_sched: add tcf_kfree_skb_list() helperEric Dumazet
2025-11-25net: annotate a data-race in __dev_xmit_skb()Eric Dumazet
2025-11-25net: prefech skb->priority in __dev_xmit_skb()Eric Dumazet
2025-11-25net_sched: sch_fq: prefetch one skb ahead in dequeue()Eric Dumazet
2025-11-25net_sched: sch_fq: move qdisc_bstats_update() to fq_dequeue_skb()Eric Dumazet
2025-11-25net_sched: add Qdisc_read_mostly and Qdisc_write groupsEric Dumazet
2025-11-25net_sched: cake: use qdisc_pkt_segs()Eric Dumazet
2025-11-25net_sched: use qdisc_skb_cb(skb)->pkt_segs in bstats_update()Eric Dumazet
2025-11-25net: use qdisc_pkt_len_segs_init() in sch_handle_ingress()Eric Dumazet
2025-11-25net_sched: initialize qdisc_skb_cb(skb)->pkt_segs in qdisc_pkt_len_init()Eric Dumazet
2025-11-25net: init shinfo->gso_segs from qdisc_pkt_len_init()Eric Dumazet
2025-11-25net_sched: make room for (struct qdisc_skb_cb)->pkt_segsEric Dumazet
2025-11-25dt-bindings: net: aspeed: add AST2700 MDIO compatibleJacky Chou
2025-11-24Merge branch 'mptcp-memcg-accounting-for-passive-sockets-backlog-processing'Jakub Kicinski
2025-11-24mptcp: leverage the backlog for RX packet processingPaolo Abeni