summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-10-25net/mlx5: Handle fw tracer change ownership event based on MTRCMaher Sanalla1-1/+1
2023-10-25sky2: Make sure there is at least one frag_addr availableKees Cook1-1/+1
2023-10-25i40e: prevent crash on probe if hw registers have invalid valuesMichal Schmidt1-2/+2
2023-10-25qed: fix LL2 RX buffer allocationManish Chopra1-2/+5
2023-10-25ice: reset first in crash dump kernelsJesse Brandeburg1-0/+15
2023-10-25ice: fix over-shifted variableJesse Brandeburg1-2/+1
2023-10-25ravb: Fix use-after-free issue in ravb_tx_timeout_work()Yoshihiro Shimoda1-0/+2
2023-10-25ixgbe: fix crash with empty VF macvlan listDan Carpenter1-2/+3
2023-10-25mlxsw: fix mlxsw_sp2_nve_vxlan_learning_set() return typeDan Carpenter1-2/+2
2023-10-25ravb: Fix up dma_free_coherent() call in ravb_remove()Yoshihiro Shimoda1-2/+2
2023-10-10net: stmmac: dwmac-stm32: fix resume on STM32 MCUBen Wolsieffer1-2/+5
2023-10-10net: ethernet: ti: am65-cpsw: Fix error code in am65_cpsw_nuss_init_tx_chns()Dan Carpenter1-0/+1
2023-10-10qed/red_ll2: Fix undefined behavior bug in struct qed_ll2_infoGustavo A. R. Silva1-1/+1
2023-10-10bnxt_en: Flush XDP for bnxt_poll_nitroa0()'s NAPISebastian Andrzej Siewior1-0/+5
2023-10-10net: hns3: add 5ms delay before clear firmware reset irq sourceJie Wang1-0/+5
2023-10-10net: hns3: only enable unicast promisc when mac table fullJian Shen1-1/+1
2023-10-10i40e: Fix VF VLAN offloading when port VLAN is configuredIvan Vecera1-3/+4
2023-09-23alx: fix OOB-read compiler warningGONG, Ruiqi1-3/+2
2023-09-19ixgbe: fix timestamp configuration codeVadim Fedorenko1-13/+15
2023-09-19net: ethernet: mtk_eth_soc: fix possible NULL pointer dereference in mtk_hwlr...Hangyu Hua1-0/+3
2023-09-19net: ethernet: mvpp2_main: fix possible OOB write in mvpp2_ethtool_get_rxnfc()Hangyu Hua1-0/+5
2023-09-19net: hns3: fix the port information display when sfp is absentYisen Zhuang1-1/+3
2023-09-19igb: Change IGB_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igbvf: Change IGBVF_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igc: Change IGC_MIN to allow set rx/tx value between 64 and 80Olga Zaborska1-2/+2
2023-09-19igb: disable virtualization features on 82580Corinna Vinschen1-2/+3
2023-09-19igb: set max size RX buffer when store bad packet is enabledRadoslaw Tyl1-4/+7
2023-09-19net/mlx5: Use RMW accessors for changing LNKCTLIlpo Järvinen1-7/+2
2023-09-19mlxsw: i2c: Limit single transaction buffer sizeVadim Pasternak1-1/+2
2023-09-19mlxsw: i2c: Fix chunk size setting in output mailbox bufferVadim Pasternak1-1/+1
2023-09-19ice: ice_aq_check_events: fix off-by-one check when filling bufferPrzemek Kitszel1-6/+7
2023-09-19bnx2x: fix page fault following EEH recoveryDavid Christensen1-2/+7
2023-09-19ethernet: atheros: fix return value check in atl1c_tso_csum()Yuanjun Gong1-2/+5
2023-09-19net: enetc: use EXPORT_SYMBOL_GPL for enetc_phc_indexChristoph Hellwig1-1/+1
2023-08-30ibmveth: Use dcbf rather than dcbflMichael Ellerman1-1/+1
2023-08-30igb: Avoid starting unnecessary workqueuesAlessio Igor Bogani1-12/+12
2023-08-30ice: fix receive buffer size miscalculationJesse Brandeburg1-1/+2
2023-08-30net: bcmgenet: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-30net: bgmac: Fix return value check for fixed_phy_register()Ruan Jinjie1-1/+1
2023-08-30octeontx2-af: SDP: fix receive link configHariprasad Kelam1-1/+2
2023-08-26i40e: fix misleading debug logsAndrii Staikov1-8/+8
2023-08-26net/mlx5: Skip clock update work when device is in error stateMoshe Shemesh1-0/+5
2023-08-26net/mlx5: Move all internal timer metadata into a dedicated structEran Ben Elisha2-47/+63
2023-08-26net/mlx5: Refactor init clock functionEran Ben Elisha1-23/+53
2023-08-16ibmvnic: Handle DMA unmapping of login buffs in release functionsNick Child1-5/+10
2023-08-16ibmvnic: Unmap DMA login rsp buffer on send login failNick Child1-1/+4
2023-08-16ibmvnic: Enforce stronger sanity checks on login responseNick Child1-0/+18
2023-08-16net/mlx5: Allow 0 for total host VFsDaniel Jurgens1-2/+1
2023-08-16net: hns3: add wait until mac link downJie Wang1-1/+9
2023-08-16net: hns3: refactor hclge_mac_link_status_wait for interface reuseJie Wang1-5/+9