summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-04-13ice: use relative VSI index for VFs instead of PF VSI numberJacob Keller2-7/+11
2024-04-13ionic: set adminq irq affinityShannon Nelson1-1/+4
2024-04-13bnx2x: Fix firmware version string character countsKees Cook3-12/+13
2024-04-10net: ravb: Always update error countersPaul Barker1-8/+9
2024-04-10net: ravb: Always process TX descriptor ringPaul Barker1-2/+5
2024-04-10net: ravb: Let IP-specific receive function to interrogate descriptorsClaudiu Beznea1-11/+2
2024-04-10net: fec: Set mac_managed_pm during probeWei Fang1-2/+9
2024-04-10drivers: net: convert to boolean for the mac_managed_pm flagDenis Kirjanov2-2/+2
2024-04-10r8169: prepare rtl_hw_aspm_clkreq_enable for usage in atomic contextHeiner Kallweit1-2/+3
2024-04-10r8169: use spinlock to protect access to registers Config2 and Config5Heiner Kallweit1-10/+37
2024-04-10r8169: use spinlock to protect mac ocp register accessHeiner Kallweit1-4/+33
2024-04-10i40e: Enforce software interrupt during busy-poll exitIvan Vecera5-21/+72
2024-04-10i40e: Remove _t suffix from enum type namesIvan Vecera3-7/+7
2024-04-10i40e: Store the irq number in i40e_q_vectorJoe Damato2-0/+2
2024-04-10i40e: fix vf may be used uninitialized in this function warningAleksandr Loktionov1-18/+16
2024-04-10i40e: fix i40e_count_filters() to count only active/new filtersAleksandr Loktionov1-2/+5
2024-04-10octeontx2-af: Add array index checkAleksandr Mishin1-0/+2
2024-04-10octeontx2-pf: check negative error code in otx2_open()Su Hui1-1/+1
2024-04-10octeontx2-af: Fix issue with loading coalesced KPU profilesHariprasad Kelam1-1/+1
2024-04-10r8169: skip DASH fw status checks when DASH is disabledAtlas Yu1-4/+27
2024-04-10mlxbf_gige: stop interface during shutdownDavid Thompson1-2/+8
2024-04-10i40e: Fix VF MAC filter removalIvan Vecera1-5/+6
2024-04-10net: stmmac: fix rx queue priority assignmentPiotr Wejman2-16/+62
2024-04-10r8169: fix issue caused by buggy BIOS on certain boards with RTL8168dHeiner Kallweit1-0/+9
2024-04-10Octeontx2-af: fix pause frame configuration in GMP modeHariprasad Kelam1-0/+5
2024-04-10net: lan743x: Add set RFE read fifo threshold for PCI1x1x chipsRaju Lakkaraju2-0/+22
2024-04-10mlxbf_gige: call request_irq() after NAPI initializedDavid Thompson1-7/+11
2024-04-10net: hns3: mark unexcuted loopback test result as UNEXECUTEDJian Shen1-2/+17
2024-04-10net: hns3: fix kernel crash when devlink reload during pf initializationYonglong Liu1-0/+4
2024-04-10net: hns3: fix index limit to support all queue statsJie Wang1-1/+1
2024-04-10ixgbe: avoid sleeping allocation in ixgbe_ipsec_vf_add_sa()Przemek Kitszel1-8/+8
2024-04-10mlxbf_gige: stop PHY during open() error pathsDavid Thompson1-1/+4
2024-04-03net: ll_temac: platform_get_resource replaced by wrong functionClaus Hansen Ries1-1/+1
2024-04-03net: hns3: tracing: fix hclgevf trace event stringsSteven Rostedt (Google)2-8/+8
2024-03-27octeontx2-af: Use separate handlers for interruptsSubbaraya Sundeep1-3/+14
2024-03-27octeontx2-pf: Send UP messages to VF only when VF is up.Subbaraya Sundeep1-0/+3
2024-03-27octeontx2-pf: Use default max_active works instead of oneSubbaraya Sundeep1-3/+4
2024-03-27net: octeontx2: Use alloc_ordered_workqueue() to create ordered workqueuesTejun Heo3-14/+9
2024-03-27octeontx2: Detect the mbox up or down message via registerSubbaraya Sundeep9-83/+205
2024-03-27octeontx2-af: add mbox to return CPT_AF_FLT_INT infoSrujana Challa3-0/+56
2024-03-27octeontx2-af: optimize cpt pf identificationSrujana Challa3-3/+20
2024-03-27octeontx2-af: add mbox for CPT LF resetSrujana Challa2-0/+41
2024-03-27octeontx2-af: recover CPT engine when it gets faultSrujana Challa1-30/+80
2024-03-27net/bnx2x: Prevent access to a freed page in page_poolThinh Tran1-3/+3
2024-03-27net: ethernet: mtk_eth_soc: fix PPE hanging issueDaniel Golle1-7/+11
2024-03-27net: mediatek: mtk_eth_soc: clear MAC_MCR_FORCE_LINK only when MAC is upDaniel Golle1-4/+3
2024-03-27octeontx2-af: Use matching wake_up API variant in CGX command interfaceLinu Cherian1-1/+1
2024-03-27nfp: flower: handle acti_netdevs allocation failureDuoming Zhou1-0/+5
2024-03-27net: hns3: fix port duplex configure error in IMP resetJie Wang1-1/+4
2024-03-27net: hns3: fix kernel crash when 1588 is received on HIP08 devicesYonglong Liu1-1/+1