summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2023-12-06net: mvmdio: Avoid excessive sleeps in polled modeTobias Waldekranz1-37/+16
2023-12-06net: wwan: qcom_bam_dmux: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-06net: wan/ixp4xx_hss: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-12-06net: wan/fsl_ucc_hdlc: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-06net: sfp: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-06net: pcs: rzn1-miic: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-06net: fjes: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-12-06net: ipa: Convert to platform remove callback returning voidUwe Kleine-König1-16/+13
2023-12-06net: bnxt: fix a potential use-after-free in bnxt_init_tcDinghao Liu1-0/+1
2023-12-06net: veth: fix packet segmentation in veth_convert_skb_to_xdp_buffLorenzo Bianconi1-1/+2
2023-12-06net: hns3: reduce stack usage in hclge_dbg_dump_tm_pri()Arnd Bergmann1-7/+14
2023-12-05iavf: validate tx_coalesce_usecs even if rx_coalesce_usecs is zeroJacob Keller2-11/+2
2023-12-05i40e: Fix unexpected MFS warning messageIvan Vecera1-1/+1
2023-12-05ice: Restore fix disabling RX VLAN filteringMarcin Szycik1-3/+8
2023-12-05ice: change vfs.num_msix_per to vf->num_msixMichal Swiatkowski2-9/+3
2023-12-05sfc-siena: Implement ndo_hwtstamp_(get|set)Alex Austin5-27/+38
2023-12-05sfc: Implement ndo_hwtstamp_(get|set)Alex Austin5-29/+38
2023-12-05octeontx2-af: fix a use-after-free in rvu_npa_register_reportersZhipeng Lu1-4/+1
2023-12-05ipvlan: implement .parse_protocol hook function in ipvlan_header_opsZhengchao Shao1-0/+1
2023-12-05macvlan: implement .parse_protocol hook function in macvlan_hard_header_opsZhengchao Shao1-0/+1
2023-12-05ice: Rename E822 to E82XKarol Kolacinski6-281/+280
2023-12-05ice: periodically kick Tx timestamp interruptJacob Keller1-0/+50
2023-12-05ice: Re-enable timestamping correctly after resetKarol Kolacinski2-10/+11
2023-12-05ice: Improve logs for max ntuple errorsPawel Kaminski1-5/+8
2023-12-05ice: add CGU info to devlink info callbackArkadiusz Kubalewski1-0/+20
2023-12-05ice: read internal temperature sensorKonrad Knitter10-1/+249
2023-12-05net: stmmac: Add support for EST cycle-time-extensionRohan G Thomas1-0/+4
2023-12-05net: stmmac: Refactor EST implementationRohan G Thomas15-392/+272
2023-12-05net: stmmac: xgmac: EST interrupts handlingRohan G Thomas2-0/+117
2023-12-05net: stmmac: fix FPE events losingJianheng Zhang6-30/+35
2023-12-05octeontx2-pf: consider both Rx and Tx packet stats for adaptive interrupt coa...Naveen Mamindlapalli2-10/+19
2023-12-05net: ethernet: ti: davinci_mdio: Update K3 SoCs list for errata i2329Ravi Gunasekaran1-10/+6
2023-12-05eth: bnxt: link NAPI instances to queues and IRQsJakub Kicinski1-0/+14
2023-12-05net: Add NAPI IRQ supportAmritha Nambiar1-0/+2
2023-12-05ice: Add support in the driver for associating queue with napiAmritha Nambiar4-3/+84
2023-12-05arcnet: restoring support for multiple Sohard Arcnet cardsThomas Reichinger2-43/+48
2023-12-05bnxt_en: Add 5760X (P7) PCI IDsMichael Chan2-0/+12
2023-12-05bnxt_en: Report the new ethtool link modes in the new firmware interfaceMichael Chan1-20/+151
2023-12-05bnxt_en: Support force speed using the new HWRM fieldsMichael Chan1-6/+46
2023-12-05bnxt_en: Support new firmware link parametersMichael Chan3-6/+143
2023-12-05bnxt_en: Refactor ethtool speeds logicMichael Chan1-26/+61
2023-12-05bnxt_en: Add support for new RX and TPA_START completion types for P7Michael Chan2-23/+89
2023-12-05bnxt_en: Refactor and refine bnxt_tpa_start() and bnxt_tpa_end().Michael Chan2-11/+26
2023-12-05bnxt_en: Refactor RX VLAN acceleration logic.Michael Chan1-13/+31
2023-12-05bnxt_en: Add new P7 hardware interface definitionsMichael Chan1-1/+84
2023-12-05bnxt_en: Refactor RSS capability fieldsAjit Khaparde3-18/+20
2023-12-05bnxt_en: Implement the new toggle bit doorbell mechanism on P7 chipsMichael Chan2-4/+14
2023-12-05bnxt_en: Consolidate DB offset calculationHongguang Gao4-15/+16
2023-12-05bnxt_en: Define basic P7 macrosMichael Chan3-15/+48
2023-12-05bnxt_en: Update firmware interface to 1.10.3.15Michael Chan2-135/+388