summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-04-24mac80211_hwsim: notify wmediumd of used MAC addressesJohannes Berg2-0/+59
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
2020-04-21net/nfp: Update driver to use global kernel versionLeon Romanovsky2-5/+0
2020-04-21net/hns: Remove custom driver version in favour of global oneLeon Romanovsky3-11/+0
2020-04-21drivers: Remove inclusion of vermagic headerLeon Romanovsky6-6/+3
2020-04-21net: bcmgenet: Drop too many parentheses in bcmgenet_probe()Andy Shevchenko1-1/+1
2020-04-21net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()Andy Shevchenko1-9/+4
2020-04-21net: bcmgenet: Use devm_clk_get_optional() to get the clocksAndy Shevchenko1-7/+12
2020-04-21net: bcmgenet: Drop useless OF codeAndy Shevchenko1-13/+0
2020-04-21net: bcmgenet: Drop ACPI_PTR() to avoid compiler warningAndy Shevchenko1-1/+1