summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2026-02-11tcp: populate inet->cork.fl.u.ip6 in tcp_v6_syn_recv_sock()Eric Dumazet3-15/+17
2026-02-11tcp: populate inet->cork.fl.u.ip6 in tcp_v6_connect()Eric Dumazet1-23/+24
2026-02-11ipv6: inet6_csk_xmit() and inet6_csk_update_pmtu() use inet->cork.fl.u.ip6Eric Dumazet1-9/+11
2026-02-11ipv6: use inet->cork.fl.u.ip6 and np->final in ip6_datagram_dst_update()Eric Dumazet1-10/+11
2026-02-11ipv6: use np->final in inet6_sk_rebuild_header()Eric Dumazet1-2/+2
2026-02-11ipv6: add daddr/final storage in struct ipv6_pinfoEric Dumazet1-0/+4
2026-02-11Merge tag 'nf-next-26-02-06' of https://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski12-148/+580
2026-02-11net: stmmac: qcom-ethqos: fix qcom_ethqos_serdes_powerup()Russell King (Oracle)1-2/+10
2026-02-11xfrm: reduce struct sec_path sizePaolo Abeni1-5/+5
2026-02-11Merge branch 'bnxt_en-add-rss-context-resource-check'Jakub Kicinski1-15/+32
2026-02-11bnxt_en: Check RSS contexts in bnxt_need_reserve_rings()Michael Chan1-0/+2
2026-02-11bnxt_en: Refactor bnxt_need_reserve_rings()Michael Chan1-15/+30
2026-02-11mptcp: allow overridden write_space to be invokedGeliang Tang2-1/+2
2026-02-11Merge branch 'net-netconsole-convert-to-nbcon-console-infrastructure'Jakub Kicinski8-60/+197
2026-02-11netconsole: Use printk context for CPU and task informationBreno Leitao1-17/+23
2026-02-11netconsole: convert to NBCON console infrastructureBreno Leitao1-39/+62
2026-02-11netconsole: extract message fragmentation into send_msg_udp()Breno Leitao1-9/+15
2026-02-11printk: Add execution context (task name/CPU) to printk_infoBreno Leitao7-1/+103
2026-02-10net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}Simon Horman1-2/+0
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean5-29/+24
2026-02-10Merge branch 'net-ftgmac100-various-probe-cleanups'Paolo Abeni1-162/+194
2026-02-10net: ftgmac100: Use devm_mdiobus_alloc/devm_of_mdiobus_registerJacky Chou1-22/+4
2026-02-10net: ftgmac100: Fix wrong netif_napi_del in releaseAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Simplify condition on HW arbitrationAndrew Lunn1-5/+5
2026-02-10net: ftgmac100: Remove redundant PHY_POLLAndrew Lunn1-4/+1
2026-02-10net: ftgmac100: Move DT probe into a helperAndrew Lunn1-33/+54
2026-02-10net: ftgmac100: Simplify legacy MDIO setupAndrew Lunn1-2/+0
2026-02-10net: ftgmac100: Always register the MDIO bus when it existsAndrew Lunn1-25/+20
2026-02-10net: ftgmac100: Move NCSI probe code into a helperAndrew Lunn1-27/+45
2026-02-10net: ftgmac100: Simplify error handling for ftgmac100_initial_macAndrew Lunn1-1/+1
2026-02-10net: ftgmac100: Use devm_clk_get_enabledAndrew Lunn1-18/+6
2026-02-10net: ftgmac100: Use devm_request_memory_region/devm_ioremapAndrew Lunn1-14/+6
2026-02-10net: ftgmac100: Use devm_alloc_etherdev()Andrew Lunn1-8/+3
2026-02-10net: ftgmac100: Replace all of_device_is_compatible()Andrew Lunn1-10/+10
2026-02-10net: ftgmac100: Add match data containing MAC IDAndrew Lunn1-5/+50
2026-02-10net: ftgmac100: List all compatiblesAndrew Lunn1-0/+3
2026-02-10Merge branch 'hsr-implement-more-robust-duplicate-discard-algorithm'Paolo Abeni9-381/+913
2026-02-10MAINTAINERS: Assign hsr selftests to HSRFelix Maurer1-0/+1
2026-02-10selftests: hsr: Add more link fault tests for HSRFelix Maurer3-28/+44
2026-02-10hsr: Implement more robust duplicate discard for HSRFelix Maurer3-143/+131
2026-02-10selftests: hsr: Add tests for more link faults with PRPFelix Maurer1-5/+74
2026-02-10hsr: Implement more robust duplicate discard for PRPFelix Maurer3-138/+237
2026-02-10selftests: hsr: Add tests for faulty linksFelix Maurer3-11/+272
2026-02-10selftests: hsr: Check duplicates on HSR with VLANFelix Maurer2-120/+70
2026-02-10selftests: hsr: Add ping test for PRPFelix Maurer2-0/+148
2026-02-10Merge branch 'net-fec-improve-xdp-copy-mode-and-add-af_xdp-zero-copy-support'Paolo Abeni2-379/+1234
2026-02-10net: fec: add AF_XDP zero-copy supportWei Fang2-44/+754
2026-02-10net: fec: improve fec_enet_tx_queue()Wei Fang1-26/+17
2026-02-10net: fec: add fec_alloc_rxq_buffers_pp() to allocate buffers from page poolWei Fang1-32/+58
2026-02-10net: fec: move xdp_rxq_info* APIs out of fec_enet_create_page_pool()Wei Fang1-18/+40