aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/stmicro (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-30net: Remove dev_err() usage after platform_get_irq()Stephen Boyd2-12/+2
2019-07-27net: stmmac: Do not request stmmaceth clockThierry Reding1-6/+8
2019-07-27net: stmmac: Make MDIO bus reset optionalThierry Reding4-2/+14
2019-07-11net: stmmac: Fix misuses of GENMASK macroJoe Perches2-3/+3
2019-07-09drivers: net: use flow block APIPablo Neira Ayuso1-1/+4
2019-07-09net: flow_offload: add flow_block_cb_setup_simple()Pablo Neira Ayuso1-19/+3
2019-07-09net: stmmac: add support for hash table size 128/256 in dwmac4Biao Huang5-25/+42
2019-07-09net: stmmac: dwmac4: mac address array boudary violation issueBiao Huang1-1/+1
2019-07-09net: stmmac: Introducing support for Page PoolJose Abreu3-144/+70
2019-07-09net: stmmac: Fix descriptors address being in > 32 bits address spaceJose Abreu7-22/+26
2019-07-09net: stmmac: Implement RX Coalesce Frames settingJose Abreu4-8/+20
2019-07-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-10/+18
2019-07-08net: stmmac: enable clause 45 mdio supportKweh Hock Leong1-8/+35
2019-07-08net: stmmac: Re-work the queue selection for TSO packetsJose Abreu1-10/+18
2019-07-04net: stmmac: Enable dwmac4 jumbo frame more than 8KiBWeifeng Voon1-1/+12
2019-07-02net: stmmac: make "snps,reset-delays-us" optional againMartin Blumenstingl1-10/+3
2019-07-02net: stmmac: Re-word Kconfig entryJose Abreu1-1/+1
2019-06-28net: stmmac: Update Kconfig entryJose Abreu1-1/+1
2019-06-28net: stmmac: Only disable interrupts if NAPI is scheduledJose Abreu1-5/+5
2019-06-28net: stmmac: Update RX Tail Pointer to last free entryJose Abreu1-0/+2
2019-06-28net: stmmac: Enable support for > 32 Bits addressing in XGMACJose Abreu5-15/+66
2019-06-28net: stmmac: Do not disable interrupts when cleaning TXJose Abreu1-5/+3
2019-06-28net: stmmac: Add the missing speeds that XGMAC supportsJose Abreu4-23/+86
2019-06-28net: stmmac: dwxgmac: Fix the undefined burst settingJose Abreu1-3/+3
2019-06-28net: stmmac: Decrease default RX Watchdog valueJose Abreu2-3/+3
2019-06-28net: stmmac: Do not try to enable PHY EEE if MAC does not support itJose Abreu1-1/+1
2019-06-28net: stmmac: dwxgmac: Enable EDMA by defaultJose Abreu2-0/+6
2019-06-28net: stmmac: Fix case when PHY handle is not presentJose Abreu1-2/+6
2019-06-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-9/+15
2019-06-26net: stmmac: Fix crash observed if PHY does not support EEEJon Hunter1-4/+6
2019-06-26net: stmmac: Fix possible deadlock when disabling EEE supportJon Hunter1-0/+1
2019-06-24net: stmmac: sun8i: force select external PHY when no internal oneIcenowy Zheng1-0/+5
2019-06-24net: stmmac: sun8i: add support for Allwinner H6 EMACIcenowy Zheng1-0/+16
2019-06-22net: stmmac: set IC bit when transmitting frames with HW timestampRoland Hii1-8/+14
2019-06-22net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-06-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-36/+3
2019-06-19net: stmmac: initialize the reset delay arrayMartin Blumenstingl1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner3-36/+3
2019-06-18net: stmmac: add sanity check to device_property_read_u32_array callColin Ian King1-3/+10
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller38-342/+38
2019-06-17net: stmmac: fix unused-variable warningArnd Bergmann1-2/+2
2019-06-16Merge branch 'stmmac-cleanups-for-stmmac_mdio_reset'David S. Miller2-37/+16
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl1-6/+0
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl1-7/+8
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl1-20/+9
2019-06-16net: stmmac: use device_property_read_u32_array to read the reset delaysMartin Blumenstingl1-5/+4
2019-06-16net: stmmac: drop redundant check in stmmac_mdio_resetMartin Blumenstingl1-3/+0
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu2-3/+10
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl1-14/+13
2019-06-13net: stmmac: Convert to phylink and remove phylib logicJose Abreu5-339/+132