summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2026-06-24net: dsa: mxl862xx: avoid unaligned 16-bit access in api_wrapDaniel Golle1-3/+4
2026-06-24net: dsa: realtek: fix memory leak in rtl8366rb_setup_led()David Yang1-4/+4
2026-06-24net: ixp4xx_hss: fix duplicate HDLC netdev allocationHaoxiang Li1-2/+2
2026-06-24net: airoha: fix netif_set_real_num_tx_queues for sparse QoS channelsLorenzo Bianconi1-9/+16
2026-06-24net: airoha: Fix off-by-one in airoha_tc_remove_htb_queue()Lorenzo Bianconi1-1/+1
2026-06-23eth: fbnic: fix ordering of heartbeat vs ownershipJakub Kicinski1-5/+4
2026-06-23net: au1000: move free_irq out of the close-time spinlocked sectionRunyu Xiao1-1/+2
2026-06-23net: usb: lan78xx: restore VLAN and hash filters after link upNicolai Buchwitz1-6/+31
2026-06-23veth: fix NAPI leak in XDP enable error pathEric Dumazet1-0/+2
2026-06-23net: ti: icssg: Fix XSK zero copy TX during application wakeupMeghana Malladi1-12/+11
2026-06-23net: dsa: sja1105: round up PTP perout pin durationAleksandrova Alyona1-1/+1
2026-06-22net: airoha: Fix TX scheduler queue mask loop upper boundWayen Yan1-1/+1
2026-06-22bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp()Abdun Nihaal1-2/+1
2026-06-22eth: bnxt: improve the timing of statsJakub Kicinski3-1/+53
2026-06-22hdlc_ppp: sync per-proto timers before freeing hdlc stateFan Wu1-2/+13
2026-06-22net: ethernet: ti: icssg: guard PA stat lookupsPhilippe Schenker1-21/+28
2026-06-22rocker: Fix memory leak in ofdpa_port_fdb()Ziran Zhang1-0/+3
2026-06-22e1000e: Reconfigure PLL clock gate timeout and re-enable K1 on Meteor LakeDima Ruinskiy2-1/+17
2026-06-22i40e: Fix i40e_debug() to use struct i40e_hw argumentMohamed Khalfella1-1/+1
2026-06-22ice: dpll: fix memory leak in ice_dpll_init_info error pathsZhaoJinming1-6/+10
2026-06-22ice: dpll: set pointers to NULL after kfree in ice_dpll_deinit_infoZhaoJinming1-0/+4
2026-06-22ice: call netif_keep_dst() once when entering switchdev modeMarcin Szycik1-2/+2
2026-06-22ice: fix ice_init_link() error return preventing probePaul Greenwalt1-11/+5
2026-06-22ice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
2026-06-22ice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()Dawid Osuchowski1-1/+1
2026-06-22Merge tag 'usb-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-10/+10
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-2/+2
2026-06-21dpaa2-switch: do not accept VLAN uppers while bridgedIoana Ciornei1-0/+8
2026-06-21net: airoha: Fix skb->priority underflow in airoha_dev_select_queue()Wayen Yan1-1/+1
2026-06-21net: emac: Fix NULL pointer dereference in emac_probeRosen Penev1-7/+6
2026-06-21Merge tag 'ieee802154-for-net-next-2026-06-20' of git://git.kernel.org/pub/sc...Jakub Kicinski1-3/+6
2026-06-21octeontx2-pf: mcs: Fix mcs resources free on PF shutdownGeetha sowjanya1-2/+7
2026-06-21octeontx2-pf: Clear stats of all resources when freeing resourcesSubbaraya Sundeep1-0/+1
2026-06-21octeontx2-af: mcs: Fix unsupported secy stats readGeetha sowjanya2-4/+5
2026-06-21octeontx2-af: npc: cn20k: fix NPC defragRatheesh Kannoth1-3/+6