summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)AuthorFilesLines
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
2026-06-18virtio-net: fix len check in receive_big()Xiang Mei1-3/+6
2026-06-17net/mlx5: Remove broken and unused mlx5_query_mtppse()Li RongQing2-20/+0
2026-06-17net: ehea: unwind probe_port sysfs file on failurePengpeng Hou1-0/+2
2026-06-17octeontx2-af: npc: Log successful MCAM drop-on-non-hit install at debug levelRatheesh Kannoth1-1/+1
2026-06-17octeontx2-pf: Fix leak of SQ timestamp buffer on teardownRatheesh Kannoth1-0/+1
2026-06-17net: ethernet: mtk_eth_soc: fix supported_interface set after phylink_createChristian Marangi1-5/+5
2026-06-17net: pse-pd: set user byte command SUB2 fieldRobert Marko1-1/+1
2026-06-17Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-0/+1035
2026-06-17Merge tag 'wq-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-1/+1
2026-06-17Merge tag 'bitmap-for-7.2' of https://github.com/norov/linuxLinus Torvalds4-8/+8
2026-06-17Merge tag 'bpf-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf...Linus Torvalds1-4/+4
2026-06-17Merge tag 'net-next-7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds932-25504/+58716
2026-06-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski24-170/+247
2026-06-15net: dsa: sja1105: fix lastused timestamp in flower statsDavid Yang1-2/+1
2026-06-15ionic: Get "link_down_count" ext link stat from firmwareEric Joyner6-5/+39
2026-06-15ionic: Report "rx_bits_phy" stat to ethtoolEric Joyner4-1/+73
2026-06-15ionic: Update ionic_if.h with new extra port statsEric Joyner1-53/+11
2026-06-15ionic: Fix check in ionic_get_link_ext_statsBrett Creeley1-2/+9
2026-06-15net: dsa: mxl862xx: add support for SerDes portsDaniel Golle6-3/+668
2026-06-15net: dsa: mxl862xx: move API macros to mxl862xx-host.hDaniel Golle2-7/+8
2026-06-15net: dsa: mxl862xx: move phylink stubs to mxl862xx-phylink.cDaniel Golle4-38/+67
2026-06-15net: dsa: mxl862xx: store firmware version for feature gatingDaniel Golle2-0/+26
2026-06-15net: airoha: use int instead of atomic_t for qdma users counterLorenzo Bianconi2-3/+3
2026-06-15net: ethernet: oa_tc6: Remove FCS size in RX frameSelvamani Rajagopal1-0/+11
2026-06-15net: ethernet: oa_tc6: mdiobus->parent initialized with NULLSelvamani Rajagopal1-2/+1
2026-06-15net: ethernet: oa_tc6: Interrupt is active low, level triggered.Selvamani Rajagopal1-50/+76
2026-06-15net: ti: icssg: Use undirected TX tag for XDP zero copy in HSR offload modeMeghana Malladi1-2/+11
2026-06-15net: ti: icssg: Use undirected TX tag for native XDP in HSR offload modeMeghana Malladi1-2/+19
2026-06-15net: ti: icssg-prueth: Fix AF_XDP fill ring alloc and wakeup conditionMeghana Malladi1-8/+6
2026-06-15net: airoha: Fix MODULE_LICENSE to match SPDX GPL-2.0-only identifierWayen.Yan2-2/+2
2026-06-15net/mlx5: HWS: correct CONFIG_MLX5_HW_STEERING macro name in commentEthan Nelson-Moore1-1/+1
2026-06-15net: airoha: Fix typos in comments and KconfigWayen.Yan2-6/+6
2026-06-15net: airoha: Fix always-true condition in PPE1 queue reservation loopWayen.Yan1-1/+1
2026-06-15net: airoha: Fix non-standard return value in airoha_ppe_get_wdma_info()Wayen.Yan1-1/+1
2026-06-15net: atlantic: add AQC113 PTP support in aq_ptp and driver coreSukhdeep Singh5-138/+472