summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/stmicro
AgeCommit message (Expand)AuthorFilesLines
2020-10-14net: stmmac: removed enabling eee in EEE set callbackVoon Weifeng1-11/+4
2020-08-21net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell1-0/+3
2020-08-21net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell1-0/+1
2020-06-11net: ethernet: stmmac: Enable interface clocks on probe for IPQ806xJonathan McDowell1-0/+13
2020-05-10net: stmmac: Fix sub-second incrementJulien Beraud1-4/+8
2020-04-13net: stmmac: dwmac1000: fix out-of-bounds mac address reg settingJisheng Zhang1-1/+1
2020-01-29net: stmmac: fix length of PTP clock's name stringAntonio Borneo1-1/+1
2020-01-29net: stmmac: gmac4+: Not all Unicast addresses may be availableJose Abreu1-1/+1
2020-01-29net: ethernet: stmmac: Fix signedness bug in ipq806x_gmac_of_parse()Dan Carpenter1-1/+1
2020-01-29net: stmmac: dwmac-meson8b: Fix signedness bug in probeDan Carpenter1-1/+1
2020-01-23net: stmmac: Enable 16KB buffer sizeJose Abreu1-1/+3
2020-01-23net: stmmac: 16KB buffer must be 16 byte alignedJose Abreu1-2/+2
2020-01-12net: stmmac: dwmac-sunxi: Allow all RGMII modesChen-Yu Tsai1-1/+1
2020-01-12net: stmmac: RX buffer size must be 16 byte alignedJose Abreu1-1/+1
2019-12-21net: stmmac: don't stop NAPI processing when dropping a packetAaro Koskinen1-7/+7
2019-12-21net: stmmac: use correct DMA buffer size in the RX descriptorAaro Koskinen6-19/+34
2019-12-05net: stmicro: fix a missing check of clk_prepareKangjie Lu1-1/+3
2019-09-10net: stmmac: dwmac-rk: Don't fail if phy regulator is absentChen-Yu Tsai1-4/+2
2019-08-04net: stmmac: dwmac4/5: Clear unused address entriesJose Abreu1-2/+8
2019-08-04net: stmmac: dwmac1000: Clear unused address entriesJose Abreu1-0/+6
2019-07-10net: stmmac: fixed new system time seconds value calculationRoland Hii1-1/+1
2019-06-11net: stmmac: fix reset gpio free missingJisheng Zhang1-1/+2
2019-05-08net: stmmac: don't log oversized framesAaro Koskinen1-2/+0
2019-05-08net: stmmac: fix dropping of multi-descriptor RX framesAaro Koskinen1-0/+5
2019-05-08net: stmmac: don't overwrite discard_frame statusAaro Koskinen1-3/+4
2019-05-02net: stmmac: move stmmac_check_ether_addr() to driver probeVinod Koul1-2/+2
2019-04-20net: stmmac: Set dma ring length before enabling the DMALars Persson1-5/+5
2019-04-03stmmac: copy unicast mac address to MAC registersBhadram Varka1-1/+15
2019-03-14net: stmmac: dwmac-rk: fix error handling in rk_gmac_powerup()Alexey Khoroshilov1-1/+3
2019-02-27net: ethernet: stmmac: change dma descriptors to __le32Michael Weiser8-182/+196
2019-02-27net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-02-23net: stmmac: Fix a race in EEE enable callbackJose Abreu1-10/+12
2019-02-23net: stmmac: handle endianness in dwmac4_get_timestampAlexandre Torgue1-3/+6
2018-11-10net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modulesNiklas Cassel1-1/+1
2018-11-10net: stmmac: ensure jumbo_frm error return is correctly checked for -ve valueColin Ian King1-1/+2
2018-11-10net: ethernet: stmmac: Fix altr_tse_pcs SGMII InitializationThor Thayer1-1/+5
2018-10-18stmmac: fix valid numbers of unicast filter entriesJongsung Kim1-3/+2
2018-08-24net: stmmac: socfpga: add additional ocp reset line for Stratix10Dinh Nguyen2-5/+15
2018-08-06net: stmmac: Fix WoL for PCI-based setupsJose Abreu1-2/+38
2018-08-06NET: stmmac: align DMA stuff to largest cache line lengthEugeniy Paltsev1-1/+1
2018-05-30net: stmmac: ensure that the MSS desc is the last desc to set the own bitNiklas Cassel1-1/+8
2018-05-30net: stmmac: ensure that the device has released ownership before reading dataNiklas Cassel1-0/+5
2018-05-30net: stmmac: dwmac-meson8b: propagate rate changes to the parent clockMartin Blumenstingl1-1/+1
2018-05-30net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8bMartin Blumenstingl1-1/+3
2018-04-13stmmac: fix ptp header for GMAC3 hw timestampMario Molitor2-4/+14
2018-03-03net: stmmac: Fix TX timestamp calculationFredrik Hallenberg1-2/+4
2018-01-17net: stmmac: enable EEE in MII, GMII or RGMII onlyJerome Brunet1-0/+6
2017-12-16stmmac: reset last TSO segment size after device openLars Persson1-0/+1
2017-07-05stmmac: add missing of_node_putJulia Lawall1-0/+1
2017-06-14net: stmmac: fix completely hung TX when using TSONiklas Cassel1-1/+1