summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
3 daysocteontx2-pf: avoid double free of pool->stack on AQ init failureDawei Feng1-0/+2
3 daysice: fix VF queue configuration with low MTU valuesJose Ignacio Tornos Martinez1-1/+1
3 daysocteontx2-af: CGX: add bounds check to cgx_speed_mbps indexSam Daly1-1/+6
3 daysocteontx2-af: replace deprecated strncpy with strscpyJustin Stitt1-5/+3
3 daysocteontx2-af: fix memory leak in rvu_setup_hw_resources()Dawei Feng1-1/+1
3 daysnet: mv643xx: fix OF node refcountBartosz Golaszewski1-1/+1
3 daysnet/mlx5: Reorder completion before putting command entry in cmd_work_handlerNikolay Kuratov1-2/+4
3 daysbnxt_en: Fix NULL pointer dereferenceKyle Meyer1-1/+1
3 daysnet: mvpp2: build skb from XDP-adjusted data on XDP_PASSTil Kaiser1-6/+15
3 daysnet: mvpp2: refill RX buffers before XDP or skb useTil Kaiser1-19/+24
3 daysnet: mvpp2: Add metadata support for xdp modeLorenzo Bianconi1-2/+6
3 daysnet: mvpp2: limit XDP frame size to the RX bufferTil Kaiser1-1/+1
3 daysnet: mvpp2: sync RX data at the hardware packet offsetTil Kaiser1-3/+4
3 daysnet/mlx5: Fix slab-out-of-bounds in mlx5_query_nic_vport_mac_listDragos Tatulea2-28/+57
3 daysnet/mlx4: avoid GCC 10 __bad_copy_from() false positiveYao Sang1-1/+8
3 daysocteontx2-af: npc: Fix CPT channel mask in npc_install_flowNithin Dabilpuram3-17/+18
3 daysnet: ethernet: mtk_eth_soc: Fix use-after-free in metadata dst teardownLorenzo Bianconi1-1/+1
3 daysnet: fec: fix pinctrl default state restore order on resumeTapio Reijonen1-2/+1
3 daysnet: lan743x: permit VLAN-tagged packets up to configured MTUDavid Thompson2-0/+33
3 dayspcnet32: stop holding device spin lock during napi_complete_doneOscar Maes1-1/+3
3 daysnet: mana: Add NULL guards in teardown path to prevent panic on attach failureDipayaan Roy1-29/+41
3 daysnet: cpsw_new: Fix potential unregister of netdev that has not been registere...Kevin Hao1-2/+2
2026-06-01pds_core: ensure null-termination for firmware version stringsNikhil P. Rao1-2/+4
2026-06-01pds_core: add an error code check in pdsc_dl_info_getSu Hui1-0/+2
2026-06-01net: mana: validate rx_req_idx to prevent out-of-bounds array accessAditya Garg1-0/+6
2026-06-01net: ag71xx: check error for platform_get_irqRosen Penev1-0/+3
2026-06-01pds_core: fix debugfs_lookup dentry leak and error handlingNikhil P. Rao1-1/+6
2026-06-01pds_core: fix error handling in pdsc_devcmd_waitNikhil P. Rao1-2/+9
2026-06-01net: mana: Fix TOCTOU double-fetch of hwc_msg_id from DMA bufferErni Sri Satya Vennela1-10/+13
2026-06-01net/mlx5: Do not restore destination-less TC rulesJeroen Massar1-1/+2
2026-06-01net: ethernet: cs89x0: remove stale CONFIG_MACH_MX31ADS referenceEthan Nelson-Moore1-2/+0
2026-06-01net: ethernet: cortina: Carry over frag counterLinus Walleij1-1/+8
2026-06-01net: ethernet: cortina: Drop half-assembled SKBAndreas Haarmann-Thiemann1-0/+5
2026-06-01net: ethernet: cortina: Make RX SKB per-portLinus Walleij1-1/+6
2026-06-01net: lan966x: avoid unregistering netdev on register failureMyeonghun Pak1-3/+5
2026-06-01ice: fix locking in ice_dcb_rebuild()Bart Van Assche1-2/+2
2026-06-01ice: fix setting promisc mode while adding VID filterMarcin Szycik1-1/+1
2026-06-01ixgbevf: fix use-after-free in VEPA multicast source pruningMichael Bommarito1-0/+1
2026-06-01qed: fix double free in qed_cxt_tables_alloc()Dawei Feng1-0/+2
2026-06-01net: bcmgenet: keep RBUF EEE/PM disabledNicolai Buchwitz1-5/+4
2026-06-01Revert "ice: Remove jumbo_remove step from TX path"Sasha Levin1-0/+3
2026-06-01Revert "ice: fix double-free of tx_buf skb"Sasha Levin1-4/+2
2026-05-23net: atlantic: preserve PCI wake-from-D3 on shutdown when WOL enabledZoran Ilievski1-1/+1
2026-05-23i40e: Cleanup PTP pins on probe failureMatt Vollrath3-1/+4
2026-05-23net: bcmgenet: fix leaking free_bdsJustin Chen1-0/+2
2026-05-23net: bcmgenet: Initialize u64 stats seq counterRyo Takakura1-0/+6
2026-05-23sfc: fix error code in efx_devlink_info_running_versions()Dan Carpenter1-1/+1
2026-05-23ice: fix NULL pointer dereference in ice_reset_all_vfs()Petr Oros1-1/+6
2026-05-23iavf: add VIRTCHNL_OP_ADD_VLAN to success completion handlerPetr Oros1-0/+4
2026-05-23iavf: wait for PF confirmation before removing VLAN filtersPetr Oros3-17/+34