summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2025-11-04Merge branch 'add-driver-for-1gbe-network-chips-from-mucse'Jakub Kicinski
2025-11-04net: rnpgbe: Add register_netdevDong Yibo
2025-11-04net: rnpgbe: Add basic mbx_fw supportDong Yibo
2025-11-04net: rnpgbe: Add basic mbx ops supportDong Yibo
2025-11-04net: rnpgbe: Add n500/n210 chip support with BAR2 mappingDong Yibo
2025-11-04net: rnpgbe: Add build support for rnpgbeDong Yibo
2025-11-04ti: netcp: convert to ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04Merge branch 'convert-drivers-to-use-ndo_hwtstamp-callbacks-part-3'Jakub Kicinski
2025-11-04net: pch_gbe: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04net: thunderx: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04net: octeon: mgmt: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04net: liquidio_vf: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04net: liquidio: convert to use ndo_hwtstamp callbacksVadim Fedorenko
2025-11-04dt-bindings: net: ethernet-phy: clarify when compatible must specify PHY IDBuday Csaba
2025-11-04net: devmem: Remove unused declaration net_devmem_bind_tx_release()Yue Haibing
2025-11-04Merge branch 'mptcp-pm-in-kernel-fullmesh-endp-nb-bind-cases'Jakub Kicinski
2025-11-04selftests: mptcp: join: validate extra bind casesMatthieu Baerts (NGI0)
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