aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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/gregkh/usbLinus Torvalds1-10/+10
2026-06-22Merge tag 'tty-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus 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/scm/linux/kernel/git/wpan/wpan-nextJakub 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
2026-06-21net: ethernet: mtk_ppe: Fix rhashtable leak in mtk_ppe_init error pathsWayen Yan1-2/+2
2026-06-21net: marvell: prestera: initialize err in prestera_port_sfp_bindRuoyu Wang1-1/+1
2026-06-19ieee802154: ca8210: fix pointer truncation in kfifo on 64-bitShitalkumar Gandhi1-2/+4
2026-06-19ieee802154: ca8210: fix cas_ctl leak on spi_async failureShitalkumar Gandhi1-1/+2
2026-06-18eth: fbnic: take netif_addr_lock_bh() around rx mode address programmingDaniel Zahka3-1/+12
2026-06-18net: wangxun: don't advertise IFF_SUPP_NOFCSRongguang Wei2-2/+0
2026-06-18net: ena: clean up XDP TX queues when regular TX setup failsDawei Feng1-2/+21
2026-06-18gve: fix header buffer corruption with header-split and HW-GROAnkit Garg1-10/+18
2026-06-18net: thunderbolt: Fix frags[] overflow by bounding frame_countMaoyi Xie1-2/+6
2026-06-18netconsole: don't drop the last byte of a full-sized messageBreno Leitao1-5/+7
2026-06-18net: macb: add TX stall timeout callback to recover from lost TSTART writeLukasz Raczylo1-0/+8
2026-06-18net: airoha: fix foe_check_time allocation sizeWayen Yan1-1/+2
2026-06-18octeontx2-af: cn10k: restrict VF LMTLINE sharing to its own PFJunrui Luo1-0/+9
2026-06-18net: pch_gbe: handle TX skb allocation failureRuoyu Wang1-9/+29
2026-06-18dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei1-1/+1