summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2026-02-10tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet
2026-02-10ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet
2026-02-10ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet
2026-02-10ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet
2026-02-10ipv6: add daddr/final storage in struct ipv6_pinfoEric Dumazet
2026-02-10Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski
2026-02-10net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()Russell King (Oracle)
2026-02-10xfrm: reduce struct sec_path sizePaolo Abeni
2026-02-10Merge branch 'bnxt_en-add-rss-context-resource-check'Jakub Kicinski
2026-02-10bnxt_en: Check RSS contexts in bnxt_need_reserve_rings()Michael Chan
2026-02-10bnxt_en: Refactor bnxt_need_reserve_rings()Michael Chan
2026-02-10mptcp: allow overridden write_space to be invokedGeliang Tang
2026-02-10Merge branch 'net-netconsole-convert-to-nbcon-console-infrastructure'Jakub Kicinski
2026-02-10netconsole: Use printk context for CPU and task informationBreno Leitao
2026-02-10netconsole: convert to NBCON console infrastructureBreno Leitao
2026-02-10netconsole: extract message fragmentation into send_msg_udp()Breno Leitao
2026-02-10printk: Add execution context (task name/CPU) to printk_infoBreno Leitao
2026-02-10net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}Simon Horman
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean
2026-02-10Merge branch 'net-ftgmac100-various-probe-cleanups'Paolo Abeni
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn
2026-02-10Merge branch 'hsr-implement-more-robust-duplicate-discard-algorithm'Paolo Abeni
2026-02-10MAINTAINERS: Assign hsr selftests to HSRFelix Maurer
2026-02-10selftests: hsr: Add more link fault tests for HSRFelix Maurer
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer
2026-02-10selftests: hsr: Add tests for more link faults with PRPFelix Maurer
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer
2026-02-10selftests: hsr: Add tests for faulty linksFelix Maurer
2026-02-10selftests: hsr: Check duplicates on HSR with VLANFelix Maurer
2026-02-10selftests: hsr: Add ping test for PRPFelix Maurer
2026-02-10Merge branch 'net-fec-improve-xdp-copy-mode-and-add-af_xdp-zero-copy-support'Paolo Abeni
2026-02-10net: fec: add AF_XDP zero-copy supportWei Fang
2026-02-10net: fec: improve fec_enet_tx_queue()Wei Fang
2026-02-10net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page poolWei Fang
2026-02-10net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()Wei Fang
2026-02-10net: fec: remove the size parameter from fec_enet_create_page_pool()Wei Fang