summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-06-21ice: remove af_xdp_zc_qps bitmapLarysa Zaremba3-26/+27
2024-06-21ice: remove null checks before devm_kfree() callsPrzemek Kitszel6-75/+29
2024-06-21ice: Introduce new parameters in ice_sched_nodeMichal Wilczynski5-7/+116
2024-06-21ice: fix iteration of TLVs in Preserved Fields AreaJacob Keller1-7/+21
2024-06-21net/mlx5: Fix tainted pointer delete is case of flow rules creation failAleksandr Mishin1-2/+6
2024-06-21net/mlx5: Always stop health timer during driver removalShay Drory1-0/+3
2024-06-21net/mlx5: Split function_setup() to enable and open functionsShay Drory1-25/+58
2024-06-21net/mlx5: Stop waiting for PCI if pci channel is offlineMoshe Shemesh3-0/+16
2024-06-21net/mlx5: Stop waiting for PCI up if teardown was triggeredMoshe Shemesh1-0/+4
2024-06-21octeontx2-af: Always allocate PF entries from low prioriy zoneSubbaraya Sundeep1-11/+22
2024-06-12net: ena: Fix DMA syncing in XDP path when SWIOTLB is onDavid Arinzon1-14/+9
2024-06-12net: ena: Fix redundant device NUMA node overrideShay Agroskin1-11/+0
2024-06-12net: ena: Reduce lines with longer column width boundaryDavid Arinzon4-260/+151
2024-06-12net: ena: Add dynamic recycling mechanism for rx buffersDavid Arinzon3-42/+104
2024-06-12ice: fix accounting if a VLAN already existsJacob Keller1-5/+6
2024-06-12net:fec: Add fec_enet_deinit()Xiaolei Wang1-0/+10
2024-06-12enic: Validate length of nl attributes in enic_set_vf_portRoded Zats1-0/+12
2024-06-12net/mlx5e: Fix UDP GSO for encapsulated packetsGal Pressman2-2/+12
2024-06-12net/mlx5e: Use rx_missed_errors instead of rx_dropped for reporting buffer ex...Carolina Jubran1-1/+1
2024-06-12net/mlx5e: Fix IPsec tunnel mode offload feature checkRahul Rameshbabu1-12/+5
2024-06-12net/mlx5: Lag, do bond only if slaves agree on roce stateMaher Sanalla1-2/+10
2024-06-12ice: Interpret .set_channels() input differentlyLarysa Zaremba1-17/+2
2024-06-12net: fec: avoid lock evasion when reading pps_enableWei Fang1-6/+8
2024-06-12Revert "ixgbe: Manual AN-37 for troublesome link partners for X550 SFI"Jacob Keller2-56/+3
2024-06-12net/mlx5: Discard command completions in internal errorAkiva Goldberger1-0/+3
2024-06-12net/mlx5: Add a timeout to acquire the command queue semaphoreAkiva Goldberger1-9/+32
2024-06-12net: ethernet: cortina: Locking fixesLinus Walleij1-2/+10
2024-06-12eth: sungem: remove .ndo_poll_controller to avoid deadlocksJakub Kicinski1-14/+0
2024-06-12mlx5: stop warning for 64KB pagesArnd Bergmann1-2/+4
2024-06-12net/mlx5e: Fail with messages when params are not valid for XSKAdham Faris2-4/+24
2024-06-12qed: avoid truncating work queue lengthArnd Bergmann1-5/+4
2024-06-12net: smc91x: Fix m68k kernel compilation for ColdFire CPUThorsten Blum1-2/+2
2024-06-12r8169: Fix possible ring buffer corruption on fragmented Tx packets.Ken Milmore1-1/+2
2024-06-12Revert "r8169: don't try to disable interrupts if NAPI is, scheduled already"Heiner Kallweit1-4/+2
2024-05-25ice: remove unnecessary duplicate checks for VF VSI IDJacob Keller1-3/+0
2024-05-25ice: pass VSI pointer into ice_vc_isvalid_q_idJacob Keller1-12/+10
2024-05-25net: ks8851: Fix another TX stall caused by wrong ISR flag handlingRonald Wahl1-17/+1
2024-05-17net: bcmgenet: synchronize UMAC_CMD accessDoug Berger4-3/+23
2024-05-17net: bcmgenet: synchronize use of bcmgenet_set_rx_mode()Doug Berger1-1/+3
2024-05-17net: bcmgenet: synchronize EXT_RGMII_OOB_CTRL accessDoug Berger1-1/+3
2024-05-17net: bcmgenet: Clear RGMII_LINK upon link downFlorian Fainelli1-5/+14
2024-05-17net: hns3: fix kernel crash when devlink reload during initializationYonglong Liu2-18/+9
2024-05-17net: hns3: fix port vlan filter not disabled issueYonglong Liu1-1/+6
2024-05-17net: hns3: use appropriate barrier function after setting a bit valuePeiyang Wang2-4/+2
2024-05-17net: hns3: release PTP resources if pf initialization failedPeiyang Wang1-1/+3
2024-05-17net: hns3: change type of numa_node_mask as nodemask_tPeiyang Wang5-8/+11
2024-05-17net: hns3: direct return when receive a unknown mailbox messageJian Shen1-3/+4
2024-05-17net: hns3: using user configure after hardware resetPeiyang Wang2-6/+12
2024-05-17net: ks8851: Queue RX packets in IRQ handler instead of disabling BHsMarek Vasut1-6/+10
2024-05-17net: bcmgenet: Reset RBUF on first openPhil Elwell1-4/+12