aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/ethernet
AgeCommit message (Expand)AuthorFilesLines
2024-06-25ravb: Add MII support for R-Car V4MGeert Uytterhoeven2-1/+37
2024-06-25ravb: Improve ravb_hw_info instance orderGeert Uytterhoeven1-9/+9
2024-06-25ionic: use dev_consume_skb_any outside of napiShannon Nelson3-13/+21
2024-06-25net: ethernet: mtk_eth_soc: ppe: prevent ppe update for non-mtk devicesElad Yifee1-1/+1
2024-06-25net: macb: Add ARP support to WOLVineeth Karumanchi2-26/+33
2024-06-25net: macb: Enable queue disableVineeth Karumanchi1-1/+2
2024-06-25net: macb: queue tie-off or disable during WOL suspendVineeth Karumanchi2-3/+64
2024-06-25ibmvnic: Add tx check to prevent skb leakNick Child1-0/+12
2024-06-23octeontx2-pf: Fix coverity and klockwork issues in octeon PF driverRatheesh Kannoth4-35/+35
2024-06-23ice: Rebuild TC queues on VSI queue reconfigurationJan Sokolowski1-1/+9
2024-06-23Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller9-41/+90
2024-06-22net: xilinx: axienet: Enable multicast by defaultSean Anderson1-1/+0
2024-06-22ibmvnic: Free any outstanding tx skbs during scrq resetNick Child1-0/+6
2024-06-21ice: update representor when VSI is readyMichal Swiatkowski3-10/+17
2024-06-21ice: move VSI configuration outside repr setupMichal Swiatkowski3-15/+57
2024-06-21ice: move devlink locking outside the port creationMichal Swiatkowski4-8/+9
2024-06-21ice: store representor ID in bridge portMichal Swiatkowski4-8/+7
2024-06-21mlxsw: spectrum_buffers: Fix memory corruptions on Spectrum-4 systemsIdo Schimmel1-6/+14
2024-06-21mlxsw: pci: Fix driver initialization with Spectrum-4Ido Schimmel2-3/+17
2024-06-21net: ethernet: rtsn: Add support for Renesas Ethernet-TSNNiklas Söderlund4-0/+1867
2024-06-21ionic: fix kernel panic due to multi-buffer handlingTaehee Yoo1-9/+18
2024-06-21octeontx2-pf: Add ucast filter count configurability via devlink.Sai Krishna4-14/+79
2024-06-21net: mvpp2: fill-in dev_port attributeAryan Srivastava1-0/+1
2024-06-21net: fec: Fix FEC_ECR_EN1588 being cleared on link-downCsókás, Bence1-0/+6
2024-06-21bnxt_en: implement netdev_queue_mgmt_opsDavid Wei1-0/+275
2024-06-21bnxt_en: split rx ring helpers out from ring helpersDavid Wei1-107/+193
2024-06-21net: ethernet: arc: remove emac_arc driverJohan Jonker3-99/+0
2024-06-20net: stmmac: unexport stmmac_pltfr_init/exit()Bartosz Golaszewski2-11/+4
2024-06-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski19-192/+384
2024-06-20bnxt_en: Restore PTP tx_avail count in case of skb_pad() errorPavan Chebbi1-3/+2
2024-06-20bnxt_en: Set TSO max segs on devices with limitsMichael Chan2-0/+4
2024-06-20bnxt_en: Update firmware interface to 1.10.3.44Michael Chan1-133/+178
2024-06-20igb: Add MII write supportJackie Jone1-0/+4
2024-06-20net: txgbe: add FDIR info to ethtool opsJiawen Wu3-4/+44
2024-06-20net: txgbe: support Flow Director perfect filtersJiawen Wu6-1/+845
2024-06-20net: txgbe: add FDIR ATR supportJiawen Wu10-8/+548
2024-06-20net: stmmac: Assign configured channel value to EXTTS eventOleksij Rempel1-1/+5
2024-06-19ionic: Only run the doorbell workaround for certain asic_typeBrett Creeley6-17/+42
2024-06-19ionic: Use an u16 for rx_copybreakBrett Creeley2-4/+13
2024-06-19ionic: check for queue deadline in doorbell_napi_workShannon Nelson1-1/+8
2024-06-19ionic: add per-queue napi_schedule for doorbell checkShannon Nelson4-2/+25
2024-06-19ionic: add work item for missed-doorbell checkShannon Nelson5-1/+73
2024-06-19ionic: add private workqueue per-deviceShannon Nelson5-13/+27
2024-06-19ionic: Keep interrupt affinity up to dateBrett Creeley3-9/+81
2024-06-19ionic: remove missed doorbell per-queue timerShannon Nelson4-49/+15
2024-06-19mlxsw: pci: Use napi_consume_skb() to free SKB as part of Tx completionAmit Cohen1-3/+3
2024-06-19mlxsw: pci: Do not store SKB for RDQ elementsAmit Cohen1-12/+7
2024-06-19mlxsw: pci: Optimize data buffer accessAmit Cohen1-0/+1
2024-06-19mlxsw: pci: Use page pool for Rx buffers allocationAmit Cohen1-39/+64
2024-06-19mlxsw: pci: Initialize page pool per CQAmit Cohen2-1/+60