summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-09-21net: ena: Capitalize all log strings and improve code readabilityShay Agroskin7-155/+179
2020-09-21net: ena: Change log message to netif/dev functionShay Agroskin1-19/+23
2020-09-21net: ena: Change license into format to SPDX in all filesShay Agroskin12-348/+24
2020-09-21chelsio: simplify the return expression of t3_ael2020_phy_prep()Qinglang Miao1-6/+1
2020-09-21connector: simplify the return expression of cn_add_callback()Qinglang Miao1-6/+1
2020-09-21enetc: simplify the return expression of enetc_vf_set_mac_addr()Qinglang Miao1-6/+1
2020-09-21ice: simplify the return expression of ice_finalize_update()Qinglang Miao1-6/+1
2020-09-21mlxsw: spectrum_router: simplify the return expression of __mlxsw_sp_router_i...Qinglang Miao1-5/+1
2020-09-21net: hns3: simplify the return expression of hclgevf_client_start()Qinglang Miao1-7/+1
2020-09-21net: qlcnic: simplify the return expression of qlcnic_83xx_shutdownQinglang Miao1-6/+1
2020-09-21dpaa2-eth: drop double zeroingJulia Lawall1-1/+1
2020-09-21net: dsa: tag_8021q: add VLANs to the master interface tooVladimir Oltean1-1/+6
2020-09-21net: mventa: remove unused variable 'dummy' in mvneta_mib_counters_clear()Zhang Changzhong1-4/+3
2020-09-21net: mvneta: avoid copying shared_info frags in mvneta_swbm_build_skbLorenzo Bianconi1-7/+4
2020-09-21net: dsa: rtl8366: Skip PVID setting if not requestedLinus Walleij1-0/+3
2020-09-20net: phy: dp83822: Update the fiber advertisement for speedDan Murphy1-3/+10
2020-09-20net: dp83869: Add ability to advertise Fiber connectionDan Murphy1-0/+73
2020-09-20ethtool: Add 100base-FX link mode entriesDan Murphy1-1/+3
2020-09-20net: ethernet: ti: cpsw: use true,false for bool variablesJason Yan1-2/+2
2020-09-208139too: use true,false for bool variablesJason Yan1-1/+1
2020-09-20bnx2x: use true,false for bool variablesJason Yan1-3/+3
2020-09-20net: qed: use true,false for bool variablesJason Yan1-4/+4
2020-09-20net: b44: use true,false for bool variablesJason Yan1-4/+4
2020-09-20net: micrel: Remove set but not used variableZheng Yongjun1-6/+4
2020-09-20net: e1000: Remove set but not used variableZheng Yongjun1-2/+1
2020-09-20net: liquidio: Remove set but not used variableZheng Yongjun1-5/+4
2020-09-19net: dsa: mv88e6xxx: Implement devlink info get callbackAndrew Lunn3-0/+20
2020-09-19net: dsa: mv88e6xxx: Add devlink regionsAndrew Lunn4-1/+286
2020-09-19net: dsa: mv88e6xxx: Create helper for FIDs in useAndrew Lunn2-4/+18
2020-09-19net: dsa: mv88e6xxx: Move devlink code into its own fileAndrew Lunn4-254/+279
2020-09-19net: devlink: region: Pass the region ops to the snapshot functionAndrew Lunn2-2/+8
2020-09-19net: dsa: seville: build as separate moduleVladimir Oltean6-39/+29
2020-09-19net: dsa: felix: move the PTP clock structure to felix_vsc9959.cVladimir Oltean3-18/+20
2020-09-19net: mscc: ocelot: make ocelot_init_timestamp take a const struct ptp_clock_infoVladimir Oltean1-1/+2
2020-09-19net: dsa: seville: duplicate vsc9959_mdio_bus_freeVladimir Oltean3-4/+19
2020-09-19net: dsa: felix: replace tabs with spacesVladimir Oltean3-13/+13
2020-09-19net: dsa: seville: reindent defines for MDIO controllerVladimir Oltean1-6/+6
2020-09-19net: dsa: seville: remove unused defines for the mdio controllerVladimir Oltean1-11/+0
2020-09-19net: dsa: ocelot: document why reset procedure is different for felix/sevilleVladimir Oltean2-0/+7
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