summaryrefslogtreecommitdiff
path: root/drivers/net
AgeCommit message (Expand)Author
2026-08-28net/mlx5e: Prevent stale XSK buffer release on refill retryJerome Tollet
2026-08-28net: stmmac: fix dma mapping leak in stmmac_tso_xmit()Lorenzo Bianconi
2026-08-27Merge tag 'net-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2026-08-27net: fec: only stop PTP if it was initializedbui duc phuc
2026-08-27slip: remove slip_hangup() to fix use-after-free in slip_receive_buf()Eric Dumazet
2026-08-27net: dsa: mxl862xx: enable assisted learning on CPU portEdoardo Pinci
2026-08-27net: stmmac: restore NET_IP_ALIGN in the RX DMA offsetPascal Kneuper
2026-08-27net: stmmac: drop gso_enabled_types and rely on netdev featuresLorenzo Bianconi
2026-08-27net: stmmac: selftests: Don't test flow control for small rx fifosMaxime Chevallier
2026-08-27net: stmmac: selftests: Account for the UC filter list for filtering testsMaxime Chevallier
2026-08-27net: stmmac: dwxgmac: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: dwmac4: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: dwmac1000: Account for the primary MAC address for UC filteringMaxime Chevallier
2026-08-27net: stmmac: selftests: Check multiple MMC countersMaxime Chevallier
2026-08-27net: airoha: npu: fix missing streaming DMA maskDaniel Pawlik
2026-08-27slip: fix use-after-free in sl_sync()Aleksandr Khromov
2026-08-27net: stmmac: selftests: Pass the IP proto mask in the TC selftestMaxime Chevallier
2026-08-27net: wangxun: use BIT_ULL() to prevent shift overflow on 32-bit archsJiawen Wu
2026-08-27net: phy: air_en8811h: move LED GPIO configuration to config_initVitaliy Sochnev
2026-08-27bnxt_en: Write doorbell when linearizing skb failsJoe Damato
2026-08-27net: ethernet: sun4i-emac: Fix IRQ error handlingbui duc phuc
2026-08-26Merge tag 'hyperv-next-signed-20260826' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-26Merge tag 'pwrseq-updates-for-v7.3-rc1-part2' of git://git.kernel.org/pub/scm...Linus Torvalds
2026-08-26power: sequencing: rename pwrseq_power_on/off() to pwrseq_enable/disable()Bartosz Golaszewski
2026-08-25Merge tag 'usb-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2026-08-24octeontx2-af: fix cn20k mailbox lifetime on repeated rvu_mbox_init()Sai Krishna
2026-08-24octeontx2-pf: fix NULL deref of af_xdp_zc_qidx on rep setupSuman Ghosh
2026-08-24net: mana: Cap MSI-X vectors to the device MSI-X table sizeLong Li
2026-08-24net: ethernet: renesas: rswitch: fix device_node refcount leak in rswitch_get...Manush Prajwal
2026-08-24net: enetc: restore RX ring congestion mode for ENETC v4Wei Fang
2026-08-24net: enetc: restore RX ring congestion mode after ring reconfigurationWei Fang
2026-08-24octeontx2-af: Fix TL3/TL2 link config ENA clearingNaveen Mamindlapalli
2026-08-24net: stmmac: fix device node reference leaks in stmmac_mtl_setup()Md Rabbani
2026-08-24net: qualcomm: rmnet: restore skb->dev on deaggregated framesXiang Mei
2026-08-24octeontx2-vf: fix workqueue and netdev race in probe/removeAnshumali Gaur
2026-08-24octeontx2-af: fix out-of-bounds read setting MSI-X irq affinityAnshumali Gaur
2026-08-24octeontx2-af: fix NULL deref in NIX TM tree debugfs read pathAnshumali Gaur
2026-08-24gtp: add synchronize_net() in gtp_newlink() error path to prevent use-after-freeCen Zhang (Microsoft)
2026-08-24xsk: honor XDP_TX_METADATA in zero-copy pathStanislav Fomichev
2026-08-24net: ethernet: mtk_wed: increase WED v2 WDMA RESV_BUFF to 0x80Shiji Yang
2026-08-24hv_netvsc: Remove GPADL teardown special case for old Hyper-V hostsMichael Kelley
2026-08-24hv_netvsc: Allocate send/receive buffers using vmbus_alloc_buffer()Kameron Carr
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-22net: hibmcge: fix page_pool DMA direction mismatchJian Shen
2026-08-22net: libwx: fix concurrent bitmap overwrite in PTP setupJiawen Wu
2026-08-22qede: Fix NULL pointer dereference in TPA fragment processingVaibhav Nagare
2026-08-22net: txgbe: fix MISC interrupt unmasking in non-MSI-X mode and device shutdownJiawen Wu
2026-08-22net: sparx5: fix sleep in atomic context in MAC table accessDaniel Machon
2026-08-22net: microchip: vcap: use port number instead of netdev name for debugfsDaniel Machon
2026-08-22gtp: serialize PDP context updatesQing Ming