summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
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-10Merge tag 'irq-msi-2026-02-09' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-02-10Merge tag 'hardening-v7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-10octeon_ep_vf: ensure dbell BADDR updationVimlesh Kumar
2026-02-10octeon_ep: ensure dbell BADDR updationVimlesh Kumar
2026-02-10octeon_ep: disable per ring interruptsVimlesh Kumar
2026-02-10net/mlx5e: remove declarations of mlx5e_shampo_{fill_umr,dealloc_hd}Simon Horman
2026-02-10net: wan/fsl_ucc_hdlc: Fix dma_free_coherent() in uhdlc_memclean()Thomas Fourier
2026-02-10net: dsa: eliminate local type for tc policersVladimir Oltean
2026-02-10serial: caif: fix use-after-free in caif_serial ldisc_close()Jiayuan Chen
2026-02-10net: ethernet: marvell: skge: remove incorrect conflicting PCI IDEthan Nelson-Moore
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-10net: sunhme: Fix sbus regressionRené Rebe
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
2026-02-10net: fec: use switch statement to check the type of tx_bufWei Fang
2026-02-10net: fec: remove unnecessary NULL pointer check when clearing TX BD ringWei Fang
2026-02-10net: fec: transmit XDP frames in bulkWei Fang
2026-02-10net: fec: add tx_qid parameter to fec_enet_xdp_tx_xmit()Wei Fang
2026-02-10net: fec: add fec_enet_rx_queue_xdp() for XDP pathWei Fang
2026-02-10net: fec: improve fec_enet_rx_queue()Wei Fang
2026-02-10net: fec: add fec_build_skb() to build a skbWei Fang
2026-02-10net: fec: add rx_shift to indicate the extra bytes padded in front of RX frameWei Fang
2026-02-10net: fec: add fec_rx_error_check() to check RX errorsWei Fang
2026-02-10net: fec: add fec_txq_trigger_xmit() helperWei Fang
2026-02-10net: arcnet: com20020-pci: use module_pci_driverEthan Nelson-Moore
2026-02-10net: dsa: mxl-gsw1xx: validate chip IDDaniel Golle
2026-02-10net: dsa: mxl-gsw1xx: configure SerDes port polaritiesDaniel Golle
2026-02-09eth: bnxt: gather and report HW-GRO statsJakub Kicinski