summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)Author
2026-08-07net: wangxun: add Tx timeout processJiawen Wu
2026-08-07net: ngbe: implement libwx reset opsJiawen Wu
2026-08-07net: niu: fix potential buffer overflow/truncation in irq namesRonan Marchal
2026-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-06igc: fix netdev not re-attached after resume if interface is downPhilipp David
2026-08-06bnge: Fix resource leak in bnge_init_nic() error pathBhargava Marreddy
2026-08-06net: octeontx2-pf: Fix UB in shift operationSergey V. Frolov
2026-08-05net: stmmac: raise TX completion interrupt at the end of an xmit burstJohan Alvarado
2026-08-05net/mlx5: add debugfs stats for doorbell dma poolsNimrod Oren
2026-08-05net/mlx5: allocate doorbells from dma poolsNimrod Oren
2026-08-05net/mlx5: initialize doorbell dma poolsNimrod Oren
2026-08-05net: tulip: remove xircom_cb driverPablo Vallespín Aranguren
2026-08-05dinghai: add hardware register access and PCI capability scanningJunyang Han
2026-08-05dinghai: add ZTE network driver supportJunyang Han
2026-08-05pds_core: add debugfs support for host backed memoryNikhil P. Rao
2026-08-05pds_core: add host backed memory support for firmwareNikhil P. Rao
2026-08-05pds_core: add PLDM component info displayBrett Creeley
2026-08-05pds_core: add PLDM firmware update support via devlink flashBrett Creeley
2026-08-05pds_core: add support for identity version 2Brett Creeley
2026-08-05pds_core: add support for quiet devcmd failuresBrett Creeley
2026-08-05net: prestera: validate firmware header lengthPengpeng Hou
2026-08-05qlcnic: drop unneeded semicolonJulia Lawall
2026-08-05net: macb: remove unused ENST Q0/Q1 time register definesVineeth Karumanchi
2026-08-05Merge tag 'nf-next-26-07-31' of git://git.kernel.org/pub/scm/linux/kernel/git...Jakub Kicinski
2026-08-04bnge: send hwrm for interface down/up transitionsVikas Gupta
2026-08-04bnge: add ndo_set_rx_mode_async supportVikas Gupta
2026-08-04bnge: refactor rx mode helpers to accept explicit address listsVikas Gupta
2026-08-04bnxt_en: Fix PTP PPS setting bugKeegan Freyhof
2026-08-04bnxt_en: Disable EOP for TPA on all chips to prevent data corruptionMichael Chan
2026-08-04bnxt_en: Refresh VNIC default ring on queue restart if neededShravya KN
2026-08-04bnxt_en: Determine and store default RX ring in vnic structureShravya KN
2026-08-04bnxt_en: Move RSS table fill outside __bnxt_hwrm_vnic_set_rss()Shravya KN
2026-08-04net/mlx5e: fix BQL reset on SQ re-activationBobby Eshleman
2026-08-04bnge: use int for bnge_fix_rings_count() return valueAlok Tiwari
2026-08-04net: atlantic: free RX pages of consumed but not refilled buffersYangyu Chen
2026-08-04net: atlantic: free stranded TX buffers on ring deinitYangyu Chen
2026-08-04net: stmmac: resume PHY before hardware setup when opening the interfaceStefan Agner
2026-08-04net: microchip: vcap api: Fix possible memory leak in vcap_decode_rule()Abdun Nihaal
2026-08-04net: airoha: fix ARRAY_SIZE() division by zero on UP buildsLorenzo Bianconi
2026-08-04net: stmmac: remove ptpaddr/mmcaddr/estaddr "safe" initializationJisheng Zhang
2026-08-03net: mana: force full-page RX buffers via ethtool private flagDipayaan Roy
2026-08-03net: mana: refactor mana_get_strings() and mana_get_sset_count() to use switchDipayaan Roy
2026-08-03net: stmmac: ethtool: Address off-by-one when reading the coal rx-usecsMaxime Chevallier
2026-08-03net: stmmac: ethtool: Comment the magic numbers in RIWT computationMaxime Chevallier
2026-08-03bnge: Fix NULL pointer dereference in aux device releaseAlok Tiwari
2026-08-03net: stmmac: Don't rely on the PHY for flow-control testingMaxime Chevallier
2026-08-03net: stmmac: Don't use PHY loopback for selftestsMaxime Chevallier
2026-08-03net: stmmac: Skip PHY attach if custom PCS is in useZxyan Zhu
2026-08-03xsk: validate metadata when processing requestsStanislav Fomichev
2026-08-03xsk: pass TX metadata pointer by referenceStanislav Fomichev