summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2026-07-24net: lan743x: Initialize eth_syslock spinlock before useAndrea Righi1-1/+1
2026-07-24fsl/fman: Free init resources on KeyGen failure in fman_init()Haoxiang Li1-1/+3
2026-07-24net: liquidio: fix BAR resource leak on PF number failureHaoxiang Li1-8/+10
2026-07-24bnx2x: fix potential memory leak in bnx2x_alloc_mem_bp()Abdun Nihaal1-2/+1
2026-07-24net: ena: clean up XDP TX queues when regular TX setup failsDawei Feng1-2/+21
2026-07-24net/mlx5e: macsec: fix use-after-free of metadata_dst on RX SC deleteDoruk Tan Ozturk1-19/+28
2026-07-24net: sparx5: unregister blocking notifier on init failureHaoxiang Li1-1/+3
2026-07-24mlxsw: fix refcount leak in mlxsw_sp_vrs_lpm_tree_replace()Wentao Liang1-0/+1
2026-07-24octeontx2-af: fix VF bringup affecting PF promiscuous stateHarman Kalra1-2/+2
2026-07-24net/mlx5: Fix L3 tunnel entropy refcount leakLi RongQing1-1/+2
2026-07-24octeontx2-pf: check DMAC extraction support before filteringSuman Ghosh1-6/+37
2026-07-24net: qualcomm: rmnet: validate MAP frame length before ingress parsingXiang Mei3-33/+45
2026-07-24net: qualcomm: rmnet: add tx packets aggregationDaniele Palmas7-4/+246
2026-07-24qede: fix off-by-one in BD ring consumption on build_skb failureShigeru Yoshida1-0/+5
2026-07-24net/mlx5e: Fix HV VHCA stats agent registration raceFeng Liu3-13/+22
2026-07-24net/mlx5e: Fix HV VHCA stats zero-sized buffer allocationFeng Liu1-1/+9
2026-07-24cxgb4: Fix decode strings dump for T6 adaptersGleb Markov1-8/+0
2026-07-24net: gianfar: dispose irq mappings on probe failure and device removalRosen Penev1-5/+11
2026-07-24net: enetc: check the number of BDs needed for xdp_frameWei Fang1-0/+7
2026-07-24qede: fix out-of-bounds check for cqe->len_list[]Matvey Kovalev1-2/+2
2026-07-24net: sungem: fix probe error cleanupRuoyu Wang1-4/+9
2026-07-24net: mvneta: re-enable percpu interrupt on resumeYun Zhou1-0/+3
2026-07-24ice: fix AQ error code comparison in ice_set_pauseparam()Lukasz Czapnik2-5/+8
2026-07-24ice: fix FDIR CTRL VSI resource leak in ice_reset_all_vfs()Dawid Osuchowski1-1/+1
2026-07-24octeontx2-pf: mcs: Fix mcs resources free on PF shutdownGeetha sowjanya1-2/+7
2026-07-24octeontx2-pf: Clear stats of all resources when freeing resourcesSubbaraya Sundeep1-0/+1
2026-07-24octeontx2-af: mcs: Fix unsupported secy stats readGeetha sowjanya2-4/+5
2026-07-24net: marvell: prestera: initialize err in prestera_port_sfp_bindRuoyu Wang1-1/+1
2026-07-24dpaa2-switch: fix VLAN upper check not rejecting bridge joinIoana Ciornei1-1/+1
2026-07-24octeontx2-pf: Fix leak of SQ timestamp buffer on teardownRatheesh Kannoth1-0/+1
2026-07-24net: bcmgenet: Use weighted round-robin TX DMA arbitrationOvidiu Panait1-15/+8
2026-07-24net/mlx5: Check max_macs devlink param value against max capabilityDragos Tatulea1-5/+7
2026-07-24net: mana: guard TX wq object destroy with INVALID_MANA_HANDLE checkAditya Garg1-1/+2
2026-07-24net: mana: initialize gdma queue id to INVALID_QUEUE_IDAditya Garg1-0/+2
2026-07-04net: qualcomm: rmnet: fix endpoint use-after-free in rmnet_dellink()Weiming Shi2-4/+5
2026-06-19octeontx2-pf: avoid double free of pool->stack on AQ init failureDawei Feng1-0/+2
2026-06-19octeontx2-af: CGX: add bounds check to cgx_speed_mbps indexSam Daly1-1/+6
2026-06-19octeontx2-af: replace deprecated strncpy with strscpyJustin Stitt1-5/+3
2026-06-19ice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
2026-06-19net: stmmac: Prevent NULL deref when RX memory exhaustedSam Edwards1-7/+12
2026-06-19net: stmmac: rename STMMAC_GET_ENTRY() -> STMMAC_NEXT_ENTRY()Russell King (Oracle)4-16/+16
2026-06-19net: stmmac: avoid shadowing global buf_szRussell King (Oracle)1-3/+3
2026-06-19octeontx2-af: fix memory leak in rvu_setup_hw_resources()Dawei Feng1-1/+1
2026-06-19net: mv643xx: fix OF node refcountBartosz Golaszewski1-1/+1
2026-06-19net/mlx5: Reorder completion before putting command entry in cmd_work_handlerNikolay Kuratov1-2/+4
2026-06-19bnxt_en: Fix NULL pointer dereferenceKyle Meyer1-1/+1
2026-06-19net: mvpp2: build skb from XDP-adjusted data on XDP_PASSTil Kaiser1-6/+15
2026-06-19net: mvpp2: refill RX buffers before XDP or skb useTil Kaiser1-19/+24
2026-06-19net: mvpp2: Add metadata support for xdp modeLorenzo Bianconi1-2/+6
2026-06-19net: mvpp2: limit XDP frame size to the RX bufferTil Kaiser1-1/+1