summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* cfg80211: change internal management frame registration APIJohannes Berg2020-04-244-76/+68
* mac80211_hwsim: notify wmediumd of used MAC addressesJohannes Berg2020-04-242-0/+59
* net: phy: bcm54140: fix less than zero comparison on an unsignedColin Ian King2020-04-241-2/+4
* qed: Make ll2_cbs staticZou Wei2020-04-241-1/+1
* net: ethernet: ti: cpsw: enable cpts irqGrygorii Strashko2020-04-234-0/+55
* net: ethernet: ti: cpts: add support for HW_TS_PUSH eventsGrygorii Strashko2020-04-234-5/+57
* net: ethernet: ti: cpts: add irq supportGrygorii Strashko2020-04-232-1/+38
* net: ethernet: ti: cpts: rework lockingGrygorii Strashko2020-04-232-24/+32
* net: ethernet: ti: cpts: move tx timestamp processing to ptp worker onlyGrygorii Strashko2020-04-231-71/+94
* net: ethernet: ti: cpts: optimize packet to event matchingGrygorii Strashko2020-04-231-33/+58
* net: ethernet: ti: cpts: switch to use new .gettimex64() interfaceGrygorii Strashko2020-04-231-8/+14
* net: ethernet: ti: cpts: move tc mult update in cpts_fifo_read()Grygorii Strashko2020-04-232-2/+7
* net: ethernet: ti: cpts: separate hw counter read from timecounterGrygorii Strashko2020-04-232-26/+29
* net: ethernet: ti: cpts: use dev_yy() api for logsGrygorii Strashko2020-04-231-6/+6
* net/mlx4_en: use napi_complete_done() in TX completionEric Dumazet2020-04-233-13/+13
* qede: Add support for handling the pcie errors.Sudarsana Reddy Kalluru2020-04-232-1/+68
* qed: Enable device error reporting capability.Sudarsana Reddy Kalluru2020-04-231-0/+9
* dpaa2-eth: use bulk enqueue in .ndo_xdp_xmitIoana Ciornei2020-04-232-29/+30
* dpaa2-eth: split the .ndo_xdp_xmit callback into two stagesIoana Ciornei2020-04-231-36/+40
* dpaa2-eth: use the bulk ring mode enqueue interfaceIoana Ciornei2020-04-232-14/+22
* dpaa2-eth: return num_enqueued frames from enqueue callbackIoana Ciornei2020-04-232-13/+26
* net: phy: tja11xx: add delayed registration of TJA1102 PHY1Oleksij Rempel2020-04-231-7/+105
* net: mdio: of: export part of of_mdiobus_register_phy()Oleksij Rempel2020-04-231-31/+42
* net: phy: tja11xx: add initial TJA1102 supportOleksij Rempel2020-04-231-0/+91
* net: phy: Use IS_ERR() to check and simplify codeTang Bin2020-04-231-5/+2
* net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel2020-04-231-5/+123
* net: stmmac: Add support for VLAN promiscuous modeChuah, Kim Tatt2020-04-233-0/+69
* macvlan: silence RCU list debugging warningWei Yongjun2020-04-231-1/+2
* net: dsa: felix: allow flooding for all traffic classesXiaoliang Yang2020-04-232-0/+8
* r8169: use devm_mdiobus_registerHeiner Kallweit2020-04-221-8/+2
* net: phy: add device-managed devm_mdiobus_registerHeiner Kallweit2020-04-221-1/+7
* net: phy: bcm54140: add hwmon supportMichael Walle2020-04-222-0/+397
* net: phy: add Broadcom BCM54140 supportMichael Walle2020-04-223-0/+492
* net: phy: broadcom: add helper to write/read RDB registersMichael Walle2020-04-222-0/+89
* net: mscc: ocelot: lift protocol restriction for flow_match_eth_addrs keysVladimir Oltean2020-04-221-5/+0
* net: mscc: ocelot: refine the ocelot_ace_is_problematic_mac_etype functionVladimir Oltean2020-04-221-4/+14
* net: mscc: ocelot: support matching on EtherTypeVladimir Oltean2020-04-221-3/+19
* net: dsa: felix: enable PTP programmable pinYangbo Lu2020-04-221-2/+4
* net: mscc: ocelot: enable PTP programmable pinYangbo Lu2020-04-221-2/+4
* net: mscc: ocelot: support 4 PTP programmable pinsYangbo Lu2020-04-221-0/+121
* net: mscc: ocelot: add wave programming registers definitionsYangbo Lu2020-04-222-0/+4
* net: mscc: ocelot: fix timestamp info if ptp clock does not workYangbo Lu2020-04-221-0/+6
* net: mscc: ocelot: move ocelot ptp clock code out of ocelot.cYangbo Lu2020-04-227-250/+255
* net/nfp: Update driver to use global kernel versionLeon Romanovsky2020-04-212-5/+0
* net/hns: Remove custom driver version in favour of global oneLeon Romanovsky2020-04-213-11/+0
* drivers: Remove inclusion of vermagic headerLeon Romanovsky2020-04-216-6/+3
* net: bcmgenet: Drop too many parentheses in bcmgenet_probe()Andy Shevchenko2020-04-211-1/+1
* net: bcmgenet: Use get_unligned_beXX() and put_unaligned_beXX()Andy Shevchenko2020-04-211-9/+4
* net: bcmgenet: Use devm_clk_get_optional() to get the clocksAndy Shevchenko2020-04-211-7/+12
* net: bcmgenet: Drop useless OF codeAndy Shevchenko2020-04-211-13/+0