summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov2024-01-092-3/+3
* net: ravb: Keep reverse order of operations in ravb_remove()Claudiu Beznea2023-11-301-9/+13
* net: ravb: Stop DMA in case of failures on ravb_open()Claudiu Beznea2023-11-301-0/+1
* net: ravb: Start TX queues after HW initialization succeededClaudiu Beznea2023-11-301-2/+2
* net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Claudiu Beznea2023-11-301-8/+9
* net: ravb: Use pm_runtime_resume_and_get()Claudiu Beznea2023-11-301-1/+4
* net: ravb: Check return value of reset_control_deassert()Claudiu Beznea2023-11-301-3/+6
* net: libwx: fix memory leak on msix entryJiawen Wu2023-11-301-1/+1
* ice: Fix VF Reset paths when interface in a failed over aggregateDave Ertman2023-11-304-50/+118
* ravb: Fix races between ravb_tx_timeout_work() and net related opsYoshihiro Shimoda2023-11-291-1/+10
* r8169: prevent potential deadlock in rtl8169_closeHeiner Kallweit2023-11-281-1/+3
* r8169: fix deadlock on RTL8125 in jumbo mtu modeHeiner Kallweit2023-11-281-1/+4
* octeontx2-pf: Restore TC ingress police rules when interface is upSubbaraya Sundeep2023-11-284-25/+102
* octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64Geetha sowjanya2023-11-281-2/+5
* net: stmmac: xgmac: Disable FPE MMC interruptsFurong Xu2023-11-281-0/+4
* octeontx2-af: Fix possible buffer overflowElena Salomatkina2023-11-281-2/+2
* dpaa2-eth: recycle the RX buffer only after all processing doneIoana Ciornei2023-11-261-2/+6
* dpaa2-eth: increase the needed headroom to account for alignmentIoana Ciornei2023-11-262-5/+5
* net: rswitch: Fix missing dev_kfree_skb_any() in error pathYoshihiro Shimoda2023-11-241-8/+12
* net: rswitch: Fix return value in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
* net: rswitch: Fix type of ret in rswitch_start_xmit()Yoshihiro Shimoda2023-11-241-1/+1
* net: axienet: Fix check for partial TX checksumSamuel Holland2023-11-231-1/+1
* i40e: Fix adding unsupported cloud filtersIvan Vecera2023-11-231-7/+9
* ice: restore timestamp configuration after device resetJacob Keller2023-11-233-40/+51
* ice: unify logic for programming PFINT_TSYN_MSKJacob Keller2023-11-231-26/+34
* ice: remove ptp_tx ring parameter flagJacob Keller2023-11-233-18/+0
* amd-xgbe: propagate the correct speed and duplex statusRaju Rangoju2023-11-231-3/+8
* amd-xgbe: handle the corner-case during tx completionRaju Rangoju2023-11-231-0/+14
* amd-xgbe: handle corner-case during sfp hotplugRaju Rangoju2023-11-231-1/+13
* octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Suman Ghosh2023-11-231-1/+19
* Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Heiner Kallweit2023-11-221-3/+1
* octeontx2-pf: Fix memory leak during interface downSuman Ghosh2023-11-191-0/+2
* net: wangxun: fix kernel panic due to null pointerJiawen Wu2023-11-193-9/+7
* stmmac: dwmac-loongson: Add architecture dependencyJean Delvare2023-11-171-1/+1
* net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Rahul Rameshbabu2023-11-161-4/+8
* net/mlx5e: Check return value of snprintf writing to fw_version bufferRahul Rameshbabu2023-11-161-4/+9
* net/mlx5e: Reduce the size of icosq_strSaeed Mahameed2023-11-161-2/+2
* net/mlx5: Increase size of irq name bufferRahul Rameshbabu2023-11-162-3/+6
* net/mlx5e: Update doorbell for port timestamping CQ before the software counterRahul Rameshbabu2023-11-161-4/+16
* net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapRahul Rameshbabu2023-11-161-1/+1
* net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Rahul Rameshbabu2023-11-161-1/+1
* net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadJianbo Liu2023-11-161-1/+2
* net/mlx5e: Fix pedit endiannessVlad Buslov2023-11-161-28/+32
* net/mlx5e: fix double free of encap_header in update funcsGavin Li2023-11-161-10/+10
* net/mlx5e: fix double free of encap_headerDust Li2023-11-161-6/+4
* net/mlx5: Decouple PHC .adjtime and .adjphase implementationsRahul Rameshbabu2023-11-161-1/+6
* net/mlx5: DR, Allow old devices to use multi destination FTEErez Shitrit2023-11-161-1/+2
* net/mlx5: Free used cpus mask when an IRQ is releasedMaher Sanalla2023-11-162-48/+19
* Revert "net/mlx5: DR, Supporting inline WQE when possible"Itamar Gozlan2023-11-161-102/+13
* gve: Fixes for napi_poll when budget is 0Ziwei Xiao2023-11-153-9/+7