aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
2026-06-30wifi: ath12k: Fix inconsistencies in struct qmi_elem_info initializersRaj Kumar Bhagat1-69/+75
2026-06-30wifi: ath12k: enable threaded NAPI when DP IRQ affinity is unavailableHangtian Zhu1-1/+11
2026-06-30net: gianfar: dispose irq mappings on probe failure and device removalRosen Penev1-5/+11
2026-06-30net: lan743x: Initialize eth_syslock spinlock before useAndrea Righi1-1/+1
2026-06-30net: libwx: fix VMDQ mask for 1-queue modeJiawen Wu2-0/+2
2026-06-30net: airoha: fix max receive size configurationLorenzo Bianconi4-60/+58
2026-06-30fsl/fman: Free init resources on KeyGen failure in fman_init()Haoxiang Li1-1/+3
2026-06-29Revert "net: phy: sfp: probe for RollBall I2C-to-MDIO bridge in mdio-i2c"Petr Wozniak2-63/+10
2026-06-29net: phy: sfp: free mii_bus in sfp_i2c_mdiobus_destroyPetr Wozniak1-0/+1
2026-06-29net: gianfar: dispose irq mappings on probe failure and device removalRosen Penev1-5/+11
2026-06-29usbnet: gl620a: fix out-of-bounds read in genelink_rx_fixup()Xiang Mei1-3/+3
2026-06-29net/mlx5e: macsec: fix use-after-free of metadata_dst on RX SC deleteDoruk Tan Ozturk1-19/+28
2026-06-29netdevsim: remove ethtool debugfs files before freeing netdevYousef Alhouseen3-0/+10
2026-06-29net: wwan: iosm: bound device offsets in the MUX downlink decoderMaoyi Xie1-10/+30
2026-06-29mlxsw: spectrum_acl_erp: Fix const qualifier of delta_clear()Evgenii Burenchev2-2/+2
2026-06-29eth: fbnic: don't cache shinfo across skb reallocJakub Kicinski1-5/+6
2026-06-27net: airoha: dma map xmit frags with skb_frag_dma_map()Lorenzo Bianconi2-23/+45
2026-06-27net: enetc: check the number of BDs needed for xdp_frameWei Fang1-0/+7
2026-06-26qede: fix out-of-bounds check for cqe->len_list[]Matvey Kovalev1-2/+2
2026-06-26net: pse-pd: scope pse_control regulator handle to kref lifetimeCorey Leavitt1-3/+3
2026-06-26net: liquidio: fix BAR resource leak on PF number failureHaoxiang Li1-8/+10
2026-06-26net: ipa: fix SMEM state handle leaks in SMP2P initHaoxiang Li1-8/+22
2026-06-25Merge tag 'net-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds82-391/+848
2026-06-25net: ethtool: keep rtnl_lock for ops using ethtool_op_get_link()Jakub Kicinski7-6/+14
2026-06-25net: hns3: differentiate autoneg default values between copper and fiberShuaisong Yang1-0/+7
2026-06-25net: hns3: fix permanent link down deadlock after resetShuaisong Yang1-7/+15
2026-06-25net: hns3: refactor MAC autoneg and speed configurationShuaisong Yang2-14/+42
2026-06-25net: hns3: unify copper port ksettings configuration pathShuaisong Yang2-19/+40
2026-06-25net: mana: Optimize irq affinity for low vcpu configsShradha Gupta1-14/+64
2026-06-25net: sparx5: unregister blocking notifier on init failureHaoxiang Li1-1/+3
2026-06-25octeontx2-af: Free BPID bitmap on setup failureHaoxiang Li1-3/+8
2026-06-25net: enetc: fix potential divide-by-zero when num_vsi is zeroWei Fang1-0/+3
2026-06-24Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/net-queueJakub Kicinski9-27/+48
2026-06-24net: stmmac: dwmac-spacemit: Fix wrong irq definitionInochi Amaoto1-2/+2
2026-06-24net: stmmac: dwmac-spacemit: Fix wrong phy interface definitionInochi Amaoto1-3/+6
2026-06-24net: ethernet: sunplus: spl2sw: fix phy_node refcount leak in removeShitalkumar Gandhi1-2/+4
2026-06-24net: sungem: fix probe error cleanupRuoyu Wang1-4/+9
2026-06-24eth: mlx5: fix macsec dependencyArnd Bergmann1-1/+1
2026-06-24net: usb: kalmia: bound RX frame length in kalmia_rx_fixup()Maoyi Xie1-0/+8
2026-06-24geneve: validate inner network offset in geneve_gro_complete()Xiang Mei1-0/+14
2026-06-24geneve: gate GRO hint in geneve_gro_complete() on gs->gro_hintXiang Mei1-2/+2
2026-06-24net: mvneta: re-enable percpu interrupt on resumeYun Zhou1-0/+3
2026-06-24octeontx2-af: fix CGX debugfs RVU AF PCI reference leaksRatheesh Kannoth1-26/+30
2026-06-24octeontx2-af: Validate NIX maximum LFs correctlySubbaraya Sundeep1-8/+19
2026-06-24net: wwan: t7xx: destroy DMA pool on CLDMA late init failureHaoxiang Li1-0/+3
2026-06-24net: airoha: fix BQL underflow in shared QDMA TX ringLorenzo Bianconi2-76/+93
2026-06-24net: phy: realtek: Clear MDIO_AN_10GBT_CTRL_ADV10G bitJan Klos1-1/+2
2026-06-24octeontx2-af: npc: cn20k: Fix subbank free list indexing for search orderRatheesh Kannoth1-12/+39
2026-06-24net: mana: Fall back to standard MTU when PF reports adapter_mtu of 0Erni Sri Satya Vennela2-3/+16
2026-06-24net: dsa: mxl862xx: fix use-after-free of DSA ports in crc_err_workDaniel Golle1-5/+6