summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-19net: dsa: seville: first enable memories, then initialize themVladimir Oltean1-1/+1
2020-09-19net: dsa: seville: don't write to MEM_ENA twiceVladimir Oltean1-1/+0
2020-09-19net: dsa: felix: use ocelot_field_{read,write} helpers consistentlyVladimir Oltean1-3/+3
2020-09-19ptp_qoriq: support FIPER3Yangbo Lu1-1/+19
2020-09-19net: ipa: do not enable GSI interrupt for wakeupAlex Elder2-14/+4
2020-09-19net: ipa: enable wakeup on IPA interruptAlex Elder1-0/+14
2020-09-19net: ipa: repurpose CLOCK_HELD flagAlex Elder2-10/+10
2020-09-19net: ipa: use device_init_wakeup()Alex Elder2-26/+18
2020-09-19net: ipa: manage endpoints separate from clockAlex Elder2-10/+12
2020-09-19net: ipa: replace ipa->suspend_ref with a flag bitAlex Elder2-9/+19
2020-09-19net: ipa: use refcount_t for IPA clock reference countAlex Elder1-7/+7
2020-09-19net: phy: bcm7xxx: request and manage GPHY clockFlorian Fainelli1-1/+29
2020-09-19net: hns3: Supply missing hclge_dcb.h include fileWang Hai1-0/+1
2020-09-19net/appletalk: Supply missing net/Space.h include fileWang Hai2-0/+4
2020-09-19liquidio: Fix -Wmissing-prototypes warnings for liquidioWang Hai2-0/+2
2020-09-19hinic: modify irq nameLuo bin4-9/+13
2020-09-19net: cortina: Remove set but not used variableZheng Yongjun1-4/+2
2020-09-19dpaa2-eth: support PTP Sync packet one-step timestampingYangbo Lu3-16/+209
2020-09-19dpaa2-eth: utilize skb->cb[0] for hardware timestampingYangbo Lu2-16/+23
2020-09-19dpaa2-eth: invoke dpaa2_eth_enable_tx_tstamp() once in codeYangbo Lu1-15/+16
2020-09-19dpaa2-eth: define a global ptp_qoriq structure pointerYangbo Lu4-1/+11
2020-09-19dpaa2-eth: add APIs of 1588 single step timestampingYangbo Lu3-0/+131
2020-09-19Revert "ibmvnic: remove never executed if statement"Lijun Pan1-0/+6
2020-09-18ionic: add devlink firmware updateShannon Nelson5-9/+239
2020-09-18ionic: update the fw update apiShannon Nelson2-8/+29
2020-09-18netdevsim: devlink flash timeout messageShannon Nelson1-0/+2
2020-09-18ionic: add DIMLIB to KconfigShannon Nelson1-0/+1
2020-09-18net: mdio: octeon: Select MDIO_DEVRESAndrew Lunn1-0/+1
2020-09-18dpaa2-eth: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao1-57/+6
2020-09-18mlxsw: spectrum_qdisc: Disable port buffer autoresize with qdiscsPetr Machata1-1/+33
2020-09-18mlxsw: spectrum_dcb: Implement dcbnl_setbuffer / getbufferPetr Machata1-0/+59
2020-09-18mlxsw: spectrum_buffers: Support two headroom modesPetr Machata2-3/+30
2020-09-18net: marvell: prestera: Add Switchdev driver implementationVadym Kochan7-4/+1807
2020-09-18net: marvell: prestera: Add ethtool interface supportVadym Kochan7-6/+1182
2020-09-18net: marvell: prestera: Add basic devlink supportVadym Kochan6-5/+165
2020-09-18net: marvell: prestera: Add PCI interface supportVadym Kochan3-0/+782
2020-09-18net: marvell: prestera: Add driver for Prestera family ASIC devicesVadym Kochan12-0/+2380
2020-09-18net: hns3: use napi_consume_skb() when cleaning tx descYunsheng Lin3-15/+16
2020-09-18net: hns3: use writel() to optimize the barrier operationYunsheng Lin2-8/+3
2020-09-18net: hns3: optimize the rx clean processYunsheng Lin1-30/+31
2020-09-18net: hns3: optimize the tx clean processYunsheng Lin3-45/+33
2020-09-18net: hns3: batch tx doorbell operationYunsheng Lin3-12/+39
2020-09-18net: hns3: batch the page reference count updatesYunsheng Lin2-8/+25
2020-09-17cxgb4vf: convert to use DEFINE_SEQ_ATTRIBUTE macroLiu Shixin1-81/+11
2020-09-17ionic: dynamic interrupt moderationShannon Nelson6-31/+112
2020-09-17net: stmmac: Add support to Ethtool get/set ring parametersSong, Yoong Siang7-59/+132
2020-09-17mlxsw: spectrum_buffers: Manage internal buffer in the hdroom codePetr Machata4-64/+113
2020-09-17mlxsw: spectrum_buffers: Introduce shared buffer opsPetr Machata3-0/+21
2020-09-17mlxsw: spectrum_buffers: Convert mlxsw_sp_port_headroom_init()Petr Machata1-52/+23
2020-09-17mlxsw: spectrum_buffers: Inline mlxsw_sp_sb_max_headroom_cells()Petr Machata2-9/+1