summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04selftests: mptcp: join: do_transfer: reduce code dupMatthieu Baerts (NGI0)
2025-11-04mptcp: pm: in kernel: only use fullmesh endp if anyMatthieu Baerts (NGI0)
2025-11-04mptcp: pm: in-kernel: record fullmesh endp nbMatthieu Baerts (NGI0)
2025-11-04Merge branch 'net-mlx5e-reduce-interface-downtime-on-configuration-change'Jakub Kicinski
2025-11-04net/mlx5e: Defer channels closure to reduce interface down timeTariq Toukan
2025-11-04net/mlx5e: Pass old channels as argument to mlx5e_switch_priv_channelsTariq Toukan
2025-11-04net/mlx5e: Do not re-apply TIR loopback configuration if not necessaryTariq Toukan
2025-11-04net/mlx5: IPoIB, set self loopback prevention in TIR initTariq Toukan
2025-11-04net/mlx5e: Allow setting self loopback prevention bits on TIR initTariq Toukan
2025-11-04net/mlx5e: Use TIR API in mlx5e_modify_tirs_lb()Tariq Toukan
2025-11-04net/mlx5e: Enhance function structures for self loopback prevention applicationTariq Toukan
2025-11-04xen/netfront: Comment Correction: Fix Spelling Error and Description of Queue...Chu Guangqing
2025-11-04net: sungem_phy: Fix a typo error in sungem_phyChu Guangqing
2025-11-04veth: Fix a typo error in vethChu Guangqing
2025-11-04gtp: Fix a typo error for sizeChu Guangqing
2025-11-04virtio_net: Fix a typo error in virtio_netChu Guangqing
2025-11-04Merge branch 'net-stmmac-multi-interface-stmmac'Jakub Kicinski
2025-11-04net: stmmac: imx: use ->set_phy_intf_sel()Russell King (Oracle)
2025-11-04net: stmmac: imx: cleanup arguments for set_intf_mode() methodRussell King (Oracle)
2025-11-04net: stmmac: imx: simplify set_intf_mode() implementationsRussell King (Oracle)
2025-11-04net: stmmac: imx: use stmmac_get_phy_intf_sel()Russell King (Oracle)
2025-11-04net: stmmac: imx: use FIELD_PREP()/FIELD_GET() for PHY_INTF_SEL_xRussell King (Oracle)
2025-11-04net: stmmac: imx: convert to PHY_INTF_SEL_xxxRussell King (Oracle)
2025-11-04net: stmmac: add support for configuring the phy_intf_sel inputsRussell King (Oracle)
2025-11-04net: stmmac: add stmmac_get_phy_intf_sel()Russell King (Oracle)
2025-11-04net: stmmac: add phy_intf_sel and ACTPHYIF definitionsRussell King (Oracle)
2025-11-04net: stmmac: s32: move PHY_INTF_SEL_x definitions out of the wayRussell King (Oracle)
2025-11-04net: stmmac: imx: use phylink's interface mode for set_clk_tx_rate()Russell King (Oracle)
2025-11-04net: mark deliver_skb() as unlikely and not inlinedEric Dumazet
2025-11-04rtnetlink: honor RTEXT_FILTER_SKIP_STATS in IFLA_STATSAdrian Moreno
2025-11-04Merge branch 'xsk-minor-optimizations-around-locks'Paolo Abeni
2025-11-04xsk: use a smaller new lock for shared pool caseJason Xing
2025-11-04xsk: do not enable/disable irq when grabbing/releasing xsk_tx_list_lockJason Xing
2025-11-04net: add net cookie for net device trace eventsTonghao Zhang
2025-11-03Merge branch 'ethtool-introduce-phy-mse-diagnostics-uapi-and-drivers'Jakub Kicinski
2025-11-03net: phy: dp83td510: add MSE interface support for 10BASE-T1LOleksij Rempel
2025-11-03net: phy: micrel: add MSE interface support for KSZ9477 familyOleksij Rempel
2025-11-03ethtool: netlink: add ETHTOOL_MSG_MSE_GET and wire up PHY MSE accessOleksij Rempel
2025-11-03net: phy: introduce internal API for PHY MSE diagnosticsOleksij Rempel
2025-11-03Merge branch 'add-support-to-do-threaded-napi-busy-poll'Jakub Kicinski
2025-11-03selftests: Add napi threaded busy poll test in `busy_poller`Samiullah Khawaja
2025-11-03net: Extend NAPI threaded polling to allow kthread based busy pollingSamiullah Khawaja
2025-11-03Merge branch 'mpls-remove-rtnl-dependency'Jakub Kicinski
2025-11-03mpls: Drop RTNL for RTM_NEWROUTE, RTM_DELROUTE, and RTM_GETROUTE.Kuniyuki Iwashima
2025-11-03mpls: Protect net->mpls.platform_label with a per-netns mutex.Kuniyuki Iwashima
2025-11-03mpls: Convert RTM_GETNETCONF to RCU.Kuniyuki Iwashima
2025-11-03mpls: Convert mpls_dump_routes() to RCU.Kuniyuki Iwashima
2025-11-03mpls: Use mpls_route_input() where appropriate.Kuniyuki Iwashima
2025-11-03mpls: Add mpls_route_input().Kuniyuki Iwashima
2025-11-03mpls: Pass net to mpls_dev_get().Kuniyuki Iwashima