aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2023-12-02r8169: fix rtl8125b PAUSE frames blasting when suspendedGravatar ChunHao Lin 1-1/+6
2023-12-01net/tg3: fix race condition in tg3_reset_task()Gravatar Thinh Tran 1-1/+10
2023-12-01octeontx2-af: Check return value of nix_get_nixlf before using nixlfGravatar Subbaraya Sundeep 1-1/+7
2023-12-01octeontx2-pf: Add missing mutex lock in otx2_get_pauseparamGravatar Subbaraya Sundeep 1-1/+5
2023-11-30net: ravb: Keep reverse order of operations in ravb_remove()Gravatar Claudiu Beznea 1-9/+13
2023-11-30net: ravb: Stop DMA in case of failures on ravb_open()Gravatar Claudiu Beznea 1-0/+1
2023-11-30net: ravb: Start TX queues after HW initialization succeededGravatar Claudiu Beznea 1-2/+2
2023-11-30net: ravb: Make write access to CXR35 first before accessing other EMAC regis...Gravatar Claudiu Beznea 1-8/+9
2023-11-30net: ravb: Use pm_runtime_resume_and_get()Gravatar Claudiu Beznea 1-1/+4
2023-11-30net: ravb: Check return value of reset_control_deassert()Gravatar Claudiu Beznea 1-3/+6
2023-11-29net: libwx: fix memory leak on msix entryGravatar Jiawen Wu 1-1/+1
2023-11-29ice: Fix VF Reset paths when interface in a failed over aggregateGravatar Dave Ertman 4-50/+118
2023-11-28ravb: Fix races between ravb_tx_timeout_work() and net related opsGravatar Yoshihiro Shimoda 1-1/+10
2023-11-28r8169: prevent potential deadlock in rtl8169_closeGravatar Heiner Kallweit 1-1/+3
2023-11-28r8169: fix deadlock on RTL8125 in jumbo mtu modeGravatar Heiner Kallweit 1-1/+4
2023-11-28octeontx2-pf: Restore TC ingress police rules when interface is upGravatar Subbaraya Sundeep 4-25/+102
2023-11-28octeontx2-pf: Fix adding mbox work queue entry when num_vfs > 64Gravatar Geetha sowjanya 1-2/+5
2023-11-28net: stmmac: xgmac: Disable FPE MMC interruptsGravatar Furong Xu 1-0/+4
2023-11-28octeontx2-af: Fix possible buffer overflowGravatar Elena Salomatkina 1-2/+2
2023-11-26dpaa2-eth: recycle the RX buffer only after all processing doneGravatar Ioana Ciornei 1-2/+6
2023-11-26dpaa2-eth: increase the needed headroom to account for alignmentGravatar Ioana Ciornei 2-5/+5
2023-11-24net: rswitch: Fix missing dev_kfree_skb_any() in error pathGravatar Yoshihiro Shimoda 1-8/+12
2023-11-24net: rswitch: Fix return value in rswitch_start_xmit()Gravatar Yoshihiro Shimoda 1-1/+1
2023-11-24net: rswitch: Fix type of ret in rswitch_start_xmit()Gravatar Yoshihiro Shimoda 1-1/+1
2023-11-23net: axienet: Fix check for partial TX checksumGravatar Samuel Holland 1-1/+1
2023-11-23i40e: Fix adding unsupported cloud filtersGravatar Ivan Vecera 1-7/+9
2023-11-23ice: restore timestamp configuration after device resetGravatar Jacob Keller 3-40/+51
2023-11-23ice: unify logic for programming PFINT_TSYN_MSKGravatar Jacob Keller 1-26/+34
2023-11-23ice: remove ptp_tx ring parameter flagGravatar Jacob Keller 3-18/+0
2023-11-23amd-xgbe: propagate the correct speed and duplex statusGravatar Raju Rangoju 1-3/+8
2023-11-23amd-xgbe: handle the corner-case during tx completionGravatar Raju Rangoju 1-0/+14
2023-11-23amd-xgbe: handle corner-case during sfp hotplugGravatar Raju Rangoju 1-1/+13
2023-11-23octeontx2-pf: Fix ntuple rule creation to direct packet to VF with higher Rx ...Gravatar Suman Ghosh 1-1/+19
2023-11-22Revert "net: r8169: Disable multicast filter for RTL8168H and RTL8107E"Gravatar Heiner Kallweit 1-3/+1
2023-11-19octeontx2-pf: Fix memory leak during interface downGravatar Suman Ghosh 1-0/+2
2023-11-19net: wangxun: fix kernel panic due to null pointerGravatar Jiawen Wu 3-9/+7
2023-11-16stmmac: dwmac-loongson: Add architecture dependencyGravatar Jean Delvare 1-1/+1
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version buffer for re...Gravatar Rahul Rameshbabu 1-4/+8
2023-11-15net/mlx5e: Check return value of snprintf writing to fw_version bufferGravatar Rahul Rameshbabu 1-4/+9
2023-11-15net/mlx5e: Reduce the size of icosq_strGravatar Saeed Mahameed 1-2/+2
2023-11-15net/mlx5: Increase size of irq name bufferGravatar Rahul Rameshbabu 2-3/+6
2023-11-15net/mlx5e: Update doorbell for port timestamping CQ before the software counterGravatar Rahul Rameshbabu 1-4/+16
2023-11-15net/mlx5e: Track xmit submission to PTP WQ after populating metadata mapGravatar Rahul Rameshbabu 1-1/+1
2023-11-15net/mlx5e: Avoid referencing skb after free-ing in drop path of mlx5e_sq_xmit...Gravatar Rahul Rameshbabu 1-1/+1
2023-11-15net/mlx5e: Don't modify the peer sent-to-vport rules for IPSec offloadGravatar Jianbo Liu 1-1/+2
2023-11-15net/mlx5e: Fix pedit endiannessGravatar Vlad Buslov 1-28/+32
2023-11-15net/mlx5e: fix double free of encap_header in update funcsGravatar Gavin Li 1-10/+10
2023-11-15net/mlx5e: fix double free of encap_headerGravatar Dust Li 1-6/+4
2023-11-15net/mlx5: Decouple PHC .adjtime and .adjphase implementationsGravatar Rahul Rameshbabu 1-1/+6
2023-11-15net/mlx5: DR, Allow old devices to use multi destination FTEGravatar Erez Shitrit 1-1/+2