summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-25net: phy: remove genphy_no_soft_resetHeiner Kallweit5-6/+0
2020-04-25net: phy: make phy_suspend a no-op if PHY is suspended alreadyHeiner Kallweit1-0/+3
2020-04-25net: phylink, dsa: eliminate phylink_fixed_state_cb()Russell King1-31/+15
2020-04-25dpaa2-eth: fix return codes used in ndo_setup_tcJesper Dangaard Brouer1-2/+2
2020-04-25mlxsw: spectrum_span: Replace zero-length array with flexible-array memberIdo Schimmel1-1/+1
2020-04-25mlxsw: spectrum_span: Use 'refcount_t' for reference countingIdo Schimmel2-9/+10
2020-04-25mlxsw: spectrum_span: Remove unnecessary debug printsIdo Schimmel1-5/+0
2020-04-25mlxsw: spectrum_span: Rename parms() to parms_set()Amit Cohen2-9/+9
2020-04-25mlxsw: spectrum_span: Reduce nesting in mlxsw_sp_span_entry_configure()Amit Cohen1-10/+19
2020-04-24net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King1-2/+4
2020-04-24qed: Make ll2_cbs staticZou Wei1-1/+1
2020-04-23net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko4-0/+55
2020-04-23net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko4-5/+57
2020-04-23net: ethernet: ti: cpts: add irq supportGrygorii Strashko2-1/+38
2020-04-23net: ethernet: ti: cpts: rework lockingGrygorii Strashko2-24/+32
2020-04-23net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko1-71/+94
2020-04-23net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko1-33/+58
2020-04-23net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko1-8/+14
2020-04-23net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2-2/+7
2020-04-23net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2-26/+29
2020-04-23net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko1-6/+6
2020-04-23net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet3-13/+13
2020-04-23qede: Add support for handling the pcie errors.Sudarsana Reddy Kalluru2-1/+68
2020-04-23qed: Enable device error reporting capability.Sudarsana Reddy Kalluru1-0/+9
2020-04-23dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2-29/+30
2020-04-23dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei1-36/+40
2020-04-23dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2-14/+22
2020-04-23dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2-13/+26
2020-04-23net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel1-7/+105
2020-04-23net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel1-31/+42
2020-04-23net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel1-0/+91
2020-04-23net: phy: Use IS_ERR() to check and simplify codeTang Bin1-5/+2
2020-04-23net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel1-5/+123
2020-04-23net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt3-0/+69
2020-04-23macvlan: silence RCU list debugging warningWei Yongjun1-1/+2
2020-04-23net: dsa: felix: allow flooding for all traffic classesXiaoliang Yang2-0/+8
2020-04-22r8169: use devm_mdiobus_registerHeiner Kallweit1-8/+2
2020-04-22net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit1-1/+7
2020-04-22net: phy: bcm54140: add hwmon supportMichael Walle2-0/+397
2020-04-22net: phy: add Broadcom BCM54140 supportMichael Walle3-0/+492
2020-04-22net: phy: broadcom: add helper to write/read RDB registersMichael Walle2-0/+89
2020-04-22net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean1-5/+0
2020-04-22net: mscc: ocelot: refine the ocelot_ace_is_problematic_mac_etype functionVladimir Oltean1-4/+14
2020-04-22net: mscc: ocelot: support matching on EtherTypeVladimir Oltean1-3/+19
2020-04-22net: dsa: felix: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-22net: mscc: ocelot: enable PTP programmable pinYangbo Lu1-2/+4
2020-04-22net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu1-0/+121
2020-04-22net: mscc: ocelot: add wave programming registers definitionsYangbo Lu2-0/+4
2020-04-22net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu1-0/+6
2020-04-22net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu7-250/+255